01HTJRGHD3MRA4ZJVTXT2V5TY4: build-and-test (helios)

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

Buildomat Job: 01HTJRHCBH7TP4H5T9TD5HKV1R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T19:57:00.567Zjob assigned to worker 01HTJRHD518TVN4E6HJQPBQY96 (queued for 37 s)
 
22024-04-03T19:57:01.425Zstarting task 0: "setup"
32024-04-03T19:57:01.457Z++ uname -s
42024-04-03T19:57:01.457Z+ kern=SunOS
52024-04-03T19:57:01.457Z+ case "$kern" in
62024-04-03T19:57:01.457Z+ groupadd -g 12345 build
72024-04-03T19:57:01.457Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T19:57:03.453Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T19:57:03.494Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T19:57:03.523Z+ home_fs=zfs
112024-04-03T19:57:03.523Z+ [[ zfs == autofs ]]
122024-04-03T19:57:03.523Z+ mkdir -p /home/build
132024-04-03T19:57:03.523Z+ chown build:build /home/build /work
142024-04-03T19:57:05.524Z+ chmod 0700 /home/build /work
152024-04-03T19:57:05.562Zprocess exited: duration 4083 ms, exit code 0
 
162024-04-03T19:57:05.620Zstarting task 1: "rust-toolchain"
172024-04-03T19:57:05.652Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T19:57:05.652Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T19:57:05.783Zinfo: downloading installer
202024-04-03T19:57:06.240Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T19:57:06.240Zwarning: /opt/ooce/bin
222024-04-03T19:57:06.240Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T19:57:06.241Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T19:57:06.241Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T19:57:06.241Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T19:57:06.241Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T19:57:06.241Zerror: cannot install while Rust is installed
282024-04-03T19:57:06.241Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T19:57:06.290Zinfo: profile set to 'default'
302024-04-03T19:57:06.290Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T19:57:06.327Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T19:57:06.391Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T19:57:06.391Zinfo: downloading component 'cargo'
342024-04-03T19:57:06.527Zinfo: downloading component 'clippy'
352024-04-03T19:57:06.574Zinfo: downloading component 'rust-docs'
362024-04-03T19:57:06.749Zinfo: downloading component 'rust-std'
372024-04-03T19:57:07.041Zinfo: downloading component 'rustc'
382024-04-03T19:57:07.771Zinfo: downloading component 'rustfmt'
392024-04-03T19:57:07.798Zinfo: installing component 'cargo'
402024-04-03T19:57:08.857Zinfo: installing component 'clippy'
412024-04-03T19:57:09.337Zinfo: installing component 'rust-docs'
422024-04-03T19:57:11.715Zinfo: installing component 'rust-std'
432024-04-03T19:57:13.886Zinfo: installing component 'rustc'
442024-04-03T19:57:18.503Zinfo: installing component 'rustfmt'
452024-04-03T19:57:18.879Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T19:57:18.879Z
472024-04-03T19:57:18.968Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T19:57:18.968Z
492024-04-03T19:57:18.999Z
502024-04-03T19:57:18.999ZRust is installed now. Great!
512024-04-03T19:57:18.999Z
522024-04-03T19:57:18.999ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T19:57:19.000Zenvironment variable. This has not been done automatically.
542024-04-03T19:57:19.000Z
552024-04-03T19:57:19.000ZTo configure your current shell, you need to source
562024-04-03T19:57:19.000Zthe corresponding env file under $HOME/.cargo.
572024-04-03T19:57:19.000Z
582024-04-03T19:57:19.000ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T19:57:19.000Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T19:57:19.000Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T19:57:19.037Z+ rustc --version
622024-04-03T19:57:19.123Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T19:57:19.151Zprocess exited: duration 13511 ms, exit code 0
 
642024-04-03T19:57:19.216Zstarting task 2: "authentication"
652024-04-03T19:57:19.286Zprocess exited: duration 63 ms, exit code 0
 
662024-04-03T19:57:19.385Zstarting task 3: "clone repository"
672024-04-03T19:57:19.426Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T19:57:19.427Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T19:57:19.427ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T19:57:29.692Z+ cd /work/oxidecomputer/omicron
712024-04-03T19:57:29.692Z+ git fetch origin dc8000249111cd3e00fad2f18c70f223b006a103
722024-04-03T19:57:30.318ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T19:57:30.319Z * branch dc8000249111cd3e00fad2f18c70f223b006a103 -> FETCH_HEAD
742024-04-03T19:57:30.363Z+ [[ -n iliana/tuf-repo-manifest ]]
752024-04-03T19:57:30.363Z++ git branch --show-current
762024-04-03T19:57:30.363Z+ current=main
772024-04-03T19:57:30.364Z+ [[ main != iliana/tuf-repo-manifest ]]
782024-04-03T19:57:30.365Z+ git branch -f iliana/tuf-repo-manifest dc8000249111cd3e00fad2f18c70f223b006a103
792024-04-03T19:57:30.365Z+ git checkout -f iliana/tuf-repo-manifest
802024-04-03T19:57:30.494ZSwitched to branch 'iliana/tuf-repo-manifest'
812024-04-03T19:57:30.528Z+ git reset --hard dc8000249111cd3e00fad2f18c70f223b006a103
822024-04-03T19:57:30.529ZHEAD is now at dc8000249 publish the tufaceous manifest
832024-04-03T19:57:30.529Zprocess exited: duration 11132 ms, exit code 0
 
842024-04-03T19:57:30.594Zstarting task 4: "build"
852024-04-03T19:57:30.641Z+ target_os=illumos
862024-04-03T19:57:30.641Z+ NEXTEST_VERSION=0.9.67
872024-04-03T19:57:30.641Z+ cargo --version
882024-04-03T19:57:30.641Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
892024-04-03T19:57:31.153Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
902024-04-03T19:57:31.153Zinfo: downloading component 'cargo'
912024-04-03T19:57:31.153Zinfo: downloading component 'clippy'
922024-04-03T19:57:31.153Zinfo: downloading component 'rust-docs'
932024-04-03T19:57:31.153Zinfo: downloading component 'rust-std'
942024-04-03T19:57:31.999Zinfo: downloading component 'rustc'
952024-04-03T19:57:34.016Zinfo: downloading component 'rustfmt'
962024-04-03T19:57:34.361Zinfo: installing component 'cargo'
972024-04-03T19:57:34.361Zinfo: installing component 'clippy'
982024-04-03T19:57:34.361Zinfo: installing component 'rust-docs'
992024-04-03T19:57:36.479Zinfo: installing component 'rust-std'
1002024-04-03T19:57:38.287Zinfo: installing component 'rustc'
1012024-04-03T19:57:42.804Zinfo: installing component 'rustfmt'
1022024-04-03T19:57:43.264Zcargo 1.76.0 (c84b36747 2024-01-18)
1032024-04-03T19:57:43.309Z+ rustc --version
1042024-04-03T19:57:43.390Zrustc 1.76.0 (07dca489a 2024-02-04)
1052024-04-03T19:57:43.423Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1062024-04-03T19:57:43.423Z+ gunzip
1072024-04-03T19:57:43.423Z+ tar -xvf - -C /home/build/.cargo/bin
1082024-04-03T19:57:44.637Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1092024-04-03T19:57:44.707Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1102024-04-03T19:57:44.708Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1112024-04-03T19:57:44.708Ztests will store ephemeral output in /var/tmp/omicron_tmp
1122024-04-03T19:57:44.708Z+ mkdir /var/tmp/omicron_tmp
1132024-04-03T19:57:44.708Z+ OUTPUT_DIR=/work
1142024-04-03T19:57:44.709Z+ echo 'tests will store non-ephemeral output in /work'
1152024-04-03T19:57:44.709Ztests will store non-ephemeral output in /work
1162024-04-03T19:57:44.710Z+ mkdir -p /work
1172024-04-03T19:57:44.711Z+ source ./env.sh
1182024-04-03T19:57:44.712Z++ set -o xtrace
1192024-04-03T19:57:44.712Z++++ dirname ./env.sh
1202024-04-03T19:57:44.712Z+++ readlink -f .
1212024-04-03T19:57:44.713Z++ OMICRON_WS=/work/oxidecomputer/omicron
1222024-04-03T19:57:44.713Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232024-04-03T19:57:44.713Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242024-04-03T19:57:44.713Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1252024-04-03T19:57:44.713Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1262024-04-03T19:57:44.714Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1272024-04-03T19:57:44.714Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1282024-04-03T19:57:44.714Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1292024-04-03T19:57:44.714Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1302024-04-03T19:57:44.715Z++ unset OMICRON_WS
1312024-04-03T19:57:44.716Z++ set +o xtrace
1322024-04-03T19:57:44.716Z
1332024-04-03T19:57:44.716Z ##### ##### ###### ##### ###### #### # # # #### #
1342024-04-03T19:57:44.717Z # # # # # # # # # # # # # # #
1352024-04-03T19:57:44.717Z # # # # ##### # # ##### # # # # # #### #
1362024-04-03T19:57:44.718Z ##### ##### # ##### # # # # # # # # #
1372024-04-03T19:57:44.718Z # # # # # # # # # # # # # # #
1382024-04-03T19:57:44.718Z # # # ###### # # ###### ### # #### # #### #
1392024-04-03T19:57:44.719Z
1402024-04-03T19:57:49.250Z Startup: Refreshing catalog 'helios-dev' ... Done
1412024-04-03T19:57:51.046Z Startup: Caching catalogs ... Done
1422024-04-03T19:57:53.204ZPlanning: Solver setup ... Done (1.638s)
1432024-04-03T19:57:53.240ZPlanning: Running solver ... Done (0.032s)
1442024-04-03T19:57:53.268ZPlanning: Finding local manifests ... Done (0.002s)
1452024-04-03T19:57:53.344ZPlanning: Fetching manifests: 0/4 0% complete
1462024-04-03T19:57:54.137ZPlanning: Fetching manifests: 4/4 100% complete
1472024-04-03T19:57:54.173ZPlanning: Package planning ... Done (0.066s)
1482024-04-03T19:57:54.173ZPlanning: Merging actions ... Done (0.060s)
1492024-04-03T19:57:54.253ZPlanning: Checking for conflicting actions ... Done (0.394s)
1502024-04-03T19:57:54.295ZPlanning: Consolidating action changes ... Done (0.013s)
1512024-04-03T19:57:55.028ZPlanning: Evaluating mediators ... Done (0.758s)
1522024-04-03T19:57:55.057ZPlanning: Planning completed in 3.93 seconds
1532024-04-03T19:57:55.057Z Packages to install: 4
1542024-04-03T19:57:55.057Z Mediators to change: 2
1552024-04-03T19:57:55.057Z Services to change: 1
1562024-04-03T19:57:55.057Z Estimated space available: 148.35 GB
1572024-04-03T19:57:55.057ZEstimated space to be consumed: 1.43 GB
1582024-04-03T19:57:55.057Z Create boot environment: No
1592024-04-03T19:57:55.058ZCreate backup boot environment: No
1602024-04-03T19:57:55.058Z Rebuild boot archive: No
1612024-04-03T19:57:55.058Z
1622024-04-03T19:57:55.058ZChanged mediators:
1632024-04-03T19:57:55.058Z mediator clang:
1642024-04-03T19:57:55.058Z version: None -> 15 (system default)
1652024-04-03T19:57:55.058Z
1662024-04-03T19:57:55.058Z mediator llvm:
1672024-04-03T19:57:55.058Z version: 14 (system default) -> 15 (system default)
1682024-04-03T19:57:55.058Z
1692024-04-03T19:57:55.058ZChanged packages:
1702024-04-03T19:57:55.058Zhelios-dev
1712024-04-03T19:57:55.058Z developer/build-essential
1722024-04-03T19:57:55.059Z None -> 11-2.0
1732024-04-03T19:57:55.059Z library/libxmlsec1
1742024-04-03T19:57:55.059Z None -> 1.2.35-2.0
1752024-04-03T19:57:55.059Z ooce/developer/clang-15
1762024-04-03T19:57:55.059Z None -> 15.0.7-2.0
1772024-04-03T19:57:55.059Z ooce/developer/llvm-15
1782024-04-03T19:57:55.059Z None -> 15.0.7-2.0
1792024-04-03T19:57:55.059Z
1802024-04-03T19:57:55.059ZServices:
1812024-04-03T19:57:55.059Z restart_fmri:
1822024-04-03T19:57:55.059Z svc:/system/update-man-index:default
1832024-04-03T19:57:55.113Z
1842024-04-03T19:57:55.113ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1852024-04-03T19:58:00.096ZDownload: 1209/3290 items 85.0/212.6MB 39% complete (17.1M/s)
1862024-04-03T19:58:05.097ZDownload: 3170/3290 items 149.4/212.6MB 70% complete (14.9M/s)
1872024-04-03T19:58:08.103ZDownload: Completed 212.60 MB in 13.00 seconds (16.4M/s)
1882024-04-03T19:58:08.303Z Actions: 1/3689 actions (Installing new actions)
1892024-04-03T19:58:13.737Z Actions: 3219/3689 actions (Installing new actions)
1902024-04-03T19:58:13.912Z Actions: Completed 3689 actions in 5.62 seconds.
1912024-04-03T19:58:14.166Z Done (0.254s)
1922024-04-03T19:58:14.166Z Done (0.000s)
1932024-04-03T19:58:14.470Z Done (0.299s)
1942024-04-03T19:58:23.233Z Done (4.617s)
1952024-04-03T19:58:23.362Z Done (0.019s)
1962024-04-03T19:58:23.362Z Done (0.000s)
1972024-04-03T19:58:23.362Z Done (0.000s)
1982024-04-03T19:58:23.362ZPlanning: Evaluating mediator changes ... Done
1992024-04-03T19:58:23.362ZPlanning: Checking for conflicting actions ... Done
2002024-04-03T19:58:23.362ZPlanning: Consolidating action changes ... Done
2012024-04-03T19:58:23.362ZPlanning: Evaluating mediators ... Done
2022024-04-03T19:58:23.363ZPlanning: Planning completed in 0.53 seconds
2032024-04-03T19:58:23.363Z Mediators to change: 2
2042024-04-03T19:58:23.363Z Create boot environment: No
2052024-04-03T19:58:23.363ZCreate backup boot environment: No
2062024-04-03T19:58:23.363Z Done
2072024-04-03T19:58:23.364Z Done
2082024-04-03T19:58:23.364Z Done
2092024-04-03T19:58:25.219Z Done
2102024-04-03T19:58:25.367Z Done
2112024-04-03T19:58:25.408Z Done
2122024-04-03T19:58:25.408Z Done
2132024-04-03T19:58:26.172ZPlanning: Evaluating mediator changes ... Done
2142024-04-03T19:58:26.217ZPlanning: Merging actions ... Done
2152024-04-03T19:58:26.406ZPlanning: Checking for conflicting actions ... Done
2162024-04-03T19:58:26.431ZPlanning: Consolidating action changes ... Done
2172024-04-03T19:58:26.782ZPlanning: Evaluating mediators ... Done
2182024-04-03T19:58:26.815ZPlanning: Planning completed in 0.97 seconds
2192024-04-03T19:58:26.848Z Packages to change: 1
2202024-04-03T19:58:26.848Z Mediators to change: 1
2212024-04-03T19:58:26.848Z Services to change: 1
2222024-04-03T19:58:26.848Z Create boot environment: No
2232024-04-03T19:58:26.848ZCreate backup boot environment: Yes
2242024-04-03T19:58:28.376Z Actions: 1/6 actions (Updating modified actions)
2252024-04-03T19:58:28.417Z Actions: Completed 6 actions in 0.00 seconds.
2262024-04-03T19:58:28.417Z Done
2272024-04-03T19:58:28.417Z Done
2282024-04-03T19:58:28.443Z Done
2292024-04-03T19:58:32.771Z Done
2302024-04-03T19:58:32.853Z Done
2312024-04-03T19:58:32.884Z Done
2322024-04-03T19:58:32.923Z Done
2332024-04-03T19:58:33.431ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342024-04-03T19:58:33.431Zclang system 15 system
2352024-04-03T19:58:33.431Zcsh system system illumos
2362024-04-03T19:58:33.431Zctags system system illumos
2372024-04-03T19:58:33.431Zgcc vendor 12 vendor
2382024-04-03T19:58:33.431Zgcc system 10 system
2392024-04-03T19:58:33.431Zgcc system 7 system
2402024-04-03T19:58:33.431Zgo system 1.20 system
2412024-04-03T19:58:33.431Zgo system 1.19 system
2422024-04-03T19:58:33.431Zllvm system 15 system
2432024-04-03T19:58:33.431Zllvm system 14 system
2442024-04-03T19:58:33.431Zmariadb system 10.6 system
2452024-04-03T19:58:33.431Zmta vendor vendor dma
2462024-04-03T19:58:33.431Zopenjdk system 17 system
2472024-04-03T19:58:33.431Zopenjdk system 11 system
2482024-04-03T19:58:33.431Zopenjdk system 1.8 system
2492024-04-03T19:58:33.431Zopenssl vendor 3 vendor
2502024-04-03T19:58:33.432Zperl system 5.36 system
2512024-04-03T19:58:33.432Zpostgresql system 15 system
2522024-04-03T19:58:33.432Zpostgresql system 13 system
2532024-04-03T19:58:33.432Zpython vendor 3 vendor
2542024-04-03T19:58:33.432Zpython system 2 system
2552024-04-03T19:58:33.432Zpython3 system 3.11 system
2562024-04-03T19:58:33.432Zruby system 3.0 system
2572024-04-03T19:58:33.432Zwords vendor vendor american-english
2582024-04-03T19:58:33.432Zwords system system australian-english
2592024-04-03T19:58:33.432Zwords system system british-english
2602024-04-03T19:58:33.432Zwords system system canadian-english
2612024-04-03T19:58:33.432Zwords system system french
2622024-04-03T19:58:33.432Zwords system system italian
2632024-04-03T19:58:33.432Zwords system system ngerman
2642024-04-03T19:58:33.432Zwords system system ogerman
2652024-04-03T19:58:33.432Zwords system system spanish
2662024-04-03T19:58:33.830ZPUBLISHER TYPE STATUS P LOCATION
2672024-04-03T19:58:33.830Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682024-04-03T19:58:35.724ZFMRI IFO
2692024-04-03T19:58:35.725Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702024-04-03T19:58:35.725Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712024-04-03T19:58:35.725Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722024-04-03T19:58:35.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732024-04-03T19:58:35.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742024-04-03T19:58:35.725Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752024-04-03T19:58:35.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2762024-04-03T19:58:35.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772024-04-03T19:58:35.725Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2782024-04-03T19:58:35.725Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792024-04-03T19:58:35.725Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2802024-04-03T19:58:35.726Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812024-04-03T19:58:35.752Z+ set -o errexit
2822024-04-03T19:58:35.752Z+++ dirname ./tools/ci_download_cockroachdb
2832024-04-03T19:58:35.752Z++ cd ./tools
2842024-04-03T19:58:35.752Z++ pwd
2852024-04-03T19:58:35.752Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2862024-04-03T19:58:35.752Z++ basename ./tools/ci_download_cockroachdb
2872024-04-03T19:58:35.752Z+ ARG0=ci_download_cockroachdb
2882024-04-03T19:58:35.752Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2892024-04-03T19:58:35.752Z+ CIDL_VERSION=v22.1.9
2902024-04-03T19:58:35.752Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2912024-04-03T19:58:35.753Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2922024-04-03T19:58:35.753Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2932024-04-03T19:58:35.753Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2942024-04-03T19:58:35.753Z+ TARGET_DIR=out
2952024-04-03T19:58:35.753Z+ DOWNLOAD_DIR=out/downloads
2962024-04-03T19:58:35.753Z+ DEST_DIR=./out/cockroachdb
2972024-04-03T19:58:35.753Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2982024-04-03T19:58:35.753Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2992024-04-03T19:58:35.753Z+ main
3002024-04-03T19:58:35.753Z+ [[ 0 != 0 ]]
3012024-04-03T19:58:35.753Z+ CIDL_OS=solaris2.11
3022024-04-03T19:58:35.753Z+ [[ 0 != 0 ]]
3032024-04-03T19:58:35.753Z+ configure_os solaris2.11
3042024-04-03T19:58:35.754Z+ echo 'current directory: /work/oxidecomputer/omicron'
3052024-04-03T19:58:35.754Z+ echo 'configuring based on OS: "solaris2.11"'
3062024-04-03T19:58:35.754Zcurrent directory: /work/oxidecomputer/omicron
3072024-04-03T19:58:35.754Zconfiguring based on OS: "solaris2.11"
3082024-04-03T19:58:35.754Z+ case "$1" in
3092024-04-03T19:58:35.754Z+ CIDL_BUILD=illumos
3102024-04-03T19:58:35.754Z+ CIDL_SUFFIX=tar.gz
3112024-04-03T19:58:35.754Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3122024-04-03T19:58:35.754Z+ CIDL_URL_BASE=https://illumos.org/downloads
3132024-04-03T19:58:35.754Z+ CIDL_ASSEMBLE=do_assemble_illumos
3142024-04-03T19:58:35.754Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3152024-04-03T19:58:35.754Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3162024-04-03T19:58:35.755Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-04-03T19:58:35.755Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3182024-04-03T19:58:35.755Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-04-03T19:58:35.755Z+ CIDL_SHA256FUNC=do_sha256sum
3202024-04-03T19:58:35.755ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-03T19:58:35.755ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-04-03T19:58:35.755Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3232024-04-03T19:58:35.755Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3242024-04-03T19:58:35.755Z+ mkdir -p out/downloads
3252024-04-03T19:58:35.755Z+ mkdir -p ./out/cockroachdb
3262024-04-03T19:58:35.755Z+ local DO_DOWNLOAD=true
3272024-04-03T19:58:35.755Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3282024-04-03T19:58:35.756Z+ '[' true == true ']'
3292024-04-03T19:58:35.756Z+ echo Downloading...
3302024-04-03T19:58:35.756ZDownloading...
3312024-04-03T19:58:35.756Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3322024-04-03T19:58:35.756Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3332024-04-03T19:58:42.621Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3342024-04-03T19:58:42.621Z++ sha256sum
3352024-04-03T19:58:42.621Z++ awk '{print $1}'
3362024-04-03T19:58:42.652Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3372024-04-03T19:58:42.652Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3382024-04-03T19:58:42.653Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3392024-04-03T19:58:42.653Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3402024-04-03T19:58:45.519Z+ do_assemble_illumos
3412024-04-03T19:58:45.519Z+ rm -r ./out/cockroachdb
3422024-04-03T19:58:45.545Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3432024-04-03T19:58:46.124Z+ ./out/cockroachdb/bin/cockroach version
3442024-04-03T19:58:46.398ZBuild Tag: v22.1.9-dirty
3452024-04-03T19:58:46.398ZBuild Time: 2022/10/26 21:17:46
3462024-04-03T19:58:46.398ZDistribution: OSS
3472024-04-03T19:58:46.398ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3482024-04-03T19:58:46.399ZGo Version: go1.17.13
3492024-04-03T19:58:46.399ZC Compiler: gcc 10.3.0
3502024-04-03T19:58:46.399ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3512024-04-03T19:58:46.399ZBuild Type: release
3522024-04-03T19:58:46.476Z+ set -o errexit
3532024-04-03T19:58:46.476Z+++ dirname ./tools/ci_download_clickhouse
3542024-04-03T19:58:46.476Z++ cd ./tools
3552024-04-03T19:58:46.476Z++ pwd
3562024-04-03T19:58:46.476Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3572024-04-03T19:58:46.476Z++ basename ./tools/ci_download_clickhouse
3582024-04-03T19:58:46.477Z+ ARG0=ci_download_clickhouse
3592024-04-03T19:58:46.477Z+ TARGET_DIR=out
3602024-04-03T19:58:46.477Z+ DOWNLOAD_DIR=out/downloads
3612024-04-03T19:58:46.477Z+ DEST_DIR=./out/clickhouse
3622024-04-03T19:58:46.477Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3632024-04-03T19:58:46.477Z+ CIDL_VERSION=v23.8.7.24
3642024-04-03T19:58:46.477Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3652024-04-03T19:58:46.477Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3662024-04-03T19:58:46.477Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3672024-04-03T19:58:46.477Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3682024-04-03T19:58:46.478Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3692024-04-03T19:58:46.478Z+ main
3702024-04-03T19:58:46.478Z+ [[ 0 != 0 ]]
3712024-04-03T19:58:46.478Z+ CIDL_OS=solaris2.11
3722024-04-03T19:58:46.478Z+ [[ 0 != 0 ]]
3732024-04-03T19:58:46.478Z+ configure_os solaris2.11
3742024-04-03T19:58:46.479Z+ echo 'current directory: /work/oxidecomputer/omicron'
3752024-04-03T19:58:46.479Zcurrent directory: /work/oxidecomputer/omicron
3762024-04-03T19:58:46.479Z+ echo 'configuring based on OS: "solaris2.11"'
3772024-04-03T19:58:46.479Zconfiguring based on OS: "solaris2.11"
3782024-04-03T19:58:46.479Z+ CIDL_DASHREV=
3792024-04-03T19:58:46.479Z+ case "$1" in
3802024-04-03T19:58:46.479Z+ CIDL_PLATFORM=illumos
3812024-04-03T19:58:46.479Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3822024-04-03T19:58:46.479Z+ CIDL_MD5FUNC=do_md5sum
3832024-04-03T19:58:46.479Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3842024-04-03T19:58:46.479Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3852024-04-03T19:58:46.479Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-04-03T19:58:46.480Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-04-03T19:58:46.480Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3882024-04-03T19:58:46.480Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3892024-04-03T19:58:46.480ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-04-03T19:58:46.480Z+ mkdir -p out/downloads
3912024-04-03T19:58:46.481ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3922024-04-03T19:58:46.481Z+ mkdir -p ./out/clickhouse
3932024-04-03T19:58:46.481Z+ local DO_DOWNLOAD=true
3942024-04-03T19:58:46.481Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3952024-04-03T19:58:46.481Z+ '[' true == true ']'
3962024-04-03T19:58:46.481Z+ echo Downloading...
3972024-04-03T19:58:46.481ZDownloading...
3982024-04-03T19:58:46.481Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3992024-04-03T19:58:46.481Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
4002024-04-03T19:58:55.157Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4012024-04-03T19:58:55.186Z++ md5sum
4022024-04-03T19:58:55.186Z++ awk '{print $1}'
4032024-04-03T19:58:55.442Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4042024-04-03T19:58:55.442Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
4052024-04-03T19:58:55.442Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4062024-04-03T19:58:55.442Z+ mkdir -p ./out/clickhouse
4072024-04-03T19:58:55.480Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4082024-04-03T19:59:00.633Z+ [[ solaris2.11 == darwin* ]]
4092024-04-03T19:59:00.633Z+ ./out/clickhouse/clickhouse server --version
4102024-04-03T19:59:00.770ZClickHouse server version 23.8.7.1.
4112024-04-03T19:59:00.802Z+ set -o errexit
4122024-04-03T19:59:00.802Z+++ dirname ./tools/ci_download_console
4132024-04-03T19:59:00.803Z++ cd ./tools
4142024-04-03T19:59:00.803Z++ pwd
4152024-04-03T19:59:00.803Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4162024-04-03T19:59:00.803Z++ basename ./tools/ci_download_console
4172024-04-03T19:59:00.803Z+ ARG0=ci_download_console
4182024-04-03T19:59:00.804Z+ TARGET_DIR=out
4192024-04-03T19:59:00.804Z+ DOWNLOAD_DIR=out/downloads
4202024-04-03T19:59:00.804Z+ DEST_DIR=./out/console-assets
4212024-04-03T19:59:00.804Z+ source /work/oxidecomputer/omicron/tools/console_version
4222024-04-03T19:59:00.804Z++ COMMIT=b22ca1dce0a9380e7f9adbc7ebc60c85091ef362
4232024-04-03T19:59:00.804Z++ SHA2=6efc13fdc55c70f8a8dae5fad2fb2fb8633f291750e1899f48bf92d52e04e24a
4242024-04-03T19:59:00.804Z+ URL=https://dl.oxide.computer/releases/console/b22ca1dce0a9380e7f9adbc7ebc60c85091ef362.tar.gz
4252024-04-03T19:59:00.804Z+ TARBALL_FILE=out/downloads/console.tar.gz
4262024-04-03T19:59:00.804Z+ main
4272024-04-03T19:59:00.804Z+ [[ 0 != 0 ]]
4282024-04-03T19:59:00.804Z+ echo 'URL: https://dl.oxide.computer/releases/console/b22ca1dce0a9380e7f9adbc7ebc60c85091ef362.tar.gz'
4292024-04-03T19:59:00.804ZURL: https://dl.oxide.computer/releases/console/b22ca1dce0a9380e7f9adbc7ebc60c85091ef362.tar.gz
4302024-04-03T19:59:00.804ZLocal file: out/downloads/console.tar.gz
4312024-04-03T19:59:00.804Z+ echo 'Local file: out/downloads/console.tar.gz'
4322024-04-03T19:59:00.804Z+ local DO_DOWNLOAD=true
4332024-04-03T19:59:00.804Z+ [[ -f out/downloads/console.tar.gz ]]
4342024-04-03T19:59:00.804Z+ mkdir -p out/downloads
4352024-04-03T19:59:00.804Z+ '[' true == true ']'
4362024-04-03T19:59:00.804Z+ echo Downloading...
4372024-04-03T19:59:00.804Z+ do_download_curl https://dl.oxide.computer/releases/console/b22ca1dce0a9380e7f9adbc7ebc60c85091ef362.tar.gz out/downloads/console.tar.gz
4382024-04-03T19:59:00.804ZDownloading...
4392024-04-03T19:59:00.805Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b22ca1dce0a9380e7f9adbc7ebc60c85091ef362.tar.gz
4402024-04-03T19:59:01.129Z++ do_sha256sum out/downloads/console.tar.gz
4412024-04-03T19:59:01.129Z++ case "$OSTYPE" in
4422024-04-03T19:59:01.129Z++ SHA=sha256sum
4432024-04-03T19:59:01.162Z++ sha256sum
4442024-04-03T19:59:01.162Z++ awk '{print $1}'
4452024-04-03T19:59:01.162Z+ calculated_sha2=6efc13fdc55c70f8a8dae5fad2fb2fb8633f291750e1899f48bf92d52e04e24a
4462024-04-03T19:59:01.163Z+ [[ 6efc13fdc55c70f8a8dae5fad2fb2fb8633f291750e1899f48bf92d52e04e24a != \6\e\f\c\1\3\f\d\c\5\5\c\7\0\f\8\a\8\d\a\e\5\f\a\d\2\f\b\2\f\b\8\6\3\3\f\2\9\1\7\5\0\e\1\8\9\9\f\4\8\b\f\9\2\d\5\2\e\0\4\e\2\4\a ]]
4472024-04-03T19:59:01.163Z+ rm -rf ./out/console-assets
4482024-04-03T19:59:01.163Z+ mkdir -p ./out/console-assets
4492024-04-03T19:59:01.163Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4502024-04-03T19:59:01.163Z+ mkdir -p ./out/console-assets
4512024-04-03T19:59:01.163Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4522024-04-03T19:59:01.281Z+ set -o errexit
4532024-04-03T19:59:01.307Z+++ dirname ./tools/ci_download_maghemite_openapi
4542024-04-03T19:59:01.307Z++ cd ./tools
4552024-04-03T19:59:01.307Z++ pwd
4562024-04-03T19:59:01.307Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4572024-04-03T19:59:01.307Z++ basename ./tools/ci_download_maghemite_openapi
4582024-04-03T19:59:01.307Z+ ARG0=ci_download_maghemite_openapi
4592024-04-03T19:59:01.307Z+ TARGET_DIR=out
4602024-04-03T19:59:01.307Z+ DOWNLOAD_DIR=out/downloads
4612024-04-03T19:59:01.307Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4622024-04-03T19:59:01.308Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4632024-04-03T19:59:01.308Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4642024-04-03T19:59:01.308Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4652024-04-03T19:59:01.308Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-04-03T19:59:01.308Z+ main
4672024-04-03T19:59:01.308Z+ rm -rf out/downloads/root
4682024-04-03T19:59:01.308Z+ [[ 0 != 0 ]]
4692024-04-03T19:59:01.308Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4702024-04-03T19:59:01.308ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4712024-04-03T19:59:01.308Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4722024-04-03T19:59:01.308Z+ local DO_DOWNLOAD=true
4732024-04-03T19:59:01.308Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4742024-04-03T19:59:01.308Z+ mkdir -p out/downloads
4752024-04-03T19:59:01.308ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4762024-04-03T19:59:01.308Z+ '[' true == true ']'
4772024-04-03T19:59:01.308Z+ echo Downloading...
4782024-04-03T19:59:01.308Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4792024-04-03T19:59:01.308Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4802024-04-03T19:59:01.309ZDownloading...
4812024-04-03T19:59:01.736Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4822024-04-03T19:59:01.736Z++ case "$OSTYPE" in
4832024-04-03T19:59:01.736Z++ SHA=sha256sum
4842024-04-03T19:59:01.762Z++ sha256sum
4852024-04-03T19:59:01.762Z++ awk '{print $1}'
4862024-04-03T19:59:01.762Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4872024-04-03T19:59:01.762Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4882024-04-03T19:59:01.762Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4892024-04-03T19:59:01.762Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4902024-04-03T19:59:01.762Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4912024-04-03T19:59:01.762Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4922024-04-03T19:59:01.762Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4932024-04-03T19:59:01.763Z+ main
4942024-04-03T19:59:01.763Z+ rm -rf out/downloads/root
4952024-04-03T19:59:01.763Z+ [[ 0 != 0 ]]
4962024-04-03T19:59:01.763Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4972024-04-03T19:59:01.763ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4982024-04-03T19:59:01.763Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4992024-04-03T19:59:01.763Z+ local DO_DOWNLOAD=true
5002024-04-03T19:59:01.763ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5012024-04-03T19:59:01.763Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
5022024-04-03T19:59:01.763Z+ mkdir -p out/downloads
5032024-04-03T19:59:01.763Z+ '[' true == true ']'
5042024-04-03T19:59:01.763Z+ echo Downloading...
5052024-04-03T19:59:01.763ZDownloading...
5062024-04-03T19:59:01.763Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5072024-04-03T19:59:01.763Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5082024-04-03T19:59:02.010Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5092024-04-03T19:59:02.011Z++ case "$OSTYPE" in
5102024-04-03T19:59:02.011Z++ SHA=sha256sum
5112024-04-03T19:59:02.053Z++ sha256sum
5122024-04-03T19:59:02.053Z++ awk '{print $1}'
5132024-04-03T19:59:02.053Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5142024-04-03T19:59:02.053Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5152024-04-03T19:59:02.053Z+ set -o errexit
5162024-04-03T19:59:02.054Z+++ dirname ./tools/ci_download_dendrite_openapi
5172024-04-03T19:59:02.054Z++ cd ./tools
5182024-04-03T19:59:02.054Z++ pwd
5192024-04-03T19:59:02.054Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5202024-04-03T19:59:02.054Z++ basename ./tools/ci_download_dendrite_openapi
5212024-04-03T19:59:02.054Z+ ARG0=ci_download_dendrite_openapi
5222024-04-03T19:59:02.054Z+ TARGET_DIR=out
5232024-04-03T19:59:02.055Z+ DOWNLOAD_DIR=out/downloads
5242024-04-03T19:59:02.055Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5252024-04-03T19:59:02.055Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5262024-04-03T19:59:02.055Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5272024-04-03T19:59:02.055Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5282024-04-03T19:59:02.055Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5292024-04-03T19:59:02.056Z+ main
5302024-04-03T19:59:02.056Z+ [[ 0 != 0 ]]
5312024-04-03T19:59:02.056Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5322024-04-03T19:59:02.056ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5332024-04-03T19:59:02.056Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5342024-04-03T19:59:02.056Z+ local DO_DOWNLOAD=true
5352024-04-03T19:59:02.056ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5362024-04-03T19:59:02.057Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5372024-04-03T19:59:02.057Z+ mkdir -p out/downloads
5382024-04-03T19:59:02.057Z+ '[' true == true ']'
5392024-04-03T19:59:02.057Z+ echo Downloading...
5402024-04-03T19:59:02.057ZDownloading...
5412024-04-03T19:59:02.057Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5422024-04-03T19:59:02.058Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5432024-04-03T19:59:02.330Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5442024-04-03T19:59:02.330Z++ case "$OSTYPE" in
5452024-04-03T19:59:02.330Z++ SHA=sha256sum
5462024-04-03T19:59:02.357Z++ sha256sum
5472024-04-03T19:59:02.357Z++ awk '{print $1}'
5482024-04-03T19:59:02.357Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5492024-04-03T19:59:02.357Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5502024-04-03T19:59:02.357Z+ set -o errexit
5512024-04-03T19:59:02.357Z+++ dirname ./tools/ci_download_dendrite_stub
5522024-04-03T19:59:02.357Z++ cd ./tools
5532024-04-03T19:59:02.357Z++ pwd
5542024-04-03T19:59:02.357Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5552024-04-03T19:59:02.357Z++ basename ./tools/ci_download_dendrite_stub
5562024-04-03T19:59:02.385Z+ ARG0=ci_download_dendrite_stub
5572024-04-03T19:59:02.385Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5582024-04-03T19:59:02.385Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5592024-04-03T19:59:02.385Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5602024-04-03T19:59:02.385Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5612024-04-03T19:59:02.386Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5622024-04-03T19:59:02.386Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5632024-04-03T19:59:02.386Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5642024-04-03T19:59:02.386Z+ TARGET_DIR=out
5652024-04-03T19:59:02.386Z+ DOWNLOAD_DIR=out/downloads
5662024-04-03T19:59:02.386Z+ DEST_DIR=./out/dendrite-stub
5672024-04-03T19:59:02.386Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5682024-04-03T19:59:02.386Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5692024-04-03T19:59:02.386Z+ REPO=oxidecomputer/dendrite
5702024-04-03T19:59:02.386Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5712024-04-03T19:59:02.386Z+ main
5722024-04-03T19:59:02.386Z+ [[ 0 != 0 ]]
5732024-04-03T19:59:02.386Z+ CIDL_OS=solaris2.11
5742024-04-03T19:59:02.387Z+ [[ 0 != 0 ]]
5752024-04-03T19:59:02.387Z+ configure_os solaris2.11
5762024-04-03T19:59:02.387Z+ echo 'current directory: /work/oxidecomputer/omicron'
5772024-04-03T19:59:02.387Z+ echo 'configuring based on OS: "solaris2.11"'
5782024-04-03T19:59:02.387Z+ case "$1" in
5792024-04-03T19:59:02.387Z+ SET_BINARIES=
5802024-04-03T19:59:02.387Zcurrent directory: /work/oxidecomputer/omicron
5812024-04-03T19:59:02.387Zconfiguring based on OS: "solaris2.11"
5822024-04-03T19:59:02.387Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5832024-04-03T19:59:02.387Z+ CIDL_SHA256FUNC=do_sha256sum
5842024-04-03T19:59:02.387Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5852024-04-03T19:59:02.387Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5862024-04-03T19:59:02.387Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5872024-04-03T19:59:02.388Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5882024-04-03T19:59:02.388Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5892024-04-03T19:59:02.388ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5902024-04-03T19:59:02.388ZLocal file: out/downloads/dendrite-stub.tar.gz
5912024-04-03T19:59:02.388Z+ mkdir -p out/downloads
5922024-04-03T19:59:02.388Z+ mkdir -p ./out/dendrite-stub
5932024-04-03T19:59:02.388Z+ fetch_and_verify
5942024-04-03T19:59:02.388Z+ local DO_DOWNLOAD=true
5952024-04-03T19:59:02.388Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5962024-04-03T19:59:02.388Z+ '[' true == true ']'
5972024-04-03T19:59:02.388Z+ echo Downloading...
5982024-04-03T19:59:02.388ZDownloading...
5992024-04-03T19:59:02.389Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6002024-04-03T19:59:02.389Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6012024-04-03T19:59:16.597Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6022024-04-03T19:59:16.622Z++ sha256sum
6032024-04-03T19:59:16.622Z++ awk '{print $1}'
6042024-04-03T19:59:16.648Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6052024-04-03T19:59:16.648Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
6062024-04-03T19:59:16.649Z+ do_untar out/downloads/dendrite-stub.tar.gz
6072024-04-03T19:59:16.649Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6082024-04-03T19:59:17.438Z+ do_assemble
6092024-04-03T19:59:17.438Z+ rm -r ./out/dendrite-stub
6102024-04-03T19:59:17.466Z+ mkdir ./out/dendrite-stub
6112024-04-03T19:59:17.466Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6122024-04-03T19:59:17.996Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6132024-04-03T19:59:18.058Z+ set -o errexit
6142024-04-03T19:59:18.058Z+++ dirname ./tools/ci_download_maghemite_mgd
6152024-04-03T19:59:18.058Z++ cd ./tools
6162024-04-03T19:59:18.058Z++ pwd
6172024-04-03T19:59:18.058Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6182024-04-03T19:59:18.059Z++ basename ./tools/ci_download_maghemite_mgd
6192024-04-03T19:59:18.059Z+ ARG0=ci_download_maghemite_mgd
6202024-04-03T19:59:18.059Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6212024-04-03T19:59:18.059Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6222024-04-03T19:59:18.059Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6232024-04-03T19:59:18.060Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6242024-04-03T19:59:18.060Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6252024-04-03T19:59:18.060Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6262024-04-03T19:59:18.060Z+ TARGET_DIR=out
6272024-04-03T19:59:18.060Z+ DOWNLOAD_DIR=out/downloads
6282024-04-03T19:59:18.060Z+ DEST_DIR=./out/mgd
6292024-04-03T19:59:18.061Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6302024-04-03T19:59:18.061Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6312024-04-03T19:59:18.061Z+ REPO=oxidecomputer/maghemite
6322024-04-03T19:59:18.061Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6332024-04-03T19:59:18.061Z+ main
6342024-04-03T19:59:18.061Z+ rm -rf out/downloads/root
6352024-04-03T19:59:18.061Z+ [[ 0 != 0 ]]
6362024-04-03T19:59:18.062Z+ CIDL_OS=solaris2.11
6372024-04-03T19:59:18.062Z+ [[ 0 != 0 ]]
6382024-04-03T19:59:18.062Z+ configure_os solaris2.11
6392024-04-03T19:59:18.062Z+ echo 'current directory: /work/oxidecomputer/omicron'
6402024-04-03T19:59:18.062Z+ echo 'configuring based on OS: "solaris2.11"'
6412024-04-03T19:59:18.063Z+ case "$1" in
6422024-04-03T19:59:18.063Z+ SET_BINARIES=
6432024-04-03T19:59:18.063Zcurrent directory: /work/oxidecomputer/omicron
6442024-04-03T19:59:18.063Z+ CIDL_SHA256FUNC=do_sha256sum
6452024-04-03T19:59:18.063Z+ TARBALL_FILENAME=mgd.tar.gz
6462024-04-03T19:59:18.063Zconfiguring based on OS: "solaris2.11"
6472024-04-03T19:59:18.064Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6482024-04-03T19:59:18.064Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6492024-04-03T19:59:18.064Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6502024-04-03T19:59:18.064Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6512024-04-03T19:59:18.064ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6522024-04-03T19:59:18.065Z+ mkdir -p out/downloads
6532024-04-03T19:59:18.065ZLocal file: out/downloads/mgd.tar.gz
6542024-04-03T19:59:18.065Z+ mkdir -p ./out/mgd
6552024-04-03T19:59:18.065Z+ fetch_and_verify
6562024-04-03T19:59:18.065Z+ local DO_DOWNLOAD=true
6572024-04-03T19:59:18.066Z+ [[ -f out/downloads/mgd.tar.gz ]]
6582024-04-03T19:59:18.066Z+ '[' true == true ']'
6592024-04-03T19:59:18.066Z+ echo Downloading...
6602024-04-03T19:59:18.066ZDownloading...
6612024-04-03T19:59:18.066Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6622024-04-03T19:59:18.066Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6632024-04-03T19:59:31.087Z++ do_sha256sum out/downloads/mgd.tar.gz
6642024-04-03T19:59:31.112Z++ sha256sum
6652024-04-03T19:59:31.112Z++ awk '{print $1}'
6662024-04-03T19:59:31.137Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6672024-04-03T19:59:31.137Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6682024-04-03T19:59:31.137Z+ do_untar out/downloads/mgd.tar.gz
6692024-04-03T19:59:31.137Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6702024-04-03T19:59:31.918Z+ do_assemble
6712024-04-03T19:59:31.918Z+ rm -r ./out/mgd
6722024-04-03T19:59:31.949Z+ mkdir ./out/mgd
6732024-04-03T19:59:31.949Z+ cp -r out/downloads/root ./out/mgd/root
6742024-04-03T19:59:31.984Z+ set -o errexit
6752024-04-03T19:59:32.031Z+++ dirname ./tools/ci_download_transceiver_control
6762024-04-03T19:59:32.031Z++ cd ./tools
6772024-04-03T19:59:32.032Z++ pwd
6782024-04-03T19:59:32.032Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6792024-04-03T19:59:32.032Z++ basename ./tools/ci_download_transceiver_control
6802024-04-03T19:59:32.032Z+ ARG0=ci_download_transceiver_control
6812024-04-03T19:59:32.032Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6822024-04-03T19:59:32.032Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6832024-04-03T19:59:32.032Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842024-04-03T19:59:32.032Z+ TARGET_DIR=out
6852024-04-03T19:59:32.032Z+ DOWNLOAD_DIR=out/downloads
6862024-04-03T19:59:32.032Z+ DEST_DIR=./out/transceiver-control
6872024-04-03T19:59:32.032Z+ BIN_DIR=/opt/oxide/bin
6882024-04-03T19:59:32.032Z+ BINARY=xcvradm
6892024-04-03T19:59:32.032Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6902024-04-03T19:59:32.032Z+ REPO=oxidecomputer/transceiver-control
6912024-04-03T19:59:32.032Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6922024-04-03T19:59:32.032Z+ main
6932024-04-03T19:59:32.032Z+ [[ 0 != 0 ]]
6942024-04-03T19:59:32.032Z+ CIDL_OS=solaris2.11
6952024-04-03T19:59:32.032Z+ [[ 0 != 0 ]]
6962024-04-03T19:59:32.033Z+ configure_os solaris2.11
6972024-04-03T19:59:32.033Z+ echo 'current directory: /work/oxidecomputer/omicron'
6982024-04-03T19:59:32.033Z+ echo 'configuring based on OS: "solaris2.11"'
6992024-04-03T19:59:32.033Z+ case "$1" in
7002024-04-03T19:59:32.033Z+ SET_BINARIES=
7012024-04-03T19:59:32.033Zcurrent directory: /work/oxidecomputer/omicron
7022024-04-03T19:59:32.033Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7032024-04-03T19:59:32.033Zconfiguring based on OS: "solaris2.11"
7042024-04-03T19:59:32.033Z+ CIDL_SHA256FUNC=do_sha256sum
7052024-04-03T19:59:32.033Z+ ARCHIVE_FILENAME=xcvradm.gz
7062024-04-03T19:59:32.033Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7072024-04-03T19:59:32.033Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7082024-04-03T19:59:32.033Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7092024-04-03T19:59:32.033ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7102024-04-03T19:59:32.033Z+ echo 'Local file: out/downloads/xcvradm.gz'
7112024-04-03T19:59:32.033Z+ mkdir -p out/downloads
7122024-04-03T19:59:32.033ZLocal file: out/downloads/xcvradm.gz
7132024-04-03T19:59:32.033Z+ mkdir -p ./out/transceiver-control
7142024-04-03T19:59:32.033Z+ fetch_and_verify
7152024-04-03T19:59:32.033Z+ local DO_DOWNLOAD=true
7162024-04-03T19:59:32.033Z+ [[ -f out/downloads/xcvradm.gz ]]
7172024-04-03T19:59:32.034Z+ '[' true == true ']'
7182024-04-03T19:59:32.034Z+ echo Downloading...
7192024-04-03T19:59:32.034ZDownloading...
7202024-04-03T19:59:32.034Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7212024-04-03T19:59:32.034Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7222024-04-03T19:59:34.459Z++ do_sha256sum out/downloads/xcvradm.gz
7232024-04-03T19:59:34.490Z++ sha256sum
7242024-04-03T19:59:34.490Z++ awk '{print $1}'
7252024-04-03T19:59:34.490Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7262024-04-03T19:59:34.490Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7272024-04-03T19:59:34.490Z+ do_unpack out/downloads/xcvradm.gz
7282024-04-03T19:59:34.490Z+ mkdir -p out/downloads/root//opt/oxide/bin
7292024-04-03T19:59:34.490Z+ gzip -dc out/downloads/xcvradm.gz
7302024-04-03T19:59:34.612Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7312024-04-03T19:59:34.642Z+ do_assemble
7322024-04-03T19:59:34.642Z+ rm -r ./out/transceiver-control
7332024-04-03T19:59:34.642Z+ mkdir ./out/transceiver-control
7342024-04-03T19:59:34.642Z+ cp -r out/downloads/root ./out/transceiver-control/root
7352024-04-03T19:59:34.712Z+ set -o errexit
7362024-04-03T19:59:34.746Z+++ dirname ./tools/ci_download_thundermuffin
7372024-04-03T19:59:34.746Z++ cd ./tools
7382024-04-03T19:59:34.746Z++ pwd
7392024-04-03T19:59:34.746Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7402024-04-03T19:59:34.746Z++ basename ./tools/ci_download_thundermuffin
7412024-04-03T19:59:34.746Z+ ARG0=ci_download_thundermuffin
7422024-04-03T19:59:34.746Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7432024-04-03T19:59:34.746Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7442024-04-03T19:59:34.746Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7452024-04-03T19:59:34.746Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7462024-04-03T19:59:34.746Z+ TARGET_DIR=out
7472024-04-03T19:59:34.747Z+ DOWNLOAD_DIR=out/downloads
7482024-04-03T19:59:34.747Z+ DEST_DIR=./out/thundermuffin
7492024-04-03T19:59:34.747Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7502024-04-03T19:59:34.747Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7512024-04-03T19:59:34.747Z+ REPO=oxidecomputer/thundermuffin
7522024-04-03T19:59:34.747Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7532024-04-03T19:59:34.747Z+ main
7542024-04-03T19:59:34.747Z+ rm -rf out/downloads/root
7552024-04-03T19:59:34.747Z+ [[ 0 != 0 ]]
7562024-04-03T19:59:34.747Z+ CIDL_OS=solaris2.11
7572024-04-03T19:59:34.747Z+ [[ 0 != 0 ]]
7582024-04-03T19:59:34.747Z+ configure_os solaris2.11
7592024-04-03T19:59:34.747Z+ echo 'current directory: /work/oxidecomputer/omicron'
7602024-04-03T19:59:34.747Zcurrent directory: /work/oxidecomputer/omicron
7612024-04-03T19:59:34.747Zconfiguring based on OS: "solaris2.11"
7622024-04-03T19:59:34.747Z+ echo 'configuring based on OS: "solaris2.11"'
7632024-04-03T19:59:34.747Z+ case "$1" in
7642024-04-03T19:59:34.747Z+ SET_BINARIES=
7652024-04-03T19:59:34.747Z+ CIDL_SHA256FUNC=do_sha256sum
7662024-04-03T19:59:34.747Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7672024-04-03T19:59:34.747Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7682024-04-03T19:59:34.748Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7692024-04-03T19:59:34.748Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7702024-04-03T19:59:34.748ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7712024-04-03T19:59:34.748ZLocal file: out/downloads/thundermuffin.tar.gz
7722024-04-03T19:59:34.748Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7732024-04-03T19:59:34.748Z+ mkdir -p out/downloads
7742024-04-03T19:59:34.748Z+ mkdir -p ./out/thundermuffin
7752024-04-03T19:59:34.785Z+ fetch_and_verify
7762024-04-03T19:59:34.785Z+ local DO_DOWNLOAD=true
7772024-04-03T19:59:34.785Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7782024-04-03T19:59:34.785Z+ '[' true == true ']'
7792024-04-03T19:59:34.785Z+ echo Downloading...
7802024-04-03T19:59:34.785Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7812024-04-03T19:59:34.785ZDownloading...
7822024-04-03T19:59:34.785Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7832024-04-03T19:59:35.786Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7842024-04-03T19:59:35.811Z++ sha256sum
7852024-04-03T19:59:35.812Z++ awk '{print $1}'
7862024-04-03T19:59:35.812Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7872024-04-03T19:59:35.812Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7882024-04-03T19:59:35.812Z+ do_untar out/downloads/thundermuffin.tar.gz
7892024-04-03T19:59:35.812Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7902024-04-03T19:59:35.883Z+ do_assemble
7912024-04-03T19:59:35.883Z+ rm -r ./out/thundermuffin
7922024-04-03T19:59:35.912Z+ mkdir ./out/thundermuffin
7932024-04-03T19:59:35.912Z+ cp -r out/downloads/root ./out/thundermuffin/root
7942024-04-03T19:59:35.937ZAll builder prerequisites installed successfully, and PATH looks valid
7952024-04-03T19:59:35.937Z
7962024-04-03T19:59:35.937Zreal 1:51.263394209
7972024-04-03T19:59:35.937Zuser 43.440802066
7982024-04-03T19:59:35.937Zsys 11.677364378
7992024-04-03T19:59:35.937Ztrap 0.013553277
8002024-04-03T19:59:35.937Ztflt 0.012185410
8012024-04-03T19:59:35.938Zdflt 0.020303901
8022024-04-03T19:59:35.938Zkflt 0.006440623
8032024-04-03T19:59:35.938Zlock 1.901259070
8042024-04-03T19:59:35.938Zslp 3:55.314254658
8052024-04-03T19:59:35.938Zlat 4.481521104
8062024-04-03T19:59:35.938Zstop 0.056659462
8072024-04-03T19:59:35.938Z
8082024-04-03T19:59:35.938Z ##### # # # # #####
8092024-04-03T19:59:35.938Z # # # # # # # #
8102024-04-03T19:59:35.938Z ##### # # # # # #
8112024-04-03T19:59:35.938Z # # # # # # # #
8122024-04-03T19:59:35.938Z # # # # # # # #
8132024-04-03T19:59:35.938Z ##### #### # ###### #####
8142024-04-03T19:59:35.938Z
8152024-04-03T19:59:36.216Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8162024-04-03T19:59:37.127Z Updating git repository `https://github.com/oxidecomputer/samael`
8172024-04-03T19:59:38.312Z Updating git repository `https://github.com/oxidecomputer/zone`
8182024-04-03T19:59:39.046Z Updating crates.io index
8192024-04-03T19:59:39.074Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8202024-04-03T19:59:40.555Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8212024-04-03T19:59:41.752Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8222024-04-03T19:59:46.656Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8232024-04-03T19:59:46.774Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242024-04-03T19:59:46.876Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252024-04-03T19:59:48.679Z Updating git repository `https://github.com/oxidecomputer/crucible`
8262024-04-03T19:59:51.975Z Updating git repository `https://github.com/oxidecomputer/opte`
8272024-04-03T19:59:53.771Z Updating git repository `https://github.com/oxidecomputer/falcon`
8282024-04-03T19:59:55.418Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8292024-04-03T19:59:56.199Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302024-04-03T19:59:57.398Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8312024-04-03T19:59:58.310Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8322024-04-03T19:59:59.012Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8332024-04-03T20:00:00.034Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8342024-04-03T20:00:00.710Z Updating git repository `http://github.com/oxidecomputer/tofino`
8352024-04-03T20:00:01.560Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8362024-04-03T20:00:02.199Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8372024-04-03T20:00:03.021Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8382024-04-03T20:00:03.928Z Updating git repository `https://github.com/oxidecomputer/ispf`
8392024-04-03T20:00:04.751Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8402024-04-03T20:00:05.430Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8412024-04-03T20:00:06.750Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8422024-04-03T20:00:07.686Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8432024-04-03T20:00:09.916Z Updating git repository `https://github.com/jgallagher/nix`
8442024-04-03T20:00:11.994Z Updating git repository `https://github.com/cbiffle/hubpack`
8452024-04-03T20:00:12.743Z Updating git repository `https://github.com/oxidecomputer/typify`
8462024-04-03T20:00:15.168Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8472024-04-03T20:00:16.222Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8482024-04-03T20:00:17.007Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8492024-04-03T20:00:18.135Z Updating git repository `https://github.com/oxidecomputer/rfb`
8502024-04-03T20:00:20.234Z Downloading crates ...
8512024-04-03T20:00:20.350Z Downloaded adler v1.0.2
8522024-04-03T20:00:20.384Z Downloaded addr2line v0.21.0
8532024-04-03T20:00:20.384Z Downloaded approx v0.5.1
8542024-04-03T20:00:20.384Z Downloaded anstream v0.6.11
8552024-04-03T20:00:20.384Z Downloaded foreign-types-shared v0.3.1
8562024-04-03T20:00:20.385Z Downloaded bitstruct_derive v0.1.0
8572024-04-03T20:00:20.385Z Downloaded aho-corasick v1.1.2
8582024-04-03T20:00:20.385Z Downloaded getrandom v0.2.12
8592024-04-03T20:00:20.985Z Downloaded guppy-workspace-hack v0.1.0
8602024-04-03T20:00:20.985Z Downloaded compact_str v0.7.1
8612024-04-03T20:00:20.985Z Downloaded ciborium-ll v0.2.2
8622024-04-03T20:00:20.985Z Downloaded blake2b_simd v1.0.1
8632024-04-03T20:00:20.985Z Downloaded chacha20poly1305 v0.10.1
8642024-04-03T20:00:20.985Z Downloaded guppy v0.17.5
8652024-04-03T20:00:20.986Z Downloaded russh-cryptovec v0.7.0
8662024-04-03T20:00:20.986Z Downloaded strum v0.26.1
8672024-04-03T20:00:20.986Z Downloaded strum_macros v0.25.2
8682024-04-03T20:00:20.986Z Downloaded vte_generate_state_changes v0.1.1
8692024-04-03T20:00:20.986Z Downloaded crunchy v0.2.2
8702024-04-03T20:00:20.986Z Downloaded zerocopy-derive v0.7.32
8712024-04-03T20:00:20.986Z Downloaded ref-cast v1.0.20
8722024-04-03T20:00:20.986Z Downloaded toolchain_find v0.2.0
8732024-04-03T20:00:20.986Z Downloaded try-lock v0.2.4
8742024-04-03T20:00:20.986Z Downloaded foreign-types-macros v0.2.3
8752024-04-03T20:00:20.986Z Downloaded filetime v0.2.23
8762024-04-03T20:00:20.986Z Downloaded stability v0.1.1
8772024-04-03T20:00:20.986Z Downloaded darling_macro v0.20.3
8782024-04-03T20:00:20.986Z Downloaded defmt-parser v0.3.3
8792024-04-03T20:00:20.986Z Downloaded num-conv v0.1.0
8802024-04-03T20:00:20.986Z Downloaded precomputed-hash v0.1.1
8812024-04-03T20:00:20.986Z Downloaded predicates-tree v1.0.9
8822024-04-03T20:00:20.986Z Downloaded usdt-macro v0.3.5
8832024-04-03T20:00:20.986Z Downloaded md5 v0.7.0
8842024-04-03T20:00:20.986Z Downloaded usdt v0.5.0
8852024-04-03T20:00:20.986Z Downloaded secrecy v0.8.0
8862024-04-03T20:00:20.987Z Downloaded serde-big-array v0.5.1
8872024-04-03T20:00:20.987Z Downloaded new_debug_unreachable v1.0.4
8882024-04-03T20:00:20.987Z Downloaded sigpipe v0.1.3
8892024-04-03T20:00:20.987Z Downloaded doc-comment v0.3.3
8902024-04-03T20:00:20.987Z Downloaded pathdiff v0.2.1
8912024-04-03T20:00:20.987Z Downloaded peeking_take_while v0.1.2
8922024-04-03T20:00:20.987Z Downloaded paste v1.0.14
8932024-04-03T20:00:20.987Z Downloaded diesel_table_macro_syntax v0.1.0
8942024-04-03T20:00:20.987Z Downloaded darling v0.20.3
8952024-04-03T20:00:20.987Z Downloaded plotters-svg v0.3.5
8962024-04-03T20:00:20.987Z Downloaded walkdir v2.4.0
8972024-04-03T20:00:20.987Z Downloaded phf_shared v0.11.2
8982024-04-03T20:00:20.987Z Downloaded utf8parse v0.2.1
8992024-04-03T20:00:20.987Z Downloaded version_check v0.9.4
9002024-04-03T20:00:20.987Z Downloaded sha2 v0.10.8
9012024-04-03T20:00:20.987Z Downloaded serde-hex v0.1.0
9022024-04-03T20:00:20.987Z Downloaded uuid v1.7.0
9032024-04-03T20:00:20.987Z Downloaded plotters v0.3.5
9042024-04-03T20:00:20.987Z Downloaded smoltcp v0.9.1
9052024-04-03T20:00:20.987Z Downloaded vcpkg v0.2.15
9062024-04-03T20:00:20.987Z Downloaded csv v1.3.0
9072024-04-03T20:00:20.987Z Downloaded tokio v1.36.0
9082024-04-03T20:00:20.988Z Downloaded sha3 v0.10.8
9092024-04-03T20:00:20.988Z Downloaded encoding_rs v0.8.33
9102024-04-03T20:00:20.988Z Downloaded winapi v0.3.9
9112024-04-03T20:00:21.014Z Downloaded libc v0.2.153
9122024-04-03T20:00:21.042Z Downloaded smoltcp v0.11.0
9132024-04-03T20:00:21.075Z Downloaded polar-core v0.27.0
9142024-04-03T20:00:21.075Z Downloaded ring v0.17.8
9152024-04-03T20:00:21.163Z Downloaded ring v0.16.20
9162024-04-03T20:00:21.255Z Downloaded diesel v2.1.5
9172024-04-03T20:00:21.295Z Downloaded sled v0.34.7
9182024-04-03T20:00:21.320Z Downloaded regex-automata v0.4.5
9192024-04-03T20:00:21.321Z Downloaded openapiv3 v2.0.0
9202024-04-03T20:00:21.321Z Downloaded curve25519-dalek v4.1.1
9212024-04-03T20:00:21.346Z Downloaded rustls v0.22.2
9222024-04-03T20:00:21.346Z Downloaded rustix v0.38.31
9232024-04-03T20:00:21.373Z Downloaded portable-atomic v1.4.3
9242024-04-03T20:00:21.397Z Downloaded petgraph v0.6.4
9252024-04-03T20:00:21.397Z Downloaded webpki-roots v0.25.2
9262024-04-03T20:00:21.397Z Downloaded p521 v0.13.3
9272024-04-03T20:00:21.398Z Downloaded openssl v0.10.60
9282024-04-03T20:00:21.422Z Downloaded zerocopy-derive v0.6.4
9292024-04-03T20:00:21.448Z Downloaded zerocopy-derive v0.2.0
9302024-04-03T20:00:21.448Z Downloaded syn v2.0.52
9312024-04-03T20:00:21.448Z Downloaded syn v1.0.109
9322024-04-03T20:00:21.472Z Downloaded rustls v0.21.9
9332024-04-03T20:00:21.473Z Downloaded idna v0.5.0
9342024-04-03T20:00:21.473Z Downloaded idna v0.2.3
9352024-04-03T20:00:21.503Z Downloaded bzip2-sys v0.1.11+1.0.8
9362024-04-03T20:00:21.503Z Downloaded parking_lot v0.12.1
9372024-04-03T20:00:21.504Z Downloaded winnow v0.5.15
9382024-04-03T20:00:22.040Z Downloaded ratatui v0.26.1
9392024-04-03T20:00:22.040Z Downloaded idna v0.3.0
9402024-04-03T20:00:22.040Z Downloaded uuid v0.8.2
9412024-04-03T20:00:22.040Z Downloaded password-hash v0.4.2
9422024-04-03T20:00:22.040Z Downloaded diesel_derives v2.1.2
9432024-04-03T20:00:22.040Z Downloaded dhcproto v0.11.0
9442024-04-03T20:00:22.040Z Downloaded tokio-postgres v0.7.10
9452024-04-03T20:00:22.041Z Downloaded p256 v0.13.2
9462024-04-03T20:00:22.041Z Downloaded num-bigint-dig v0.8.4
9472024-04-03T20:00:22.041Z Downloaded nix v0.27.1
9482024-04-03T20:00:22.041Z Downloaded tabled v0.15.0
9492024-04-03T20:00:22.041Z Downloaded regex v1.10.4
9502024-04-03T20:00:22.041Z Downloaded polyval v0.6.1
9512024-04-03T20:00:22.041Z Downloaded poly1305 v0.8.0
9522024-04-03T20:00:22.041Z Downloaded pin-project v1.1.3
9532024-04-03T20:00:22.041Z Downloaded pem-rfc7468 v0.7.0
9542024-04-03T20:00:22.041Z Downloaded peg-macros v0.8.2
9552024-04-03T20:00:22.041Z Downloaded partial-io v0.5.4
9562024-04-03T20:00:22.041Z Downloaded parking_lot_core v0.9.8
9572024-04-03T20:00:22.041Z Downloaded parking_lot_core v0.8.6
9582024-04-03T20:00:22.042Z Downloaded x509-cert v0.2.4
9592024-04-03T20:00:22.042Z Downloaded diff v0.1.13
9602024-04-03T20:00:22.042Z Downloaded serde v1.0.197
9612024-04-03T20:00:22.042Z Downloaded minimal-lexical v0.2.1
9622024-04-03T20:00:22.042Z Downloaded num-bigint v0.4.4
9632024-04-03T20:00:22.042Z Downloaded serde_with v3.6.1
9642024-04-03T20:00:22.042Z Downloaded reqwest v0.11.24
9652024-04-03T20:00:22.042Z Downloaded rustls-webpki v0.102.1
9662024-04-03T20:00:22.042Z Downloaded pest_meta v2.7.6
9672024-04-03T20:00:22.042Z Downloaded pem v3.0.2
9682024-04-03T20:00:22.042Z Downloaded tokio-rustls v0.25.0
9692024-04-03T20:00:22.042Z Downloaded papergrid v0.11.0
9702024-04-03T20:00:22.042Z Downloaded regex-syntax v0.8.2
9712024-04-03T20:00:22.042Z Downloaded vec_map v0.8.2
9722024-04-03T20:00:22.042Z Downloaded parse-display-derive v0.9.0
9732024-04-03T20:00:22.042Z Downloaded parse-display v0.9.0
9742024-04-03T20:00:22.042Z Downloaded difflib v0.4.0
9752024-04-03T20:00:22.042Z Downloaded smallvec v1.13.1
9762024-04-03T20:00:22.042Z Downloaded smallvec v0.6.14
9772024-04-03T20:00:22.043Z Downloaded oso v0.27.0
9782024-04-03T20:00:22.043Z Downloaded libxml v0.3.3
9792024-04-03T20:00:22.043Z Downloaded regress v0.9.1
9802024-04-03T20:00:22.043Z Downloaded smf v0.2.2
9812024-04-03T20:00:22.043Z Downloaded smawk v0.3.1
9822024-04-03T20:00:22.043Z Downloaded shell-words v1.1.0
9832024-04-03T20:00:22.043Z Downloaded sha1 v0.10.6
9842024-04-03T20:00:22.043Z Downloaded serde_arrays v0.1.0
9852024-04-03T20:00:22.043Z Downloaded plotters-backend v0.3.5
9862024-04-03T20:00:22.043Z Downloaded percent-encoding v2.3.1
9872024-04-03T20:00:22.043Z Downloaded tinyvec v1.6.0
9882024-04-03T20:00:22.043Z Downloaded pretty_assertions v1.4.0
9892024-04-03T20:00:22.043Z Downloaded trust-dns-proto v0.22.0
9902024-04-03T20:00:22.043Z Downloaded hyper v0.14.28
9912024-04-03T20:00:22.043Z Downloaded phf v0.11.2
9922024-04-03T20:00:22.043Z Downloaded pest_generator v2.7.6
9932024-04-03T20:00:22.043Z Downloaded tokio-stream v0.1.15
9942024-04-03T20:00:22.043Z Downloaded mockall_derive v0.12.0
9952024-04-03T20:00:22.043Z Downloaded time v0.3.34
9962024-04-03T20:00:22.043Z Downloaded rustyline v13.0.0
9972024-04-03T20:00:22.043Z Downloaded regex-syntax v0.6.29
9982024-04-03T20:00:22.044Z Downloaded vsss-rs v3.3.4
9992024-04-03T20:00:22.044Z Downloaded digest v0.10.7
10002024-04-03T20:00:22.044Z Downloaded darling_core v0.14.4
10012024-04-03T20:00:22.044Z Downloaded tokio-tungstenite v0.20.1
10022024-04-03T20:00:22.044Z Downloaded tokio-rustls v0.24.1
10032024-04-03T20:00:22.044Z Downloaded parking_lot v0.11.2
10042024-04-03T20:00:22.044Z Downloaded native-tls v0.2.11
10052024-04-03T20:00:22.044Z Downloaded lalrpop v0.19.12
10062024-04-03T20:00:22.044Z Downloaded phf_shared v0.10.0
10072024-04-03T20:00:22.044Z Downloaded peg-runtime v0.8.2
10082024-04-03T20:00:22.044Z Downloaded parse-size v1.0.0
10092024-04-03T20:00:22.044Z Downloaded wyz v0.5.1
10102024-04-03T20:00:22.044Z Downloaded whoami v1.5.0
10112024-04-03T20:00:22.044Z Downloaded which v4.4.0
10122024-04-03T20:00:22.044Z Downloaded want v0.3.1
10132024-04-03T20:00:22.044Z Downloaded waitgroup v0.1.2
10142024-04-03T20:00:22.044Z Downloaded wait-timeout v0.2.0
10152024-04-03T20:00:22.044Z Downloaded signal-hook v0.3.17
10162024-04-03T20:00:22.044Z Downloaded peg v0.8.2
10172024-04-03T20:00:22.044Z Downloaded pbkdf2 v0.12.2
10182024-04-03T20:00:22.044Z Downloaded pbkdf2 v0.11.0
10192024-04-03T20:00:22.045Z Downloaded snafu v0.7.5
10202024-04-03T20:00:22.045Z Downloaded owo-colors v4.0.0
10212024-04-03T20:00:22.045Z Downloaded mio v0.8.11
10222024-04-03T20:00:22.045Z Downloaded num-complex v0.4.4
10232024-04-03T20:00:22.045Z Downloaded criterion v0.5.1
10242024-04-03T20:00:22.045Z Downloaded winnow v0.6.1
10252024-04-03T20:00:22.045Z Downloaded rustls-webpki v0.101.7
10262024-04-03T20:00:22.045Z Downloaded darling v0.14.4
10272024-04-03T20:00:22.045Z Downloaded slog-term v2.9.0
10282024-04-03T20:00:22.045Z Downloaded signal-hook-registry v1.4.1
10292024-04-03T20:00:22.045Z Downloaded utf-8 v0.7.6
10302024-04-03T20:00:22.045Z Downloaded socket2 v0.4.9
10312024-04-03T20:00:22.045Z Downloaded slog-scope v4.4.0
10322024-04-03T20:00:22.045Z Downloaded multer v3.0.0
10332024-04-03T20:00:22.045Z Downloaded unicode-normalization v0.1.22
10342024-04-03T20:00:22.045Z Downloaded tokio-util v0.7.10
10352024-04-03T20:00:22.045Z Downloaded dhcproto-macros v0.1.0
10362024-04-03T20:00:22.045Z Downloaded curve25519-dalek-derive v0.1.0
10372024-04-03T20:00:22.045Z Downloaded yansi v0.5.1
10382024-04-03T20:00:22.074Z Downloaded xattr v1.0.1
10392024-04-03T20:00:22.074Z Downloaded signal-hook-mio v0.2.3
10402024-04-03T20:00:22.074Z Downloaded shlex v1.3.0
10412024-04-03T20:00:22.074Z Downloaded password-hash v0.5.0
10422024-04-03T20:00:22.074Z Downloaded tokio-native-tls v0.3.1
10432024-04-03T20:00:22.074Z Downloaded packed_struct_codegen v0.10.1
10442024-04-03T20:00:22.074Z Downloaded packed_struct v0.10.1
10452024-04-03T20:00:22.074Z Downloaded slog v2.7.0
10462024-04-03T20:00:22.074Z Downloaded similar v2.4.0
10472024-04-03T20:00:22.074Z Downloaded prettyplease v0.2.17
10482024-04-03T20:00:22.074Z Downloaded typed-path v0.7.0
10492024-04-03T20:00:22.074Z Downloaded snafu-derive v0.7.5
10502024-04-03T20:00:22.075Z Downloaded slog-envlogger v2.2.0
10512024-04-03T20:00:22.075Z Downloaded tinytemplate v1.2.1
10522024-04-03T20:00:22.075Z Downloaded spin v0.9.8
10532024-04-03T20:00:22.075Z Downloaded memchr v2.7.1
10542024-04-03T20:00:22.075Z Downloaded crossterm v0.27.0
10552024-04-03T20:00:22.075Z Downloaded newline-converter v0.3.0
10562024-04-03T20:00:22.075Z Downloaded dof v0.1.5
10572024-04-03T20:00:22.076Z Downloaded dirs-sys v0.4.1
10582024-04-03T20:00:22.076Z Downloaded dirs-next v2.0.0
10592024-04-03T20:00:22.076Z Downloaded dirs v5.0.1
10602024-04-03T20:00:22.076Z Downloaded slog-dtrace v0.3.0
10612024-04-03T20:00:22.076Z Downloaded similar-asserts v1.5.0
10622024-04-03T20:00:22.076Z Downloaded signature v1.6.4
10632024-04-03T20:00:22.076Z Downloaded miniz_oxide v0.7.1
10642024-04-03T20:00:22.076Z Downloaded socket2 v0.5.5
10652024-04-03T20:00:22.077Z Downloaded ed25519-dalek v2.0.0
10662024-04-03T20:00:22.077Z Downloaded url v2.5.0
10672024-04-03T20:00:22.077Z Downloaded sqlparser v0.43.1
10682024-04-03T20:00:22.077Z Downloaded serde_yaml v0.9.25
10692024-04-03T20:00:22.107Z Downloaded rayon v1.9.0
10702024-04-03T20:00:22.107Z Downloaded radix_trie v0.2.1
10712024-04-03T20:00:22.107Z Downloaded object v0.32.1
10722024-04-03T20:00:22.107Z Downloaded path-slash v0.1.5
10732024-04-03T20:00:22.107Z Downloaded usdt-macro v0.5.0
10742024-04-03T20:00:22.139Z Downloaded tokio-macros v2.2.0
10752024-04-03T20:00:22.140Z Downloaded oso-derive v0.27.0
10762024-04-03T20:00:22.140Z Downloaded slog-stdlog v4.1.1
10772024-04-03T20:00:22.140Z Downloaded slog-json v2.6.1
10782024-04-03T20:00:22.140Z Downloaded slog-bunyan v2.5.0
10792024-04-03T20:00:22.141Z Downloaded slog-async v2.8.0
10802024-04-03T20:00:22.141Z Downloaded slab v0.4.9
10812024-04-03T20:00:22.141Z Downloaded siphasher v0.3.11
10822024-04-03T20:00:22.141Z Downloaded signature v2.1.0
10832024-04-03T20:00:22.141Z Downloaded nanorand v0.7.0
10842024-04-03T20:00:22.141Z Downloaded multimap v0.10.0
10852024-04-03T20:00:22.142Z Downloaded mockall v0.12.0
10862024-04-03T20:00:22.142Z Downloaded ed25519 v2.2.2
10872024-04-03T20:00:22.142Z Downloaded ed25519 v1.5.3
10882024-04-03T20:00:22.142Z Downloaded ecdsa v0.16.9
10892024-04-03T20:00:22.142Z Downloaded nom v7.1.3
10902024-04-03T20:00:22.632Z Downloaded derive_more v0.99.17
10912024-04-03T20:00:22.633Z Downloaded object v0.30.4
10922024-04-03T20:00:22.633Z Downloaded display-error-chain v0.2.0
10932024-04-03T20:00:22.633Z Downloaded dirs-sys-next v0.1.2
10942024-04-03T20:00:22.633Z Downloaded dyn-clone v1.0.17
10952024-04-03T20:00:22.633Z Downloaded dof v0.3.0
10962024-04-03T20:00:22.633Z Downloaded tiny-keccak v2.0.2
10972024-04-03T20:00:22.633Z Downloaded time-macros v0.2.17
10982024-04-03T20:00:22.633Z Downloaded thiserror-no-std v2.0.2
10992024-04-03T20:00:22.633Z Downloaded postcard v1.0.8
11002024-04-03T20:00:22.633Z Downloaded mime_guess v2.0.4
11012024-04-03T20:00:22.633Z Downloaded memmap2 v0.7.1
11022024-04-03T20:00:22.633Z Downloaded elliptic-curve v0.13.8
11032024-04-03T20:00:22.633Z Downloaded serde_json v1.0.115
11042024-04-03T20:00:22.633Z Downloaded signal-hook-tokio v0.3.1
11052024-04-03T20:00:22.633Z Downloaded dtrace-parser v0.2.0
11062024-04-03T20:00:22.633Z Downloaded downcast v0.11.0
11072024-04-03T20:00:22.633Z Downloaded threadpool v1.8.1
11082024-04-03T20:00:22.633Z Downloaded thread_local v1.1.7
11092024-04-03T20:00:22.633Z Downloaded thread-id v4.2.0
11102024-04-03T20:00:22.633Z Downloaded sqlformat v0.2.3
11112024-04-03T20:00:22.633Z Downloaded spin v0.5.2
11122024-04-03T20:00:22.634Z Downloaded semver-parser v0.10.2
11132024-04-03T20:00:22.634Z Downloaded semver v1.0.22
11142024-04-03T20:00:22.634Z Downloaded env_logger v0.9.3
11152024-04-03T20:00:22.634Z Downloaded usdt-impl v0.3.5
11162024-04-03T20:00:22.634Z Downloaded quote v1.0.35
11172024-04-03T20:00:22.634Z Downloaded hyper v1.1.0
11182024-04-03T20:00:22.634Z Downloaded hkdf v0.12.4
11192024-04-03T20:00:22.634Z Downloaded nested v0.1.1
11202024-04-03T20:00:22.634Z Downloaded dtrace-parser v0.1.14
11212024-04-03T20:00:22.634Z Downloaded tinyvec_macros v0.1.1
11222024-04-03T20:00:22.634Z Downloaded time-core v0.1.2
11232024-04-03T20:00:22.634Z Downloaded spki v0.7.2
11242024-04-03T20:00:22.634Z Downloaded semver v0.11.0
11252024-04-03T20:00:22.634Z Downloaded semver v0.1.20
11262024-04-03T20:00:22.634Z Downloaded sec1 v0.7.3
11272024-04-03T20:00:22.634Z Downloaded r2d2 v0.8.10
11282024-04-03T20:00:22.634Z Downloaded mime v0.3.17
11292024-04-03T20:00:22.634Z Downloaded memoffset v0.7.1
11302024-04-03T20:00:22.634Z Downloaded env_logger v0.10.0
11312024-04-03T20:00:22.634Z Downloaded usdt-impl v0.5.0
11322024-04-03T20:00:22.634Z Downloaded toml v0.7.8
11332024-04-03T20:00:22.635Z Downloaded toml v0.5.11
11342024-04-03T20:00:22.635Z Downloaded tokio-tungstenite v0.21.0
11352024-04-03T20:00:22.635Z Downloaded thiserror-impl-no-std v2.0.2
11362024-04-03T20:00:22.635Z Downloaded textwrap v0.16.1
11372024-04-03T20:00:22.635Z Downloaded proc-macro-error v1.0.4
11382024-04-03T20:00:22.635Z Downloaded primeorder v0.13.6
11392024-04-03T20:00:22.635Z Downloaded der v0.7.8
11402024-04-03T20:00:22.635Z Downloaded salty v0.2.0
11412024-04-03T20:00:22.635Z Downloaded crossbeam-channel v0.5.8
11422024-04-03T20:00:22.635Z Downloaded serde-big-array v0.4.1
11432024-04-03T20:00:22.635Z Downloaded memmap v0.7.0
11442024-04-03T20:00:22.635Z Downloaded enum-as-inner v0.5.1
11452024-04-03T20:00:22.635Z Downloaded ena v0.14.2
11462024-04-03T20:00:22.635Z Downloaded embedded-io v0.4.0
11472024-04-03T20:00:22.635Z Downloaded either v1.10.0
11482024-04-03T20:00:22.635Z Downloaded untrusted v0.9.0
11492024-04-03T20:00:22.635Z Downloaded thiserror-impl v1.0.57
11502024-04-03T20:00:22.635Z Downloaded test-strategy v0.3.1
11512024-04-03T20:00:22.635Z Downloaded unicode-bidi v0.3.15
11522024-04-03T20:00:22.635Z Downloaded tungstenite v0.21.0
11532024-04-03T20:00:22.635Z Downloaded tungstenite v0.20.1
11542024-04-03T20:00:22.636Z Downloaded h2 v0.3.24
11552024-04-03T20:00:22.636Z Downloaded portpicker v0.1.1
11562024-04-03T20:00:22.636Z Downloaded endian-type v0.1.2
11572024-04-03T20:00:22.636Z Downloaded proc-macro-error-attr v1.0.4
11582024-04-03T20:00:22.636Z Downloaded proc-macro-crate v1.3.1
11592024-04-03T20:00:22.636Z Downloaded libm v0.2.7
11602024-04-03T20:00:22.636Z Downloaded bstr v1.9.0
11612024-04-03T20:00:22.636Z Downloaded usdt v0.3.5
11622024-04-03T20:00:22.636Z Downloaded untrusted v0.7.1
11632024-04-03T20:00:22.636Z Downloaded unicode-linebreak v0.1.5
11642024-04-03T20:00:22.636Z Downloaded num-derive v0.4.0
11652024-04-03T20:00:22.636Z Downloaded terminal_size v0.3.0
11662024-04-03T20:00:22.636Z Downloaded log v0.4.21
11672024-04-03T20:00:22.636Z Downloaded openssl-sys v0.9.96
11682024-04-03T20:00:22.636Z Downloaded num-integer v0.1.46
11692024-04-03T20:00:22.636Z Downloaded num v0.4.1
11702024-04-03T20:00:22.636Z Downloaded derive-where v1.2.7
11712024-04-03T20:00:22.636Z Downloaded darling_core v0.20.3
11722024-04-03T20:00:22.636Z Downloaded term v0.7.0
11732024-04-03T20:00:22.636Z Downloaded tempfile v3.10.0
11742024-04-03T20:00:22.636Z Downloaded steno v0.4.0
11752024-04-03T20:00:22.637Z Downloaded serde_with_macros v3.6.1
11762024-04-03T20:00:22.637Z Downloaded unicode-ident v1.0.12
11772024-04-03T20:00:22.637Z Downloaded tough v0.16.0
11782024-04-03T20:00:22.637Z Downloaded schemars v0.8.16
11792024-04-03T20:00:22.637Z Downloaded crypto-bigint v0.5.2
11802024-04-03T20:00:22.637Z Downloaded usdt-attr-macro v0.5.0
11812024-04-03T20:00:22.637Z Downloaded usdt-attr-macro v0.3.5
11822024-04-03T20:00:22.637Z Downloaded thiserror v1.0.57
11832024-04-03T20:00:22.637Z Downloaded textwrap v0.11.0
11842024-04-03T20:00:22.637Z Downloaded pretty-hex v0.4.1
11852024-04-03T20:00:22.637Z Downloaded pretty-hex v0.2.1
11862024-04-03T20:00:22.637Z Downloaded ppv-lite86 v0.2.17
11872024-04-03T20:00:22.637Z Downloaded postgres-types v0.2.6
11882024-04-03T20:00:22.637Z Downloaded postgres-protocol v0.6.6
11892024-04-03T20:00:22.637Z Downloaded derive_builder v0.12.0
11902024-04-03T20:00:22.663Z Downloaded lru-cache v0.1.2
11912024-04-03T20:00:22.663Z Downloaded lock_api v0.4.10
11922024-04-03T20:00:22.663Z Downloaded ucd-trie v0.1.6
11932024-04-03T20:00:22.663Z Downloaded typenum v1.16.0
11942024-04-03T20:00:22.663Z Downloaded itertools v0.12.1
11952024-04-03T20:00:22.663Z Downloaded itertools v0.10.5
11962024-04-03T20:00:22.663Z Downloaded predicates-core v1.0.6
11972024-04-03T20:00:22.663Z Downloaded predicates v3.1.0
11982024-04-03T20:00:22.663Z Downloaded powerfmt v0.2.0
11992024-04-03T20:00:22.663Z Downloaded nu-ansi-term v0.50.0
12002024-04-03T20:00:22.663Z Downloaded derive_builder_core v0.12.0
12012024-04-03T20:00:22.664Z Downloaded der_derive v0.7.2
12022024-04-03T20:00:22.664Z Downloaded termios v0.3.3
12032024-04-03T20:00:22.664Z Downloaded termcolor v1.2.0
12042024-04-03T20:00:22.664Z Downloaded tempdir v0.3.7
12052024-04-03T20:00:22.664Z Downloaded target-spec v3.1.0
12062024-04-03T20:00:22.664Z Downloaded libtest-mimic v0.6.1
12072024-04-03T20:00:22.664Z Downloaded flume v0.11.0
12082024-04-03T20:00:22.664Z Downloaded expectorate v1.1.0
12092024-04-03T20:00:22.664Z Downloaded tower v0.4.13
12102024-04-03T20:00:22.664Z Downloaded reedline v0.31.0
12112024-04-03T20:00:22.664Z Downloaded rand_seeder v0.2.3
12122024-04-03T20:00:22.664Z Downloaded nibble_vec v0.1.0
12132024-04-03T20:00:22.664Z Downloaded newtype-uuid v1.0.1
12142024-04-03T20:00:22.664Z Downloaded defmt-macros v0.3.6
12152024-04-03T20:00:22.664Z Downloaded target-lexicon v0.12.13
12162024-04-03T20:00:22.664Z Downloaded tar v0.4.40
12172024-04-03T20:00:22.664Z Downloaded serde_urlencoded v0.7.1
12182024-04-03T20:00:22.664Z Downloaded serde_tokenstream v0.2.0
12192024-04-03T20:00:22.664Z Downloaded serde_tokenstream v0.1.7
12202024-04-03T20:00:22.664Z Downloaded serde_spanned v0.6.5
12212024-04-03T20:00:22.664Z Downloaded serde_plain v1.0.2
12222024-04-03T20:00:22.665Z Downloaded md-5 v0.10.5
12232024-04-03T20:00:22.665Z Downloaded linear-map v1.2.0
12242024-04-03T20:00:22.665Z Downloaded flate2 v1.0.28
12252024-04-03T20:00:22.665Z Downloaded trust-dns-resolver v0.22.0
12262024-04-03T20:00:22.665Z Downloaded toml_edit v0.22.9
12272024-04-03T20:00:22.665Z Downloaded toml_edit v0.19.15
12282024-04-03T20:00:22.665Z Downloaded ryu v1.0.15
12292024-04-03T20:00:22.665Z Downloaded normalize-line-endings v0.3.0
12302024-04-03T20:00:22.665Z Downloaded nodrop v0.1.14
12312024-04-03T20:00:22.665Z Downloaded newtype_derive v0.1.6
12322024-04-03T20:00:22.665Z Downloaded derive_builder_macro v0.12.0
12332024-04-03T20:00:22.665Z Downloaded deranged v0.3.11
12342024-04-03T20:00:22.665Z Downloaded defmt v0.3.5
12352024-04-03T20:00:22.665Z Downloaded debug-ignore v1.0.5
12362024-04-03T20:00:22.665Z Downloaded datatest-stable v0.2.3
12372024-04-03T20:00:22.665Z Downloaded data-encoding v2.4.0
12382024-04-03T20:00:22.665Z Downloaded managed v0.8.0
12392024-04-03T20:00:22.665Z Downloaded macaddr v1.0.1
12402024-04-03T20:00:22.665Z Downloaded lru v0.12.1
12412024-04-03T20:00:22.665Z Downloaded linked-hash-map v0.5.6
12422024-04-03T20:00:22.665Z Downloaded regex-automata v0.1.10
12432024-04-03T20:00:22.666Z Downloaded rand v0.7.3
12442024-04-03T20:00:22.666Z Downloaded termtree v0.4.1
12452024-04-03T20:00:22.691Z Downloaded static_assertions v1.1.0
12462024-04-03T20:00:22.691Z Downloaded serde_derive v1.0.197
12472024-04-03T20:00:22.691Z Downloaded libsw v3.3.1
12482024-04-03T20:00:22.691Z Downloaded trust-dns-server v0.22.1
12492024-04-03T20:00:22.691Z Downloaded trust-dns-client v0.22.0
12502024-04-03T20:00:22.691Z Downloaded tracing-core v0.1.32
12512024-04-03T20:00:22.691Z Downloaded tracing v0.1.40
12522024-04-03T20:00:22.716Z Downloaded crossbeam-utils v0.8.19
12532024-04-03T20:00:22.716Z Downloaded zerocopy v0.7.32
12542024-04-03T20:00:22.717Z Downloaded bstr v0.2.17
12552024-04-03T20:00:22.742Z Downloaded darling_macro v0.14.4
12562024-04-03T20:00:22.742Z Downloaded strsim v0.11.0
12572024-04-03T20:00:22.742Z Downloaded strsim v0.10.0
12582024-04-03T20:00:22.742Z Downloaded strsim v0.8.0
12592024-04-03T20:00:22.742Z Downloaded strip-ansi-escapes v0.2.0
12602024-04-03T20:00:22.742Z Downloaded stringprep v0.1.3
12612024-04-03T20:00:22.742Z Downloaded string_cache v0.8.7
12622024-04-03T20:00:22.742Z Downloaded stable_deref_trait v1.2.0
12632024-04-03T20:00:22.742Z Downloaded serde_repr v0.1.16
12642024-04-03T20:00:22.742Z Downloaded serde_derive_internals v0.26.0
12652024-04-03T20:00:22.767Z Downloaded maybe-uninit v2.0.0
12662024-04-03T20:00:22.767Z Downloaded maplit v1.0.2
12672024-04-03T20:00:22.767Z Downloaded fatfs v0.3.6
12682024-04-03T20:00:22.767Z Downloaded unicase v2.7.0
12692024-04-03T20:00:22.767Z Downloaded unarray v0.1.4
12702024-04-03T20:00:22.767Z Downloaded sct v0.7.0
12712024-04-03T20:00:22.767Z Downloaded rand v0.8.5
12722024-04-03T20:00:22.767Z Downloaded sqlparser_derive v0.2.2
12732024-04-03T20:00:22.767Z Downloaded serde_path_to_error v0.1.16
12742024-04-03T20:00:22.767Z Downloaded matches v0.1.10
12752024-04-03T20:00:22.768Z Downloaded match_cfg v0.1.0
12762024-04-03T20:00:22.768Z Downloaded foreign-types v0.5.0
12772024-04-03T20:00:22.768Z Downloaded fnv v1.0.7
12782024-04-03T20:00:22.768Z Downloaded float-cmp v0.9.0
12792024-04-03T20:00:22.794Z Downloaded flagset v0.4.3
12802024-04-03T20:00:22.795Z Downloaded fixedbitset v0.4.2
12812024-04-03T20:00:22.795Z Downloaded fallible-iterator v0.2.0
12822024-04-03T20:00:22.795Z Downloaded errno v0.3.8
12832024-04-03T20:00:22.795Z Downloaded erased-serde v0.3.31
12842024-04-03T20:00:22.795Z Downloaded trybuild v1.0.89
12852024-04-03T20:00:22.795Z Downloaded toml v0.8.12
12862024-04-03T20:00:22.795Z Downloaded indexmap v2.2.6
12872024-04-03T20:00:22.795Z Downloaded ff v0.13.0
12882024-04-03T20:00:22.795Z Downloaded fastrand v2.0.1
12892024-04-03T20:00:22.831Z Downloaded rand v0.4.6
12902024-04-03T20:00:22.832Z Downloaded once_cell v1.19.0
12912024-04-03T20:00:22.832Z Downloaded crossbeam-epoch v0.9.18
12922024-04-03T20:00:22.832Z Downloaded foreign-types v0.3.2
12932024-04-03T20:00:22.832Z Downloaded fd-lock v4.0.2
12942024-04-03T20:00:22.832Z Downloaded equivalent v1.0.1
12952024-04-03T20:00:22.832Z Downloaded tui-tree-widget v0.19.0
12962024-04-03T20:00:22.832Z Downloaded tracing-attributes v0.1.27
12972024-04-03T20:00:22.832Z Downloaded scroll v0.12.0
12982024-04-03T20:00:22.832Z Downloaded scopeguard v1.2.0
12992024-04-03T20:00:22.832Z Downloaded schemars_derive v0.8.16
13002024-04-03T20:00:22.833Z Downloaded scheduled-thread-pool v0.2.7
13012024-04-03T20:00:22.833Z Downloaded same-file v1.0.6
13022024-04-03T20:00:22.833Z Downloaded rusty-fork v0.3.0
13032024-04-03T20:00:23.333Z Downloaded resolv-conf v0.7.0
13042024-04-03T20:00:23.333Z Downloaded rcgen v0.12.1
13052024-04-03T20:00:23.333Z Downloaded rayon-core v1.12.1
13062024-04-03T20:00:23.333Z Downloaded heapless v0.8.0
13072024-04-03T20:00:23.334Z Downloaded heapless v0.7.16
13082024-04-03T20:00:23.334Z Downloaded tower-service v0.3.2
13092024-04-03T20:00:23.334Z Downloaded tower-layer v0.3.2
13102024-04-03T20:00:23.334Z Downloaded topological-sort v0.2.2
13112024-04-03T20:00:23.334Z Downloaded toml_datetime v0.6.5
13122024-04-03T20:00:23.334Z Downloaded relative-path v1.9.0
13132024-04-03T20:00:23.334Z Downloaded option-ext v0.2.0
13142024-04-03T20:00:23.334Z Downloaded oorandom v11.1.3
13152024-04-03T20:00:23.334Z Downloaded ctr v0.9.2
13162024-04-03T20:00:23.335Z Downloaded csv-core v0.1.11
13172024-04-03T20:00:23.335Z Downloaded crossbeam-deque v0.8.3
13182024-04-03T20:00:23.335Z Downloaded crc32fast v1.3.2
13192024-04-03T20:00:23.335Z Downloaded subprocess v0.2.9
13202024-04-03T20:00:23.335Z Downloaded proptest v1.4.0
13212024-04-03T20:00:23.335Z Downloaded bindgen v0.69.2
13222024-04-03T20:00:23.335Z Downloaded scroll_derive v0.12.0
13232024-04-03T20:00:23.335Z Downloaded remove_dir_all v0.5.3
13242024-04-03T20:00:23.335Z Downloaded rand_xorshift v0.3.0
13252024-04-03T20:00:23.335Z Downloaded rand_core v0.6.4
13262024-04-03T20:00:23.336Z Downloaded rand_core v0.5.1
13272024-04-03T20:00:23.336Z Downloaded rand_chacha v0.3.1
13282024-04-03T20:00:23.336Z Downloaded rand_chacha v0.2.2
13292024-04-03T20:00:23.336Z Downloaded omicron-zone-package v0.11.0
13302024-04-03T20:00:23.336Z Downloaded num-traits v0.2.18
13312024-04-03T20:00:23.336Z Downloaded crypto-common v0.1.6
13322024-04-03T20:00:23.336Z Downloaded zip v0.6.6
13332024-04-03T20:00:23.336Z Downloaded zerocopy v0.6.4
13342024-04-03T20:00:23.337Z Downloaded quick-xml v0.30.0
13352024-04-03T20:00:23.337Z Downloaded clap_builder v4.5.1
13362024-04-03T20:00:23.337Z Downloaded clap v2.34.0
13372024-04-03T20:00:23.337Z Downloaded blake3 v1.5.0
13382024-04-03T20:00:23.337Z Downloaded radium v0.7.0
13392024-04-03T20:00:23.337Z Downloaded openssl-probe v0.1.5
13402024-04-03T20:00:23.337Z Downloaded openssl-macros v0.1.1
13412024-04-03T20:00:23.338Z Downloaded opaque-debug v0.3.0
13422024-04-03T20:00:23.338Z Downloaded olpc-cjson v0.1.3
13432024-04-03T20:00:23.338Z Downloaded number_prefix v0.4.0
13442024-04-03T20:00:23.338Z Downloaded num_threads v0.1.6
13452024-04-03T20:00:23.338Z Downloaded num_enum_derive v0.5.11
13462024-04-03T20:00:23.339Z Downloaded num_enum v0.5.11
13472024-04-03T20:00:23.339Z Downloaded num_cpus v1.16.0
13482024-04-03T20:00:23.339Z Downloaded num-rational v0.4.1
13492024-04-03T20:00:23.339Z Downloaded num-iter v0.1.44
13502024-04-03T20:00:23.339Z Downloaded cstr-argument v0.1.2
13512024-04-03T20:00:23.340Z Downloaded criterion-plot v0.5.0
13522024-04-03T20:00:23.340Z Downloaded crc-catalog v2.2.0
13532024-04-03T20:00:23.340Z Downloaded crc-any v2.4.3
13542024-04-03T20:00:23.340Z Downloaded cookie_store v0.20.0
13552024-04-03T20:00:23.341Z Downloaded cookie v0.18.0
13562024-04-03T20:00:23.341Z Downloaded cookie v0.17.0
13572024-04-03T20:00:23.341Z Downloaded rustls-native-certs v0.7.0
13582024-04-03T20:00:23.341Z Downloaded rustc-demangle v0.1.23
13592024-04-03T20:00:23.341Z Downloaded unicode-segmentation v1.10.1
13602024-04-03T20:00:23.341Z Downloaded tap v1.0.1
13612024-04-03T20:00:23.341Z Downloaded tabwriter v1.4.0
13622024-04-03T20:00:23.341Z Downloaded synstructure v0.12.6
13632024-04-03T20:00:23.342Z Downloaded supports-color v3.0.0
13642024-04-03T20:00:23.342Z Downloaded subtle v2.5.0
13652024-04-03T20:00:23.342Z Downloaded rustls-pemfile v2.1.1
13662024-04-03T20:00:23.342Z Downloaded rustfmt-wrapper v0.2.0
13672024-04-03T20:00:23.342Z Downloaded plain v0.2.3
13682024-04-03T20:00:23.342Z Downloaded pest v2.7.6
13692024-04-03T20:00:23.343Z Downloaded indexmap v1.9.3
13702024-04-03T20:00:23.343Z Downloaded hyper-rustls v0.26.0
13712024-04-03T20:00:23.343Z Downloaded crucible-workspace-hack v0.1.0
13722024-04-03T20:00:23.343Z Downloaded crc v3.0.1
13732024-04-03T20:00:23.343Z Downloaded cpufeatures v0.2.12
13742024-04-03T20:00:23.343Z Downloaded corncobs v0.1.3
13752024-04-03T20:00:23.343Z Downloaded convert_case v0.4.0
13762024-04-03T20:00:23.344Z Downloaded constant_time_eq v0.3.0
13772024-04-03T20:00:23.344Z Downloaded constant_time_eq v0.2.6
13782024-04-03T20:00:23.344Z Downloaded const_format_proc_macros v0.2.32
13792024-04-03T20:00:23.344Z Downloaded zone_cfg_derive v0.1.2
13802024-04-03T20:00:23.344Z Downloaded zone v0.1.8
13812024-04-03T20:00:23.344Z Downloaded zeroize_derive v1.4.2
13822024-04-03T20:00:23.344Z Downloaded zeroize v1.7.0
13832024-04-03T20:00:23.344Z Downloaded zerocopy v0.3.0
13842024-04-03T20:00:23.345Z Downloaded yasna v0.5.2
13852024-04-03T20:00:23.345Z Downloaded unsafe-libyaml v0.2.10
13862024-04-03T20:00:23.345Z Downloaded unicode_categories v0.1.1
13872024-04-03T20:00:23.345Z Downloaded tabled_derive v0.7.0
13882024-04-03T20:00:23.345Z Downloaded rustversion v1.0.14
13892024-04-03T20:00:23.345Z Downloaded rustls-pki-types v1.3.0
13902024-04-03T20:00:23.345Z Downloaded rustls-pemfile v1.0.3
13912024-04-03T20:00:23.345Z Downloaded rustc_version v0.1.7
13922024-04-03T20:00:23.345Z Downloaded rustc-hash v1.1.0
13932024-04-03T20:00:23.345Z Downloaded rust-argon2 v2.1.0
13942024-04-03T20:00:23.346Z Downloaded russh v0.42.0
13952024-04-03T20:00:23.346Z Downloaded publicsuffix v2.2.3
13962024-04-03T20:00:23.346Z Downloaded libloading v0.7.4
13972024-04-03T20:00:23.346Z Downloaded indoc v1.0.9
13982024-04-03T20:00:23.346Z Downloaded hyper-rustls v0.24.2
13992024-04-03T20:00:23.346Z Downloaded httptest v0.15.5
14002024-04-03T20:00:23.346Z Downloaded httparse v1.8.0
14012024-04-03T20:00:23.346Z Downloaded hostname v0.3.1
14022024-04-03T20:00:23.346Z Downloaded hashbrown v0.14.3
14032024-04-03T20:00:23.410Z Downloaded hash32 v0.3.1
14042024-04-03T20:00:23.410Z Downloaded base64 v0.22.0
14052024-04-03T20:00:23.410Z Downloaded base64 v0.21.7
14062024-04-03T20:00:23.410Z Downloaded vte v0.11.1
14072024-04-03T20:00:23.410Z Downloaded universal-hash v0.5.1
14082024-04-03T20:00:23.411Z Downloaded unicode-xid v0.2.4
14092024-04-03T20:00:23.411Z Downloaded unicode-width v0.1.11
14102024-04-03T20:00:23.411Z Downloaded take_mut v0.2.2
14112024-04-03T20:00:23.411Z Downloaded sync_wrapper v0.1.2
14122024-04-03T20:00:23.411Z Downloaded swrite v0.1.0
14132024-04-03T20:00:23.411Z Downloaded strum_macros v0.26.1
14142024-04-03T20:00:23.411Z Downloaded structopt v0.3.26
14152024-04-03T20:00:23.411Z Downloaded rustc_version v0.4.0
14162024-04-03T20:00:23.411Z Downloaded russh-keys v0.42.0
14172024-04-03T20:00:23.412Z Downloaded rstest_macros v0.18.2
14182024-04-03T20:00:23.412Z Downloaded rsa v0.9.2
14192024-04-03T20:00:23.412Z Downloaded ron v0.8.1
14202024-04-03T20:00:23.412Z Downloaded ron v0.7.1
14212024-04-03T20:00:23.412Z Downloaded proc-macro2 v1.0.78
14222024-04-03T20:00:23.412Z Downloaded platforms v3.0.2
14232024-04-03T20:00:23.412Z Downloaded lazy_static v1.4.0
14242024-04-03T20:00:23.412Z Downloaded kstat-rs v0.2.3
14252024-04-03T20:00:23.412Z Downloaded impl-trait-for-tuples v0.2.2
14262024-04-03T20:00:23.412Z Downloaded http-range v0.1.5
14272024-04-03T20:00:23.413Z Downloaded hmac v0.12.1
14282024-04-03T20:00:23.413Z Downloaded cc v1.0.83
14292024-04-03T20:00:23.413Z Downloaded camino v1.1.6
14302024-04-03T20:00:23.413Z Downloaded bytes v1.5.0
14312024-04-03T20:00:23.413Z Downloaded bitflags v2.4.2
14322024-04-03T20:00:23.413Z Downloaded basic-toml v0.1.8
14332024-04-03T20:00:23.413Z Downloaded base64 v0.13.1
14342024-04-03T20:00:23.413Z Downloaded strum_macros v0.24.3
14352024-04-03T20:00:23.414Z Downloaded structopt-derive v0.4.18
14362024-04-03T20:00:23.414Z Downloaded structmeta-derive v0.3.0
14372024-04-03T20:00:23.414Z Downloaded structmeta-derive v0.2.0
14382024-04-03T20:00:23.414Z Downloaded structmeta v0.3.0
14392024-04-03T20:00:23.414Z Downloaded structmeta v0.2.0
14402024-04-03T20:00:23.414Z Downloaded rstest v0.18.2
14412024-04-03T20:00:23.414Z Downloaded rpassword v7.3.1
14422024-04-03T20:00:23.414Z Downloaded pkcs8 v0.10.2
14432024-04-03T20:00:23.415Z Downloaded pkcs1 v0.7.5
14442024-04-03T20:00:23.415Z Downloaded pin-utils v0.1.0
14452024-04-03T20:00:23.415Z Downloaded pin-project-lite v0.2.13
14462024-04-03T20:00:23.415Z Downloaded pin-project-internal v1.1.3
14472024-04-03T20:00:23.415Z Downloaded pest_derive v2.7.6
14482024-04-03T20:00:23.415Z Downloaded keccak v0.1.4
14492024-04-03T20:00:23.415Z Downloaded ipnetwork v0.20.0
14502024-04-03T20:00:23.415Z Downloaded ipnet v2.9.0
14512024-04-03T20:00:23.415Z Downloaded inout v0.1.3
14522024-04-03T20:00:23.415Z Downloaded iana-time-zone v0.1.57
14532024-04-03T20:00:23.416Z Downloaded hyper-tls v0.5.0
14542024-04-03T20:00:23.416Z Downloaded hyper-staticfile v0.9.5
14552024-04-03T20:00:23.416Z Downloaded humantime v2.1.0
14562024-04-03T20:00:23.416Z Downloaded hubpack v0.1.2
14572024-04-03T20:00:23.416Z Downloaded home v0.5.5
14582024-04-03T20:00:23.416Z Downloaded highway v1.1.0
14592024-04-03T20:00:23.416Z Downloaded hex v0.4.3
14602024-04-03T20:00:23.416Z Downloaded heck v0.5.0
14612024-04-03T20:00:23.417Z Downloaded heck v0.4.1
14622024-04-03T20:00:23.417Z Downloaded clap v4.5.1
14632024-04-03T20:00:23.417Z Downloaded cfg-expr v0.15.6
14642024-04-03T20:00:23.417Z Downloaded bzip2 v0.4.4
14652024-04-03T20:00:23.417Z Downloaded bitvec v1.0.1
14662024-04-03T20:00:23.417Z Downloaded bitflags v1.3.2
14672024-04-03T20:00:23.417Z Downloaded bitfield v0.14.0
14682024-04-03T20:00:23.417Z Downloaded bcs v0.1.6
14692024-04-03T20:00:23.418Z Downloaded base64ct v1.6.0
14702024-04-03T20:00:23.418Z Downloaded backoff v0.4.0
14712024-04-03T20:00:23.418Z Downloaded rtoolbox v0.0.1
14722024-04-03T20:00:23.418Z Downloaded rfc6979 v0.4.0
14732024-04-03T20:00:23.418Z Downloaded ref-cast-impl v1.0.20
14742024-04-03T20:00:23.418Z Downloaded quick-error v1.2.3
14752024-04-03T20:00:23.418Z Downloaded pkg-config v0.3.27
14762024-04-03T20:00:23.418Z Downloaded lalrpop-util v0.19.12
14772024-04-03T20:00:23.418Z Downloaded itoa v1.0.9
14782024-04-03T20:00:23.418Z Downloaded is_ci v1.2.0
14792024-04-03T20:00:23.418Z Downloaded instant v0.1.12
14802024-04-03T20:00:23.418Z Downloaded hyper-util v0.1.2
14812024-04-03T20:00:23.419Z Downloaded hubpack_derive v0.1.1
14822024-04-03T20:00:23.419Z Downloaded httpdate v1.0.3
14832024-04-03T20:00:23.419Z Downloaded http-body v1.0.0
14842024-04-03T20:00:23.419Z Downloaded hashbrown v0.12.3
14852024-04-03T20:00:23.419Z Downloaded clang-sys v1.6.1
14862024-04-03T20:00:23.419Z Downloaded castaway v0.2.2
14872024-04-03T20:00:23.419Z Downloaded blowfish v0.9.1
14882024-04-03T20:00:23.419Z Downloaded bit-set v0.5.3
14892024-04-03T20:00:23.419Z Downloaded base16ct v0.2.0
14902024-04-03T20:00:23.419Z Downloaded autocfg v1.1.0
14912024-04-03T20:00:23.419Z Downloaded psl-types v2.0.11
14922024-04-03T20:00:23.420Z Downloaded libefi-sys v0.1.0
14932024-04-03T20:00:23.420Z Downloaded lazycell v1.3.0
14942024-04-03T20:00:23.420Z Downloaded is-terminal v0.4.9
14952024-04-03T20:00:23.420Z Downloaded internet-checksum v0.2.1
14962024-04-03T20:00:23.420Z Downloaded indoc v2.0.3
14972024-04-03T20:00:23.420Z Downloaded indicatif v0.17.8
14982024-04-03T20:00:23.420Z Downloaded ident_case v1.0.1
14992024-04-03T20:00:23.420Z Downloaded http-body v0.4.5
15002024-04-03T20:00:23.421Z Downloaded http v1.0.0
15012024-04-03T20:00:23.421Z Downloaded http v0.2.12
15022024-04-03T20:00:23.421Z Downloaded hex-literal v0.4.1
15032024-04-03T20:00:23.454Z Downloaded heck v0.3.3
15042024-04-03T20:00:23.454Z Downloaded headers-core v0.2.0
15052024-04-03T20:00:23.454Z Downloaded headers v0.3.9
15062024-04-03T20:00:23.454Z Downloaded hashbrown v0.13.2
15072024-04-03T20:00:23.454Z Downloaded hash32 v0.2.1
15082024-04-03T20:00:23.454Z Downloaded half v2.3.1
15092024-04-03T20:00:23.454Z Downloaded group v0.13.0
15102024-04-03T20:00:23.454Z Downloaded colored v2.1.0
15112024-04-03T20:00:23.454Z Downloaded cobs v0.2.3
15122024-04-03T20:00:23.454Z Downloaded clap_lex v0.7.0
15132024-04-03T20:00:23.454Z Downloaded clap_derive v4.5.0
15142024-04-03T20:00:23.454Z Downloaded cipher v0.4.4
15152024-04-03T20:00:23.454Z Downloaded cexpr v0.6.0
15162024-04-03T20:00:23.454Z Downloaded cbc v0.1.2
15172024-04-03T20:00:23.454Z Downloaded cassowary v0.3.0
15182024-04-03T20:00:23.454Z Downloaded camino-tempfile v1.1.1
15192024-04-03T20:00:23.455Z Downloaded byteorder v1.5.0
15202024-04-03T20:00:23.455Z Downloaded bytecount v0.6.3
15212024-04-03T20:00:23.455Z Downloaded buf-list v1.0.3
15222024-04-03T20:00:23.455Z Downloaded block-padding v0.3.3
15232024-04-03T20:00:23.455Z Downloaded block-buffer v0.10.4
15242024-04-03T20:00:23.455Z Downloaded bit-vec v0.6.3
15252024-04-03T20:00:23.455Z Downloaded bcrypt-pbkdf v0.10.0
15262024-04-03T20:00:23.455Z Downloaded bb8 v0.8.3
15272024-04-03T20:00:23.455Z Downloaded atty v0.2.14
15282024-04-03T20:00:23.455Z Downloaded atomicwrites v0.4.3
15292024-04-03T20:00:23.455Z Downloaded async-recursion v1.0.5
15302024-04-03T20:00:23.455Z Downloaded assert_matches v1.5.0
15312024-04-03T20:00:23.455Z Downloaded cargo-platform v0.1.3
15322024-04-03T20:00:23.456Z Downloaded backtrace v0.3.69
15332024-04-03T20:00:23.456Z Downloaded arrayref v0.3.7
15342024-04-03T20:00:23.456Z Downloaded argon2 v0.5.3
15352024-04-03T20:00:23.456Z Downloaded goblin v0.8.0
15362024-04-03T20:00:23.456Z Downloaded globset v0.4.13
15372024-04-03T20:00:23.456Z Downloaded glob v0.3.1
15382024-04-03T20:00:23.456Z Downloaded gimli v0.28.0
15392024-04-03T20:00:23.456Z Downloaded ghash v0.5.0
15402024-04-03T20:00:23.456Z Downloaded getrandom v0.1.16
15412024-04-03T20:00:23.456Z Downloaded getopts v0.2.21
15422024-04-03T20:00:23.456Z Downloaded gethostname v0.4.3
15432024-04-03T20:00:23.481Z Downloaded generic-array v0.14.7
15442024-04-03T20:00:23.481Z Downloaded futures-util v0.3.30
15452024-04-03T20:00:23.481Z Downloaded futures-timer v3.0.2
15462024-04-03T20:00:23.481Z Downloaded futures-core v0.3.30
15472024-04-03T20:00:23.481Z Downloaded console v0.15.8
15482024-04-03T20:00:23.481Z Downloaded colorchoice v1.0.0
15492024-04-03T20:00:23.481Z Downloaded ciborium v0.2.2
15502024-04-03T20:00:23.506Z Downloaded chrono v0.4.34
15512024-04-03T20:00:23.506Z Downloaded cast v0.3.0
15522024-04-03T20:00:23.506Z Downloaded blake2 v0.10.6
15532024-04-03T20:00:23.506Z Downloaded async-trait v0.1.79
15542024-04-03T20:00:23.506Z Downloaded async-stream v0.3.5
15552024-04-03T20:00:23.506Z Downloaded arrayvec v0.7.4
15562024-04-03T20:00:23.506Z Downloaded arc-swap v1.6.0
15572024-04-03T20:00:23.531Z Downloaded fxhash v0.2.1
15582024-04-03T20:00:23.532Z Downloaded futures-task v0.3.30
15592024-04-03T20:00:23.532Z Downloaded futures-sink v0.3.30
15602024-04-03T20:00:23.532Z Downloaded futures-macro v0.3.30
15612024-04-03T20:00:23.532Z Downloaded futures-io v0.3.30
15622024-04-03T20:00:23.532Z Downloaded futures-executor v0.3.30
15632024-04-03T20:00:23.532Z Downloaded futures-channel v0.3.30
15642024-04-03T20:00:23.532Z Downloaded futures v0.3.30
15652024-04-03T20:00:23.532Z Downloaded funty v2.0.0
15662024-04-03T20:00:23.532Z Downloaded fs-err v2.11.0
15672024-04-03T20:00:23.532Z Downloaded fragile v2.0.0
15682024-04-03T20:00:23.557Z Downloaded form_urlencoded v1.2.1
15692024-04-03T20:00:23.557Z Downloaded foreign-types-shared v0.1.1
15702024-04-03T20:00:23.557Z Downloaded const_format v0.2.32
15712024-04-03T20:00:23.557Z Downloaded const-oid v0.9.6
15722024-04-03T20:00:23.557Z Downloaded ciborium-io v0.2.2
15732024-04-03T20:00:23.557Z Downloaded chacha20 v0.9.1
15742024-04-03T20:00:23.558Z Downloaded cfg-if v1.0.0
15752024-04-03T20:00:23.558Z Downloaded cargo_toml v0.19.0
15762024-04-03T20:00:23.558Z Downloaded cargo_metadata v0.18.1
15772024-04-03T20:00:23.558Z Downloaded cancel-safe-futures v0.1.5
15782024-04-03T20:00:23.558Z Downloaded bitstruct v0.1.1
15792024-04-03T20:00:23.558Z Downloaded atomic-waker v1.1.1
15802024-04-03T20:00:23.558Z Downloaded async-stream-impl v0.3.5
15812024-04-03T20:00:23.583Z Downloaded assert_cmd v2.0.14
15822024-04-03T20:00:23.583Z Downloaded ascii-canvas v3.0.0
15832024-04-03T20:00:23.583Z Downloaded ascii v1.1.0
15842024-04-03T20:00:23.583Z Downloaded array-init v0.0.4
15852024-04-03T20:00:23.583Z Downloaded ahash v0.8.8
15862024-04-03T20:00:23.584Z Downloaded aes-gcm v0.10.3
15872024-04-03T20:00:23.584Z Downloaded aes v0.8.3
15882024-04-03T20:00:23.584Z Downloaded aead v0.5.2
15892024-04-03T20:00:23.584Z Downloaded anyhow v1.0.79
15902024-04-03T20:00:23.584Z Downloaded anstyle-query v1.0.0
15912024-04-03T20:00:23.584Z Downloaded anstyle-parse v0.2.1
15922024-04-03T20:00:23.609Z Downloaded anstyle v1.0.6
15932024-04-03T20:00:23.609Z Downloaded ansi_term v0.12.1
15942024-04-03T20:00:23.609Z Downloaded anes v0.1.6
15952024-04-03T20:00:23.609Z Downloaded allocator-api2 v0.2.16
15962024-04-03T20:00:24.130Z Compiling unicode-ident v1.0.12
15972024-04-03T20:00:24.130Z Compiling proc-macro2 v1.0.78
15982024-04-03T20:00:24.130Z Compiling libc v0.2.153
15992024-04-03T20:00:24.130Z Compiling cfg-if v1.0.0
16002024-04-03T20:00:24.155Z Compiling serde v1.0.197
16012024-04-03T20:00:24.155Z Compiling version_check v0.9.4
16022024-04-03T20:00:24.155Z Compiling autocfg v1.1.0
16032024-04-03T20:00:24.155Z Compiling memchr v2.7.1
16042024-04-03T20:00:24.155Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70491f1a21eac1d2 -C extra-filename=-70491f1a21eac1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16052024-04-03T20:00:24.155Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=342f05de96069ad6 -C extra-filename=-342f05de96069ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-04-03T20:00:24.155Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=980c303988e700db -C extra-filename=-980c303988e700db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16072024-04-03T20:00:24.155Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=ac535bf2d3b6c373 -C extra-filename=-ac535bf2d3b6c373 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-04-03T20:00:24.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12a945efa0936a33 -C extra-filename=-12a945efa0936a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16092024-04-03T20:00:24.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a913854489a5af3 -C extra-filename=-7a913854489a5af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-04-03T20:00:24.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=5fd69908f410d3fb -C extra-filename=-5fd69908f410d3fb --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-04-03T20:00:24.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1d8a52f36e2fec96 -C extra-filename=-1d8a52f36e2fec96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16122024-04-03T20:00:24.400Z Compiling byteorder v1.5.0
16132024-04-03T20:00:24.425Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee70016887b171ea -C extra-filename=-ee70016887b171ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-04-03T20:00:24.450Z Compiling log v0.4.21
16152024-04-03T20:00:24.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2abfed8e51c766cf -C extra-filename=-2abfed8e51c766cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16162024-04-03T20:00:24.838Z Compiling once_cell v1.19.0
16172024-04-03T20:00:24.867Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=3c25f391c5524dbf -C extra-filename=-3c25f391c5524dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-04-03T20:00:24.903Z Compiling syn v1.0.109
16192024-04-03T20:00:24.943Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=6b5543242469b88b -C extra-filename=-6b5543242469b88b --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-04-03T20:00:24.943Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb/build-script-build`
16212024-04-03T20:00:24.943Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6/build-script-build`
16222024-04-03T20:00:24.982Z Compiling itoa v1.0.9
16232024-04-03T20:00:25.020Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b30ed7c35ebb4b42 -C extra-filename=-b30ed7c35ebb4b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-04-03T20:00:25.020Z Compiling scopeguard v1.2.0
16252024-04-03T20:00:25.020Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373/build-script-build`
16262024-04-03T20:00:25.052Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5c1467dbbbbcd41 -C extra-filename=-f5c1467dbbbbcd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16272024-04-03T20:00:25.095Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=6b8d316e1cea3f77 -C extra-filename=-6b8d316e1cea3f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
16282024-04-03T20:00:25.142Z Compiling lock_api v0.4.10
16292024-04-03T20:00:25.167Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8185568f64add0e9 -C extra-filename=-8185568f64add0e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-04-03T20:00:25.192Z Compiling smallvec v1.13.1
16312024-04-03T20:00:25.193Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f15605284eda4bd1 -C extra-filename=-f15605284eda4bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-04-03T20:00:25.222Z Compiling thiserror v1.0.57
16332024-04-03T20:00:25.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b95eb234ada4a69f -C extra-filename=-b95eb234ada4a69f --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16342024-04-03T20:00:25.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=fd52f7f67b160361 -C extra-filename=-fd52f7f67b160361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span`
16352024-04-03T20:00:25.273Z Compiling parking_lot_core v0.9.8
16362024-04-03T20:00:25.273Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff6aac7a248bf37c -C extra-filename=-ff6aac7a248bf37c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-04-03T20:00:25.477Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9/build-script-build`
16382024-04-03T20:00:25.553Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b/build-script-build`
16392024-04-03T20:00:25.581Z Compiling libm v0.2.7
16402024-04-03T20:00:25.581Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c075feee7c737b97 -C extra-filename=-c075feee7c737b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-04-03T20:00:25.606Z Compiling num-traits v0.2.18
16422024-04-03T20:00:25.606Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=090ecf79a24e4fdc -C extra-filename=-090ecf79a24e4fdc --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-04-03T20:00:25.631Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=431ebead5e7f5a84 -C extra-filename=-431ebead5e7f5a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-f5c1467dbbbbcd41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16442024-04-03T20:00:25.720Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c/build-script-build`
16452024-04-03T20:00:26.157Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f/build-script-build`
16462024-04-03T20:00:26.183Z Compiling ryu v1.0.15
16472024-04-03T20:00:26.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ee438a4c06a12f7 -C extra-filename=-3ee438a4c06a12f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16482024-04-03T20:00:26.184Z Compiling pin-project-lite v0.2.13
16492024-04-03T20:00:26.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec19a30392e61059 -C extra-filename=-ec19a30392e61059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16502024-04-03T20:00:26.184Z Compiling quote v1.0.35
16512024-04-03T20:00:26.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=135b4d7a084d06f6 -C extra-filename=-135b4d7a084d06f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-04-03T20:00:26.184Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97/build-script-build`
16532024-04-03T20:00:26.184Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc/build-script-build`
16542024-04-03T20:00:26.184Z Compiling ahash v0.8.8
16552024-04-03T20:00:26.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=5d4705aa27705935 -C extra-filename=-5d4705aa27705935 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-04-03T20:00:26.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=08c3263bc1059c33 -C extra-filename=-08c3263bc1059c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16572024-04-03T20:00:26.184Z Compiling serde_json v1.0.115
16582024-04-03T20:00:26.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/build.rs --error-format=json --json=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=3c993427e418f339 -C extra-filename=-3c993427e418f339 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-3c993427e418f339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16592024-04-03T20:00:26.219Z Compiling getrandom v0.2.12
16602024-04-03T20:00:26.253Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=bf6fa5bec279b28c -C extra-filename=-bf6fa5bec279b28c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-04-03T20:00:26.672Z Compiling syn v2.0.52
16622024-04-03T20:00:26.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --json=diagnostic-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=f03df9f88b4c240c -C extra-filename=-f03df9f88b4c240c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-04-03T20:00:26.723Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=04cb6edf107049e9 -C extra-filename=-04cb6edf107049e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16642024-04-03T20:00:26.748Z Compiling rand_core v0.6.4
16652024-04-03T20:00:26.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=4fa4ac482618385e -C extra-filename=-4fa4ac482618385e --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-04-03T20:00:26.946Z Compiling cc v1.0.83
16672024-04-03T20:00:26.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51d19885448c7f76 -C extra-filename=-51d19885448c7f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16682024-04-03T20:00:26.973Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3998c2f7cb74e54 -C extra-filename=-c3998c2f7cb74e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-04-03T20:00:27.109Z Compiling signal-hook-registry v1.4.1
16702024-04-03T20:00:27.140Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a55da2c545e7ab16 -C extra-filename=-a55da2c545e7ab16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-04-03T20:00:27.165Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=21b07e30d4dab7ed -C extra-filename=-21b07e30d4dab7ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
16722024-04-03T20:00:27.205Z Compiling mio v0.8.11
16732024-04-03T20:00:27.230Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=1e3eaf16406257ce -C extra-filename=-1e3eaf16406257ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-04-03T20:00:27.468Z Compiling parking_lot v0.12.1
16752024-04-03T20:00:27.504Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=54ad4a7edca3918d -C extra-filename=-54ad4a7edca3918d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16762024-04-03T20:00:27.533Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935/build-script-build`
16772024-04-03T20:00:27.587Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-3c993427e418f339/build-script-build`
16782024-04-03T20:00:27.619Z Compiling num_cpus v1.16.0
16792024-04-03T20:00:27.619Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b9dd2f2c8b5721e -C extra-filename=-0b9dd2f2c8b5721e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-04-03T20:00:27.722Z Compiling typenum v1.16.0
16812024-04-03T20:00:27.751Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33cb1f75cfc009fb -C extra-filename=-33cb1f75cfc009fb --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16822024-04-03T20:00:27.807Z Compiling futures-core v0.3.30
16832024-04-03T20:00:27.854Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89d5efafb6bf0fea -C extra-filename=-89d5efafb6bf0fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-04-03T20:00:28.018Z Compiling generic-array v0.14.7
16852024-04-03T20:00:28.053Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=7eb006674a64d979 -C extra-filename=-7eb006674a64d979 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-04-03T20:00:28.243Z Compiling allocator-api2 v0.2.16
16872024-04-03T20:00:28.270Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=64a2fa6ca32b4304 -C extra-filename=-64a2fa6ca32b4304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16882024-04-03T20:00:28.303Z Compiling socket2 v0.5.5
16892024-04-03T20:00:28.303Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8026b7206aa531bc -C extra-filename=-8026b7206aa531bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-04-03T20:00:28.329Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979/build-script-build`
16912024-04-03T20:00:28.364Z Compiling spin v0.5.2
16922024-04-03T20:00:28.393Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a6ac86a7e90fb01 -C extra-filename=-9a6ac86a7e90fb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16932024-04-03T20:00:28.552Z Compiling subtle v2.5.0
16942024-04-03T20:00:28.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=2151f14b9e999606 -C extra-filename=-2151f14b9e999606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16952024-04-03T20:00:28.662Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb/build-script-main`
16962024-04-03T20:00:28.766Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b28ce282fa537781 -C extra-filename=-b28ce282fa537781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-04-03T20:00:28.812Z Compiling fnv v1.0.7
16982024-04-03T20:00:28.839Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=db9135e52485f533 -C extra-filename=-db9135e52485f533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16992024-04-03T20:00:28.839Z Compiling heck v0.4.1
17002024-04-03T20:00:28.839Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a8c1128ccf1e31c1 -C extra-filename=-a8c1128ccf1e31c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17012024-04-03T20:00:28.869Z Compiling equivalent v1.0.1
17022024-04-03T20:00:28.894Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ca3907e31bd9b35 -C extra-filename=-8ca3907e31bd9b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17032024-04-03T20:00:28.935Z Compiling futures-sink v0.3.30
17042024-04-03T20:00:28.960Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=667f4f9ff0e6f027 -C extra-filename=-667f4f9ff0e6f027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17052024-04-03T20:00:28.985Z Compiling slab v0.4.9
17062024-04-03T20:00:28.985Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0cfc04688f41b86 -C extra-filename=-b0cfc04688f41b86 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17072024-04-03T20:00:29.054Z Compiling pin-utils v0.1.0
17082024-04-03T20:00:29.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e271b12ba19f63e -C extra-filename=-0e271b12ba19f63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17092024-04-03T20:00:29.085Z Compiling futures-channel v0.3.30
17102024-04-03T20:00:29.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=3820f669074b4f30 -C extra-filename=-3820f669074b4f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-04-03T20:00:29.155Z Compiling futures-io v0.3.30
17122024-04-03T20:00:29.204Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fcfc55d12e511fa2 -C extra-filename=-fcfc55d12e511fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17132024-04-03T20:00:29.646Z Compiling futures-task v0.3.30
17142024-04-03T20:00:29.686Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8caf83743321fd0c -C extra-filename=-8caf83743321fd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17152024-04-03T20:00:29.686Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86/build-script-build`
17162024-04-03T20:00:29.686Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5b38bc1ea2a2e2f -C extra-filename=-c5b38bc1ea2a2e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-04-03T20:00:29.686Z Compiling const-oid v0.9.6
17182024-04-03T20:00:29.686Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=6aceee1def2f4da4 -C extra-filename=-6aceee1def2f4da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-04-03T20:00:29.686Z Compiling regex-syntax v0.8.2
17202024-04-03T20:00:29.686Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=6a64fa9230d1c2fe -C extra-filename=-6a64fa9230d1c2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17212024-04-03T20:00:29.687Z Compiling aho-corasick v1.1.2
17222024-04-03T20:00:29.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=68ea511be1183fba -C extra-filename=-68ea511be1183fba --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-04-03T20:00:29.687Z Compiling iana-time-zone v0.1.57
17242024-04-03T20:00:29.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=439b324f550e1b64 -C extra-filename=-439b324f550e1b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-04-03T20:00:29.687Z Compiling lazy_static v1.4.0
17262024-04-03T20:00:29.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=62c4a58c39ad7790 -C extra-filename=-62c4a58c39ad7790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-04-03T20:00:29.745Z Compiling tinyvec_macros v0.1.1
17282024-04-03T20:00:29.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94402d8576ed68f3 -C extra-filename=-94402d8576ed68f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-04-03T20:00:29.818Z Compiling tinyvec v1.6.0
17302024-04-03T20:00:29.846Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=3198fd9f254b9688 -C extra-filename=-3198fd9f254b9688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-94402d8576ed68f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-04-03T20:00:29.846Z Compiling tracing-core v0.1.32
17322024-04-03T20:00:29.877Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=53e71c23e89b2f48 -C extra-filename=-53e71c23e89b2f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-04-03T20:00:29.910Z Compiling ppv-lite86 v0.2.17
17342024-04-03T20:00:29.911Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=a7dee96d0234d4d9 -C extra-filename=-a7dee96d0234d4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-04-03T20:00:30.571Z Compiling pkg-config v0.3.27
17362024-04-03T20:00:30.598Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=638be2ab58094a40 -C extra-filename=-638be2ab58094a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-04-03T20:00:30.724Z Compiling dyn-clone v1.0.17
17382024-04-03T20:00:30.750Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a512eddf3afdc0f8 -C extra-filename=-a512eddf3afdc0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-04-03T20:00:30.931Z Compiling rustix v0.38.31
17402024-04-03T20:00:30.958Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=8be381a602af64ff -C extra-filename=-8be381a602af64ff --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-04-03T20:00:31.120Z Compiling unicode-normalization v0.1.22
17422024-04-03T20:00:31.148Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=294acc61f7135d3c -C extra-filename=-294acc61f7135d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17432024-04-03T20:00:31.230Z Compiling cpufeatures v0.2.12
17442024-04-03T20:00:31.261Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bc63a1637c76373c -C extra-filename=-bc63a1637c76373c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17452024-04-03T20:00:31.305Z Compiling unicode-bidi v0.3.15
17462024-04-03T20:00:31.332Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=6eae947a556dbfcc -C extra-filename=-6eae947a556dbfcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17472024-04-03T20:00:36.310Z Compiling schemars v0.8.16
17482024-04-03T20:00:36.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=8f680ace54ae352d -C extra-filename=-8f680ace54ae352d --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17492024-04-03T20:00:36.450Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff/build-script-build`
17502024-04-03T20:00:36.450Z Compiling rand_chacha v0.3.1
17512024-04-03T20:00:36.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=472fef5d71b2fb51 -C extra-filename=-472fef5d71b2fb51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-04-03T20:00:36.450Z Compiling errno v0.3.8
17532024-04-03T20:00:36.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=66ade5f2b34113e6 -C extra-filename=-66ade5f2b34113e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-04-03T20:00:36.450Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d/build-script-build`
17552024-04-03T20:00:36.450Z Compiling uuid v0.8.2
17562024-04-03T20:00:36.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c967a759470b32c3 -C extra-filename=-c967a759470b32c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17572024-04-03T20:00:36.451Z Compiling regex-automata v0.4.5
17582024-04-03T20:00:36.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --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=51bf6104d225a7cd -C extra-filename=-51bf6104d225a7cd --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-04-03T20:00:36.451Z Compiling serde_derive_internals v0.26.0
17602024-04-03T20:00:36.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b43684d2f6132ad9 -C extra-filename=-b43684d2f6132ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17612024-04-03T20:00:36.451Z Compiling rand v0.8.5
17622024-04-03T20:00:36.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=dbd9f544a3d8a488 -C extra-filename=-dbd9f544a3d8a488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-04-03T20:00:36.451Z Compiling percent-encoding v2.3.1
17642024-04-03T20:00:36.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a1534a45757afc45 -C extra-filename=-a1534a45757afc45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-04-03T20:00:36.451Z Compiling unicode-width v0.1.11
17662024-04-03T20:00:36.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=620fc96bc50b8225 -C extra-filename=-620fc96bc50b8225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-04-03T20:00:36.451Z Compiling spin v0.9.8
17682024-04-03T20:00:36.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=318730f9456e7117 -C extra-filename=-318730f9456e7117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17692024-04-03T20:00:36.452Z Compiling base64 v0.21.7
17702024-04-03T20:00:36.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=617eb63bc076f209 -C extra-filename=-617eb63bc076f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17712024-04-03T20:00:36.452Z Compiling form_urlencoded v1.2.1
17722024-04-03T20:00:36.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af24b9bd95b41eab -C extra-filename=-af24b9bd95b41eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-04-03T20:00:36.452Z Compiling httparse v1.8.0
17742024-04-03T20:00:36.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f5b0553dbdafeff -C extra-filename=-5f5b0553dbdafeff --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-04-03T20:00:36.452Z Compiling powerfmt v0.2.0
17762024-04-03T20:00:36.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c1471ac895a0601 -C extra-filename=-1c1471ac895a0601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-04-03T20:00:36.452Z Compiling num-conv v0.1.0
17782024-04-03T20:00:36.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=ec4552f396937679 -C extra-filename=-ec4552f396937679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17792024-04-03T20:00:36.453Z Compiling time-core v0.1.2
17802024-04-03T20:00:36.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11a34715250e183d -C extra-filename=-11a34715250e183d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17812024-04-03T20:00:36.453Z Compiling deranged v0.3.11
17822024-04-03T20:00:36.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=d9fce4f0ae8d58f7 -C extra-filename=-d9fce4f0ae8d58f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-04-03T20:00:36.453Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff/build-script-build`
17842024-04-03T20:00:36.453Z Compiling num_threads v0.1.6
17852024-04-03T20:00:36.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55bc563a28b885df -C extra-filename=-55bc563a28b885df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17862024-04-03T20:00:36.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d112f43b54c713b -C extra-filename=-8d112f43b54c713b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd`
17872024-04-03T20:00:36.453Z Compiling ring v0.17.8
17882024-04-03T20:00:36.453Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=b7b962f6b8472457 -C extra-filename=-b7b962f6b8472457 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-04-03T20:00:36.454Z Compiling time-macros v0.2.17
17902024-04-03T20:00:36.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=c56fb773f20a57de -C extra-filename=-c56fb773f20a57de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17912024-04-03T20:00:36.454Z Compiling ucd-trie v0.1.6
17922024-04-03T20:00:36.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4f930ff470cdcf8e -C extra-filename=-4f930ff470cdcf8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17932024-04-03T20:00:36.454Z Compiling idna v0.5.0
17942024-04-03T20:00:36.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1765f3d46829277c -C extra-filename=-1765f3d46829277c --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-04-03T20:00:36.454Z Compiling either v1.10.0
17962024-04-03T20:00:36.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=29735c8c8d06ffc5 -C extra-filename=-29735c8c8d06ffc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17972024-04-03T20:00:36.455Z Compiling async-trait v0.1.79
17982024-04-03T20:00:36.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59df206a659008cf -C extra-filename=-59df206a659008cf --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-59df206a659008cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17992024-04-03T20:00:36.455Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457/build-script-build`
18002024-04-03T20:00:36.528Z Compiling regex v1.10.4
18012024-04-03T20:00:36.566Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4e726e1c165ee571 -C extra-filename=-4e726e1c165ee571 --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18022024-04-03T20:00:36.596Z Compiling url v2.5.0
18032024-04-03T20:00:36.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=144db740d796ae92 -C extra-filename=-144db740d796ae92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18042024-04-03T20:00:36.942Z Compiling adler v1.0.2
18052024-04-03T20:00:37.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c05f91390b88e2e4 -C extra-filename=-c05f91390b88e2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-04-03T20:00:37.455Z Compiling miniz_oxide v0.7.1
18072024-04-03T20:00:37.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=c2de8f879975e76c -C extra-filename=-c2de8f879975e76c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-c05f91390b88e2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-04-03T20:00:37.455Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-59df206a659008cf/build-script-build`
18092024-04-03T20:00:37.488Z Compiling vcpkg v0.2.15
18102024-04-03T20:00:37.488Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cd81638d0c61304 -C extra-filename=-8cd81638d0c61304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-04-03T20:00:37.981Z Compiling time v0.3.34
18122024-04-03T20:00:43.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=8bd96344c454c4a8 -C extra-filename=-8bd96344c454c4a8 --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-d9fce4f0ae8d58f7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-04-03T20:00:43.646Z Compiling slog v2.7.0
18142024-04-03T20:00:43.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=5fc8e5575ae1ea6d -C extra-filename=-5fc8e5575ae1ea6d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-04-03T20:00:43.646Z Compiling semver v1.0.22
18162024-04-03T20:00:43.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=30dd95ce171298e7 -C extra-filename=-30dd95ce171298e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-04-03T20:00:43.646Z Compiling untrusted v0.9.0
18182024-04-03T20:00:43.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b74bc618967792 -C extra-filename=-63b74bc618967792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-04-03T20:00:43.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=18ca64581d0ce742 -C extra-filename=-18ca64581d0ce742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
18202024-04-03T20:00:43.646Z Compiling schemars_derive v0.8.16
18212024-04-03T20:00:43.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a5f1b4e89f0327b -C extra-filename=-8a5f1b4e89f0327b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b43684d2f6132ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-04-03T20:00:43.646Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d/build-script-build`
18232024-04-03T20:00:43.646Z Compiling serde_derive v1.0.197
18242024-04-03T20:00:43.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=de612c12f3e33c54 -C extra-filename=-de612c12f3e33c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-04-03T20:00:43.647Z Compiling thiserror-impl v1.0.57
18262024-04-03T20:00:43.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c652d18f81473493 -C extra-filename=-c652d18f81473493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18272024-04-03T20:00:43.647Z Compiling zeroize_derive v1.4.2
18282024-04-03T20:00:43.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ea82d96d0013403 -C extra-filename=-4ea82d96d0013403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18292024-04-03T20:00:43.647Z Compiling zerocopy-derive v0.7.32
18302024-04-03T20:00:43.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=902d15f667741545 -C extra-filename=-902d15f667741545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-04-03T20:00:43.647Z Compiling zeroize v1.7.0
18322024-04-03T20:00:43.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=16f5845f6e5fac03 -C extra-filename=-16f5845f6e5fac03 --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-4ea82d96d0013403.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18332024-04-03T20:00:43.647Z Compiling tokio-macros v2.2.0
18342024-04-03T20:00:43.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e2e477a9a3e34fc -C extra-filename=-1e2e477a9a3e34fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-04-03T20:00:43.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=2b2bdf58ce2422f9 -C extra-filename=-2b2bdf58ce2422f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18362024-04-03T20:00:43.730Z Compiling zerocopy v0.7.32
18372024-04-03T20:00:43.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=c85bb0d6d2fb70d6 -C extra-filename=-c85bb0d6d2fb70d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-902d15f667741545.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-04-03T20:00:43.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d19793f26827c9 -C extra-filename=-38d19793f26827c9 --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-c652d18f81473493.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18392024-04-03T20:00:43.731Z Compiling futures-macro v0.3.30
18402024-04-03T20:00:43.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da47602161e83f7f -C extra-filename=-da47602161e83f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18412024-04-03T20:00:43.731Z Compiling tracing-attributes v0.1.27
18422024-04-03T20:00:43.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0dd4a81cce24c2c -C extra-filename=-f0dd4a81cce24c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-04-03T20:00:43.731Z Compiling pest v2.7.6
18442024-04-03T20:00:43.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=d7c5c51e4058a70f -C extra-filename=-d7c5c51e4058a70f --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-1d8a52f36e2fec96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18452024-04-03T20:00:43.731Z Compiling crypto-common v0.1.6
18462024-04-03T20:00:43.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=088c06576c896f41 -C extra-filename=-088c06576c896f41 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-04-03T20:00:43.731Z Compiling block-buffer v0.10.4
18482024-04-03T20:00:43.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3d9b6c7266bb18e9 -C extra-filename=-3d9b6c7266bb18e9 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-04-03T20:00:43.732Z Compiling openssl-sys v0.9.96
18502024-04-03T20:00:43.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cfa24790b7ed89f -C extra-filename=-9cfa24790b7ed89f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-8cd81638d0c61304.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18512024-04-03T20:00:43.732Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7/build-script-build`
18522024-04-03T20:00:43.732Z Compiling digest v0.10.7
18532024-04-03T20:00:43.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=a6c53878d7a38e90 -C extra-filename=-a6c53878d7a38e90 --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-3d9b6c7266bb18e9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18542024-04-03T20:00:43.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db84444bd088c958 -C extra-filename=-db84444bd088c958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-04-03T20:00:43.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=bbfc89eae5e2d3b2 -C extra-filename=-bbfc89eae5e2d3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18562024-04-03T20:00:43.733Z Compiling try-lock v0.2.4
18572024-04-03T20:00:43.733Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8812c45f1703c49e -C extra-filename=-8812c45f1703c49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-04-03T20:00:43.733Z Compiling want v0.3.1
18592024-04-03T20:00:43.733Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77b4488483d613fe -C extra-filename=-77b4488483d613fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-8812c45f1703c49e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18602024-04-03T20:00:43.733Z Compiling hashbrown v0.14.3
18612024-04-03T20:00:43.733Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=903a53ee9c1698c0 -C extra-filename=-903a53ee9c1698c0 --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-bbfc89eae5e2d3b2.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18622024-04-03T20:00:43.733Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f/build-script-main`
18632024-04-03T20:00:43.733Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=995bdcbdcd07cd38 -C extra-filename=-995bdcbdcd07cd38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
18642024-04-03T20:00:43.734Z Compiling tower-service v0.3.2
18652024-04-03T20:00:43.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30d127c240675800 -C extra-filename=-30d127c240675800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18662024-04-03T20:00:43.734Z Compiling rustversion v1.0.14
18672024-04-03T20:00:43.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a3c02c36879e66 -C extra-filename=-61a3c02c36879e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18682024-04-03T20:00:43.734Z Compiling futures-util v0.3.30
18692024-04-03T20:00:43.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=61761f61c51300b8 -C extra-filename=-61761f61c51300b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-da47602161e83f7f.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-04-03T20:00:43.989Z Compiling base64ct v1.6.0
18712024-04-03T20:00:44.027Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1d4bdcf392c0c077 -C extra-filename=-1d4bdcf392c0c077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18722024-04-03T20:00:44.027Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66/build-script-build`
18732024-04-03T20:00:44.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04453147b30520c -C extra-filename=-d04453147b30520c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-04-03T20:00:44.156Z Compiling httpdate v1.0.3
18752024-04-03T20:00:44.182Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7a1e4bfdebec0a6 -C extra-filename=-f7a1e4bfdebec0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-04-03T20:00:44.366Z Compiling pest_meta v2.7.6
18772024-04-03T20:00:44.440Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d29658619b240099 -C extra-filename=-d29658619b240099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-04-03T20:00:44.551Z Compiling ring v0.16.20
18792024-04-03T20:00:44.551Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=44fe96e26fd703a5 -C extra-filename=-44fe96e26fd703a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-04-03T20:00:44.584Z Compiling backtrace v0.3.69
18812024-04-03T20:00:44.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e05b1e7a3e7c2289 -C extra-filename=-e05b1e7a3e7c2289 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-04-03T20:00:45.097Z Compiling openssl-probe v0.1.5
18832024-04-03T20:00:45.541Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac9e745afe46f238 -C extra-filename=-ac9e745afe46f238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-04-03T20:00:45.541Z Compiling openssl v0.10.60
18852024-04-03T20:00:45.541Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bb0a0778fccde3f -C extra-filename=-0bb0a0778fccde3f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18862024-04-03T20:00:45.576Z Compiling tracing v0.1.40
18872024-04-03T20:00:45.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=35451fe41ca1a314 -C extra-filename=-35451fe41ca1a314 --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-2abfed8e51c766cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f0dd4a81cce24c2c.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-04-03T20:00:45.576Z Compiling foreign-types-shared v0.1.1
18892024-04-03T20:00:45.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aef0d6c95d30ea6 -C extra-filename=-8aef0d6c95d30ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-04-03T20:00:45.576Z Compiling gimli v0.28.0
18912024-04-03T20:00:45.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=a81ff7258e600d6d -C extra-filename=-a81ff7258e600d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18922024-04-03T20:00:45.576Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f/build-script-build`
18932024-04-03T20:00:45.576Z Compiling pest_generator v2.7.6
18942024-04-03T20:00:45.577Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7be1a8c6344afc41 -C extra-filename=-7be1a8c6344afc41 --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-d7c5c51e4058a70f.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-d29658619b240099.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-04-03T20:00:45.577Z Compiling foreign-types v0.3.2
18962024-04-03T20:00:45.577Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc66d735be7e778a -C extra-filename=-bc66d735be7e778a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8aef0d6c95d30ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-04-03T20:00:45.577Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5/build-script-build`
18982024-04-03T20:00:45.577Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289/build-script-build`
18992024-04-03T20:00:45.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5ca821882ec114 -C extra-filename=-ea5ca821882ec114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
19002024-04-03T20:00:45.632Z Compiling openssl-macros v0.1.1
19012024-04-03T20:00:45.632Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=38978e6989816a15 -C extra-filename=-38978e6989816a15 --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-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19022024-04-03T20:00:45.632Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d537141aa31aa999 -C extra-filename=-d537141aa31aa999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-04-03T20:00:46.573Z Compiling object v0.32.1
19042024-04-03T20:00:46.573Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=47c40cd1010b7542 -C extra-filename=-47c40cd1010b7542 --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-04-03T20:00:46.743Z Compiling rustc-demangle v0.1.23
19062024-04-03T20:00:46.797Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f526b079f7fdbb9 -C extra-filename=-5f526b079f7fdbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-04-03T20:00:47.103Z Compiling untrusted v0.7.1
19082024-04-03T20:00:47.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b80b7f9cdecbad1 -C extra-filename=-8b80b7f9cdecbad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-04-03T20:00:47.276Z Compiling anyhow v1.0.79
19102024-04-03T20:00:47.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/build.rs --error-format=json --json=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=a5369e54d97c3c7d -C extra-filename=-a5369e54d97c3c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19112024-04-03T20:00:47.304Z Compiling ipnet v2.9.0
19122024-04-03T20:00:47.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=625ad031c02df8c5 -C extra-filename=-625ad031c02df8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19132024-04-03T20:00:47.551Z Compiling mime v0.3.17
19142024-04-03T20:00:47.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b01eabea68b99a88 -C extra-filename=-b01eabea68b99a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-04-03T20:00:47.796Z Compiling crossbeam-utils v0.8.19
19162024-04-03T20:00:47.832Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26b9dbd22c4e5887 -C extra-filename=-26b9dbd22c4e5887 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-04-03T20:00:48.067Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d/build-script-build`
19182024-04-03T20:00:48.294Z Compiling futures-executor v0.3.30
19192024-04-03T20:00:48.327Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=ff152435fb53ec9e -C extra-filename=-ff152435fb53ec9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-04-03T20:00:48.375Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887/build-script-build`
19212024-04-03T20:00:48.417Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=3d575e387bdf95bf -C extra-filename=-3d575e387bdf95bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -l static=ring-core -l static=ring-test`
19222024-04-03T20:00:48.417Z Compiling rustls v0.21.9
19232024-04-03T20:00:48.418Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=58f5fb43b66757c9 -C extra-filename=-58f5fb43b66757c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-04-03T20:00:48.516Z Compiling pest_derive v2.7.6
19252024-04-03T20:00:48.551Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d76bb4bd51d7158 -C extra-filename=-6d76bb4bd51d7158 --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-d7c5c51e4058a70f.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7be1a8c6344afc41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19262024-04-03T20:00:48.582Z Compiling futures v0.3.30
19272024-04-03T20:00:48.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=7f8d1a4c7393b54e -C extra-filename=-7f8d1a4c7393b54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-04-03T20:00:48.672Z Compiling addr2line v0.21.0
19292024-04-03T20:00:48.716Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7846890df1f8b8db -C extra-filename=-7846890df1f8b8db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-a81ff7258e600d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19302024-04-03T20:00:48.716Z Compiling bitflags v1.3.2
19312024-04-03T20:00:48.716Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7c0e576e00deb96c -C extra-filename=-7c0e576e00deb96c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19322024-04-03T20:00:48.789Z Compiling native-tls v0.2.11
19332024-04-03T20:00:48.831Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58a43cfdaf9d19a2 -C extra-filename=-58a43cfdaf9d19a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19342024-04-03T20:00:48.832Z Compiling winnow v0.5.15
19352024-04-03T20:00:48.832Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e7e1b9efdb1d96c2 -C extra-filename=-e7e1b9efdb1d96c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19362024-04-03T20:00:49.109Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2/build-script-build`
19372024-04-03T20:00:49.153Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9/build-script-build`
19382024-04-03T20:00:49.184Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5dccfdcc558c4c0 -C extra-filename=-c5dccfdcc558c4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-04-03T20:00:49.210Z Compiling pem-rfc7468 v0.7.0
19402024-04-03T20:00:49.210Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c0ec443ce0be2bb1 -C extra-filename=-c0ec443ce0be2bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-04-03T20:00:49.250Z Compiling rustls-webpki v0.101.7
19422024-04-03T20:00:49.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aca7b52d887bed1b -C extra-filename=-aca7b52d887bed1b --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-18ca64581d0ce742.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
19432024-04-03T20:00:49.337Z Compiling der_derive v0.7.2
19442024-04-03T20:00:49.362Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=233a25c962eb21a0 -C extra-filename=-233a25c962eb21a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-04-03T20:00:49.819Z Compiling cookie v0.17.0
19462024-04-03T20:00:49.845Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=9b35e0d21cc9d4b6 -C extra-filename=-9b35e0d21cc9d4b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19472024-04-03T20:00:50.110Z Compiling sct v0.7.0
19482024-04-03T20:00:50.138Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cec829e4d5e6ed57 -C extra-filename=-cec829e4d5e6ed57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19492024-04-03T20:00:50.619Z Compiling bytes v1.5.0
19502024-04-03T20:00:50.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6aecfa5f524ba23c -C extra-filename=-6aecfa5f524ba23c --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-04-03T20:00:50.649Z Compiling bitflags v2.4.2
19522024-04-03T20:00:50.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.2/src/lib.rs --error-format=json --json=diagnostic-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=bed5a12aa0e3caec -C extra-filename=-bed5a12aa0e3caec --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-04-03T20:00:50.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=02db97241e7b52ad -C extra-filename=-02db97241e7b52ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19542024-04-03T20:00:50.728Z Compiling indexmap v2.2.6
19552024-04-03T20:00:50.754Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=ae62be5f1c4cf50b -C extra-filename=-ae62be5f1c4cf50b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8ca3907e31bd9b35.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-04-03T20:00:50.802Z Compiling chrono v0.4.34
19572024-04-03T20:00:50.828Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=5e3bfc1001098ea4 -C extra-filename=-5e3bfc1001098ea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-439b324f550e1b64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-04-03T20:00:51.308Z Compiling tokio v1.36.0
19592024-04-03T20:00:51.334Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=0937806844202a95 -C extra-filename=-0937806844202a95 --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-6aecfa5f524ba23c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e2e477a9a3e34fc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-04-03T20:00:51.461Z Compiling uuid v1.7.0
19612024-04-03T20:00:51.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=697cf6b6c911435d -C extra-filename=-697cf6b6c911435d --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-bf6fa5bec279b28c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19622024-04-03T20:00:51.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6341173b0c3a13b4 -C extra-filename=-6341173b0c3a13b4 --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-bed5a12aa0e3caec.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
19632024-04-03T20:00:51.743Z Compiling http v0.2.12
19642024-04-03T20:00:51.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ad4984bdc555529 -C extra-filename=-3ad4984bdc555529 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-04-03T20:00:51.770Z Compiling toml_datetime v0.6.5
19662024-04-03T20:00:51.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=ae216f68cb6abb6a -C extra-filename=-ae216f68cb6abb6a --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-04-03T20:00:51.981Z Compiling serde_spanned v0.6.5
19682024-04-03T20:00:52.006Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=66c108e515ac78d3 -C extra-filename=-66c108e515ac78d3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-04-03T20:00:52.185Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=bb58e2c0a69e4d14 -C extra-filename=-bb58e2c0a69e4d14 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19702024-04-03T20:00:52.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e77a0b80ebe48d56 -C extra-filename=-e77a0b80ebe48d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-7846890df1f8b8db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-47c40cd1010b7542.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5f526b079f7fdbb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-04-03T20:00:52.511Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=645ea29e213c9d27 -C extra-filename=-645ea29e213c9d27 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d537141aa31aa999.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
19722024-04-03T20:00:52.800Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=ae672bc384aceee7 -C extra-filename=-ae672bc384aceee7 --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8a5f1b4e89f0327b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
19732024-04-03T20:00:53.092Z Compiling http-body v0.4.5
19742024-04-03T20:00:53.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0344883fd30e6eeb -C extra-filename=-0344883fd30e6eeb --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-04-03T20:00:53.379Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/src/lib.rs --error-format=json --json=diagnostic-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=c50d7e24e8e0d956 -C extra-filename=-c50d7e24e8e0d956 --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-e77a0b80ebe48d56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19762024-04-03T20:00:53.783Z Compiling toml_edit v0.19.15
19772024-04-03T20:00:53.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=63e67c626e7ad01c -C extra-filename=-63e67c626e7ad01c --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e7e1b9efdb1d96c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-04-03T20:00:53.922Z Compiling utf8parse v0.2.1
19792024-04-03T20:00:53.961Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=57d9909e328a9bd8 -C extra-filename=-57d9909e328a9bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19802024-04-03T20:00:54.036Z Compiling flagset v0.4.3
19812024-04-03T20:00:54.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aea66f20f6946780 -C extra-filename=-aea66f20f6946780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19822024-04-03T20:00:54.063Z Compiling unicode-xid v0.2.4
19832024-04-03T20:00:54.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0bf6080e5b7e69ad -C extra-filename=-0bf6080e5b7e69ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-04-03T20:00:54.116Z Compiling rustc_version v0.4.0
19852024-04-03T20:00:54.143Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c06feaa745b8ece6 -C extra-filename=-c06feaa745b8ece6 --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-bb58e2c0a69e4d14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19862024-04-03T20:00:54.584Z Compiling der v0.7.8
19872024-04-03T20:00:54.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=996b9ba85656a83e -C extra-filename=-996b9ba85656a83e --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-6aceee1def2f4da4.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-233a25c962eb21a0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aea66f20f6946780.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-04-03T20:00:54.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=be99e5fc756d5106 -C extra-filename=-be99e5fc756d5106 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19892024-04-03T20:00:54.764Z Compiling serde_urlencoded v0.7.1
19902024-04-03T20:00:54.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=327a462a4842a87e -C extra-filename=-327a462a4842a87e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-04-03T20:00:55.105Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6/build-script-build`
19922024-04-03T20:00:55.167Z Compiling idna v0.3.0
19932024-04-03T20:00:55.207Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.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=f9d2f40becab242f -C extra-filename=-f9d2f40becab242f --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-04-03T20:00:55.208Z Compiling thread-id v4.2.0
19952024-04-03T20:00:55.237Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2bfec303f661e1f -C extra-filename=-a2bfec303f661e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19962024-04-03T20:00:56.519Z Compiling encoding_rs v0.8.33
19972024-04-03T20:00:56.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=d2419314a2b71b17 -C extra-filename=-d2419314a2b71b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19982024-04-03T20:00:56.556Z Compiling psl-types v2.0.11
19992024-04-03T20:00:56.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d253b2a016b0118 -C extra-filename=-4d253b2a016b0118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20002024-04-03T20:00:56.557Z Compiling publicsuffix v2.2.3
20012024-04-03T20:00:56.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=ea6efd0133743f04 -C extra-filename=-ea6efd0133743f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20022024-04-03T20:00:56.557Z Compiling spki v0.7.2
20032024-04-03T20:00:56.558Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=547654552caef2d8 -C extra-filename=-547654552caef2d8 --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-996b9ba85656a83e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20042024-04-03T20:00:56.558Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=125ade214803c611 -C extra-filename=-125ade214803c611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-04-03T20:00:56.587Z Compiling data-encoding v2.4.0
20062024-04-03T20:00:56.588Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21eb80e9e8ebe971 -C extra-filename=-21eb80e9e8ebe971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-04-03T20:00:56.971Z Compiling anstyle v1.0.6
20082024-04-03T20:00:56.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.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=4a98c9e1acd0c2f3 -C extra-filename=-4a98c9e1acd0c2f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-04-03T20:00:57.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50cc5945165cdbca -C extra-filename=-50cc5945165cdbca --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-2abfed8e51c766cf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
20102024-04-03T20:00:57.400Z Compiling cookie_store v0.20.0
20112024-04-03T20:00:57.401Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=cc794dbaebed2b73 -C extra-filename=-cc794dbaebed2b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20122024-04-03T20:00:57.888Z Compiling tokio-util v0.7.10
20132024-04-03T20:00:57.923Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=b027a785f4e5eb07 -C extra-filename=-b027a785f4e5eb07 --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20142024-04-03T20:00:58.470Z Compiling tokio-native-tls v0.3.1
20152024-04-03T20:00:58.919Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05c5e92004136e39 -C extra-filename=-05c5e92004136e39 --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-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20162024-04-03T20:00:58.965Z Compiling tokio-rustls v0.24.1
20172024-04-03T20:00:58.965Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=630948c6e9ae2efb -C extra-filename=-630948c6e9ae2efb --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-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
20182024-04-03T20:00:58.965Z Compiling openapiv3 v2.0.0
20192024-04-03T20:00:58.966Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=4e12b3b3a943ebab -C extra-filename=-4e12b3b3a943ebab --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-04-03T20:00:58.966Z Compiling h2 v0.3.24
20212024-04-03T20:00:58.966Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ee51b680b517f8a -C extra-filename=-9ee51b680b517f8a --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-04-03T20:00:58.995Z Compiling rustls-pemfile v1.0.3
20232024-04-03T20:00:58.995Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fb438b34b2d4e0d -C extra-filename=-0fb438b34b2d4e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-04-03T20:00:59.125Z Compiling sync_wrapper v0.1.2
20252024-04-03T20:00:59.161Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04bae0dc93200231 -C extra-filename=-04bae0dc93200231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-04-03T20:00:59.248Z Compiling unicode-segmentation v1.10.1
20272024-04-03T20:00:59.292Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25e9de3528ba2d87 -C extra-filename=-25e9de3528ba2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-04-03T20:00:59.327Z Compiling webpki-roots v0.25.2
20292024-04-03T20:00:59.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd7330cb0bbec0cc -C extra-filename=-bd7330cb0bbec0cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-04-03T20:00:59.459Z Compiling pkcs8 v0.10.2
20312024-04-03T20:00:59.486Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=0b7b8f541d35c6e1 -C extra-filename=-0b7b8f541d35c6e1 --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-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-04-03T20:00:59.544Z Compiling sha2 v0.10.8
20332024-04-03T20:00:59.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=a0af2af4befdc9ac -C extra-filename=-a0af2af4befdc9ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-04-03T20:00:59.889Z Compiling hmac v0.12.1
20352024-04-03T20:00:59.918Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=00025fcde1c50750 -C extra-filename=-00025fcde1c50750 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20362024-04-03T20:00:59.948Z Compiling scroll_derive v0.12.0
20372024-04-03T20:00:59.948Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=765e33d16b1ff90e -C extra-filename=-765e33d16b1ff90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-04-03T20:01:00.100Z Compiling anstyle-parse v0.2.1
20392024-04-03T20:01:00.130Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=c7522d056bf53745 -C extra-filename=-c7522d056bf53745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-04-03T20:01:00.262Z Compiling num-integer v0.1.46
20412024-04-03T20:01:00.296Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=451e0d2b9dfe66d2 -C extra-filename=-451e0d2b9dfe66d2 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-04-03T20:01:00.394Z Compiling colorchoice v1.0.0
20432024-04-03T20:01:00.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e89472298a3933c -C extra-filename=-8e89472298a3933c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-04-03T20:01:00.537Z Compiling anstyle-query v1.0.0
20452024-04-03T20:01:00.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3662792a1ebce4cb -C extra-filename=-3662792a1ebce4cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20462024-04-03T20:01:00.658Z Compiling plain v0.2.3
20472024-04-03T20:01:00.691Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31854da1a1e562b0 -C extra-filename=-31854da1a1e562b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-04-03T20:01:00.794Z Compiling crc32fast v1.3.2
20492024-04-03T20:01:00.822Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06ba3b50e0ef9a8e -C extra-filename=-06ba3b50e0ef9a8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-04-03T20:01:00.954Z Compiling anstream v0.6.11
20512024-04-03T20:01:01.406Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=5d5455d671f9c0ac -C extra-filename=-5d5455d671f9c0ac --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-4a98c9e1acd0c2f3.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20522024-04-03T20:01:01.477Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e/build-script-build`
20532024-04-03T20:01:01.477Z Compiling terminal_size v0.3.0
20542024-04-03T20:01:01.477Z Compiling scroll v0.12.0
20552024-04-03T20:01:01.477Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bae60aee6e52599 -C extra-filename=-5bae60aee6e52599 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20562024-04-03T20:01:01.478Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=38fa85ce78955f71 -C extra-filename=-38fa85ce78955f71 --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-765e33d16b1ff90e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-04-03T20:01:01.515Z Compiling block-padding v0.3.3
20582024-04-03T20:01:01.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=51ee63e7469d9b72 -C extra-filename=-51ee63e7469d9b72 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-04-03T20:01:01.557Z Compiling usdt-impl v0.5.0
20602024-04-03T20:01:01.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e05f68b1342fee83 -C extra-filename=-e05f68b1342fee83 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20612024-04-03T20:01:01.609Z Compiling clap_lex v0.7.0
20622024-04-03T20:01:01.609Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c8188aaff50e44 -C extra-filename=-e6c8188aaff50e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-04-03T20:01:01.770Z Compiling bit-vec v0.6.3
20642024-04-03T20:01:01.806Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be1bb453946354ab -C extra-filename=-be1bb453946354ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-04-03T20:01:02.246Z Compiling goblin v0.8.0
20662024-04-03T20:01:02.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=deb5c65f5f5a93ee -C extra-filename=-deb5c65f5f5a93ee --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-2abfed8e51c766cf.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-31854da1a1e562b0.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-38fa85ce78955f71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-04-03T20:01:02.282Z Compiling strsim v0.11.0
20682024-04-03T20:01:02.282Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=390397d5fd7c386a -C extra-filename=-390397d5fd7c386a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-04-03T20:01:02.282Z Compiling pretty-hex v0.4.1
20702024-04-03T20:01:02.282Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9e8a878aa7eb3c7b -C extra-filename=-9e8a878aa7eb3c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-04-03T20:01:02.283Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83/build-script-build`
20722024-04-03T20:01:02.283Z Compiling clap_builder v4.5.1
20732024-04-03T20:01:02.283Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.1/src/lib.rs --error-format=json --json=diagnostic-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=6b3eb681a21ab104 -C extra-filename=-6b3eb681a21ab104 --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-5d5455d671f9c0ac.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5bae60aee6e52599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20742024-04-03T20:01:02.283Z Compiling inout v0.1.3
20752024-04-03T20:01:02.283Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=7933e1db1f12eba9 -C extra-filename=-7933e1db1f12eba9 --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-51ee63e7469d9b72.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20762024-04-03T20:01:02.283Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cefa2dedbe8d87d7 -C extra-filename=-cefa2dedbe8d87d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
20772024-04-03T20:01:02.283Z Compiling dtrace-parser v0.2.0
20782024-04-03T20:01:02.283Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9e9e76a7a486184 -C extra-filename=-e9e9e76a7a486184 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-04-03T20:01:02.465Z Compiling clap_derive v4.5.0
20802024-04-03T20:01:02.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=59f2997d00ca8c7e -C extra-filename=-59f2997d00ca8c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-04-03T20:01:02.549Z Compiling siphasher v0.3.11
20822024-04-03T20:01:02.550Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=133f7f9717270c02 -C extra-filename=-133f7f9717270c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-04-03T20:01:02.654Z Compiling cipher v0.4.4
20842024-04-03T20:01:02.692Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=402b3a96df9ca873 -C extra-filename=-402b3a96df9ca873 --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-088c06576c896f41.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-04-03T20:01:02.846Z Compiling synstructure v0.12.6
20862024-04-03T20:01:02.872Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=c8a69fb569489b2b -C extra-filename=-c8a69fb569489b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-04-03T20:01:03.079Z Compiling hex v0.4.3
20882024-04-03T20:01:03.114Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db60d4c20d2823cc -C extra-filename=-db60d4c20d2823cc --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-04-03T20:01:03.593Z Compiling crossbeam-epoch v0.9.18
20902024-04-03T20:01:04.032Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5696f49e87e7e9eb -C extra-filename=-5696f49e87e7e9eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-04-03T20:01:04.067Z Compiling itertools v0.10.5
20922024-04-03T20:01:04.067Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=fe659cae1f4f223b -C extra-filename=-fe659cae1f4f223b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-04-03T20:01:04.067Z Compiling stable_deref_trait v1.2.0
20942024-04-03T20:01:04.067Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=582a0be4df1a882a -C extra-filename=-582a0be4df1a882a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-04-03T20:01:04.068Z Compiling ff v0.13.0
20962024-04-03T20:01:04.068Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=6611eb4731189f69 -C extra-filename=-6611eb4731189f69 --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-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-04-03T20:01:04.179Z Compiling hyper v0.14.28
20982024-04-03T20:01:04.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=8db1e92fa14262ee -C extra-filename=-8db1e92fa14262ee --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-9ee51b680b517f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-04-03T20:01:04.650Z Compiling base16ct v0.2.0
21002024-04-03T20:01:04.650Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3df99549457fce56 -C extra-filename=-3df99549457fce56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-04-03T20:01:04.650Z Compiling zerocopy-derive v0.2.0
21022024-04-03T20:01:04.651Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf9da31a9f77c7e -C extra-filename=-6bf9da31a9f77c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c8a69fb569489b2b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-04-03T20:01:04.651Z Compiling sec1 v0.7.3
21042024-04-03T20:01:04.651Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=e60b7e509226bfb1 -C extra-filename=-e60b7e509226bfb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-04-03T20:01:04.994Z Compiling group v0.13.0
21062024-04-03T20:01:05.020Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=547b3c2635021fdc -C extra-filename=-547b3c2635021fdc --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-6611eb4731189f69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-04-03T20:01:05.257Z Compiling flate2 v1.0.28
21082024-04-03T20:01:05.297Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=57a9568c453a51a4 -C extra-filename=-57a9568c453a51a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-04-03T20:01:05.898Z Compiling hkdf v0.12.4
21102024-04-03T20:01:05.928Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a9fb4855d11d87bd -C extra-filename=-a9fb4855d11d87bd --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-00025fcde1c50750.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-04-03T20:01:06.102Z Compiling toml v0.7.8
21122024-04-03T20:01:06.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=2da36ffd94c47b25 -C extra-filename=-2da36ffd94c47b25 --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-04-03T20:01:06.613Z Compiling zerocopy v0.3.0
21142024-04-03T20:01:06.613Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0da092f55f2e8e4f -C extra-filename=-0da092f55f2e8e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6bf9da31a9f77c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-04-03T20:01:06.614Z Compiling crypto-bigint v0.5.2
21162024-04-03T20:01:06.614Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=7a6440f633d82463 -C extra-filename=-7a6440f633d82463 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-04-03T20:01:06.614Z Compiling dof v0.3.0
21182024-04-03T20:01:06.614Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=9ab444432809f0d7 -C extra-filename=-9ab444432809f0d7 --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-deb5c65f5f5a93ee.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-04-03T20:01:06.770Z Compiling clap v4.5.1
21202024-04-03T20:01:07.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.1/src/lib.rs --error-format=json --json=diagnostic-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=4375ce6eb40991fe -C extra-filename=-4375ce6eb40991fe --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-6b3eb681a21ab104.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-59f2997d00ca8c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-04-03T20:01:07.289Z Compiling zerocopy-derive v0.6.4
21222024-04-03T20:01:07.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f86a3dc640476cb8 -C extra-filename=-f86a3dc640476cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21232024-04-03T20:01:07.290Z Compiling usdt-impl v0.3.5
21242024-04-03T20:01:07.290Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=b29735a69ac65060 -C extra-filename=-b29735a69ac65060 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-04-03T20:01:07.475Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e7dbee0db293cc6a -C extra-filename=-e7dbee0db293cc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21262024-04-03T20:01:07.503Z Compiling fixedbitset v0.4.2
21272024-04-03T20:01:07.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=283c13f9261a241c -C extra-filename=-283c13f9261a241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-04-03T20:01:07.891Z Compiling winnow v0.6.1
21292024-04-03T20:01:07.928Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ccf344a41d16b00c -C extra-filename=-ccf344a41d16b00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-04-03T20:01:08.413Z Compiling managed v0.8.0
21312024-04-03T20:01:08.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=4254128bc37ffddd -C extra-filename=-4254128bc37ffddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21322024-04-03T20:01:08.782Z Compiling signal-hook v0.3.17
21332024-04-03T20:01:08.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=9655e73be3c53b0b -C extra-filename=-9655e73be3c53b0b --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-04-03T20:01:08.813Z Compiling petgraph v0.6.4
21352024-04-03T20:01:08.840Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=e5aa9c7e1349da1f -C extra-filename=-e5aa9c7e1349da1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-04-03T20:01:08.841Z Compiling elliptic-curve v0.13.8
21372024-04-03T20:01:08.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=e8d8bf4e25df132f -C extra-filename=-e8d8bf4e25df132f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-7a6440f633d82463.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-e60b7e509226bfb1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-04-03T20:01:08.879Z Compiling zerocopy v0.6.4
21392024-04-03T20:01:08.912Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=590e009e477044e3 -C extra-filename=-590e009e477044e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f86a3dc640476cb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-04-03T20:01:09.072Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b/build-script-build`
21412024-04-03T20:01:09.503Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060/build-script-build`
21422024-04-03T20:01:09.556Z Compiling dof v0.1.5
21432024-04-03T20:01:09.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfd9ede14d676ec0 -C extra-filename=-bfd9ede14d676ec0 --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-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-04-03T20:01:09.556Z Compiling phf_shared v0.10.0
21452024-04-03T20:01:09.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d859ec681b84f7b3 -C extra-filename=-d859ec681b84f7b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-04-03T20:01:09.582Z Compiling hyper-rustls v0.24.2
21472024-04-03T20:01:09.583Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53b118c3cb436fa6 -C extra-filename=-53b118c3cb436fa6 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
21482024-04-03T20:01:09.812Z Compiling hyper-tls v0.5.0
21492024-04-03T20:01:09.858Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f4da1db05ed19ad -C extra-filename=-6f4da1db05ed19ad --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-6aecfa5f524ba23c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21502024-04-03T20:01:09.895Z Compiling bit-set v0.5.3
21512024-04-03T20:01:09.895Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27499d9b5a601208 -C extra-filename=-27499d9b5a601208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-04-03T20:01:09.982Z Compiling ipnetwork v0.20.0
21532024-04-03T20:01:10.419Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=d4ddcd8882ab4891 -C extra-filename=-d4ddcd8882ab4891 --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-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-04-03T20:01:10.419Z Compiling dtrace-parser v0.1.14
21552024-04-03T20:01:10.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=122f0d05c21fbf17 -C extra-filename=-122f0d05c21fbf17 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-04-03T20:01:10.449Z Compiling reqwest v0.11.24
21572024-04-03T20:01:10.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=25f3763e88edaf11 -C extra-filename=-25f3763e88edaf11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-cc794dbaebed2b73.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-9ee51b680b517f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53b118c3cb436fa6.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-6f4da1db05ed19ad.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
21582024-04-03T20:01:10.450Z Compiling static_assertions v1.1.0
21592024-04-03T20:01:10.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7aa140c674e3bb93 -C extra-filename=-7aa140c674e3bb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-04-03T20:01:10.450Z Compiling new_debug_unreachable v1.0.4
21612024-04-03T20:01:10.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=790aed8a41185dae -C extra-filename=-790aed8a41185dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-04-03T20:01:10.450Z Compiling precomputed-hash v0.1.1
21632024-04-03T20:01:10.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb1edac7ceef463b -C extra-filename=-fb1edac7ceef463b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-04-03T20:01:10.450Z Compiling minimal-lexical v0.2.1
21652024-04-03T20:01:10.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f998b5f863db48e3 -C extra-filename=-f998b5f863db48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-04-03T20:01:10.450Z Compiling string_cache v0.8.7
21672024-04-03T20:01:10.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=33f63dff621ea474 -C extra-filename=-33f63dff621ea474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-790aed8a41185dae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-d859ec681b84f7b3.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fb1edac7ceef463b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-04-03T20:01:11.072Z Compiling toml_edit v0.22.9
21692024-04-03T20:01:11.117Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=823bad65159637ea -C extra-filename=-823bad65159637ea --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-04-03T20:01:11.118Z Compiling nom v7.1.3
21712024-04-03T20:01:11.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a7eb10f63693edb -C extra-filename=-1a7eb10f63693edb --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-1d8a52f36e2fec96.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-f998b5f863db48e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-04-03T20:01:11.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=3a0b33fd615cb063 -C extra-filename=-3a0b33fd615cb063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21732024-04-03T20:01:11.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b715f9e47ea90777 -C extra-filename=-b715f9e47ea90777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-04-03T20:01:11.651Z Compiling num-iter v0.1.44
21752024-04-03T20:01:11.693Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=8a4f5f1eb5a1a1b3 -C extra-filename=-8a4f5f1eb5a1a1b3 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-04-03T20:01:11.694Z Compiling serde_tokenstream v0.1.7
21772024-04-03T20:01:11.694Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=541e5f2f365f1a6f -C extra-filename=-541e5f2f365f1a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-04-03T20:01:11.790Z Compiling bzip2-sys v0.1.11+1.0.8
21792024-04-03T20:01:11.851Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36d1d60e81e302cf -C extra-filename=-36d1d60e81e302cf --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-04-03T20:01:11.907Z Compiling num-bigint v0.4.4
21812024-04-03T20:01:11.963Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=246b26f09786fdb2 -C extra-filename=-246b26f09786fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-04-03T20:01:12.094Z Compiling matches v0.1.10
21832024-04-03T20:01:12.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=664ec475a67c1ce0 -C extra-filename=-664ec475a67c1ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-04-03T20:01:12.190Z Compiling idna v0.2.3
21852024-04-03T20:01:12.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5f4b460fdb48679 -C extra-filename=-c5f4b460fdb48679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-664ec475a67c1ce0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-04-03T20:01:12.653Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf/build-script-build`
21872024-04-03T20:01:12.653Z Compiling heapless v0.7.16
21882024-04-03T20:01:12.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=daea142978a598c1 -C extra-filename=-daea142978a598c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-04-03T20:01:12.695Z Compiling enum-as-inner v0.5.1
21902024-04-03T20:01:12.696Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db0587d23916f20e -C extra-filename=-db0587d23916f20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-04-03T20:01:12.696Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2/build-script-build`
21922024-04-03T20:01:12.697Z Compiling regex-automata v0.1.10
21932024-04-03T20:01:12.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8861666dcaff791 -C extra-filename=-f8861666dcaff791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-04-03T20:01:12.818Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21952024-04-03T20:01:12.854Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a58e5c93571eb21 -C extra-filename=-7a58e5c93571eb21 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-04-03T20:01:13.008Z Compiling lalrpop-util v0.19.12
21972024-04-03T20:01:13.034Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4772c578c774ae0f -C extra-filename=-4772c578c774ae0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-04-03T20:01:13.116Z Compiling bstr v0.2.17
21992024-04-03T20:01:13.142Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=354ed4aae11869be -C extra-filename=-354ed4aae11869be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f8861666dcaff791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-04-03T20:01:13.304Z Compiling trust-dns-proto v0.22.0
22012024-04-03T20:01:13.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=11dbb7b3e92914f4 -C extra-filename=-11dbb7b3e92914f4 --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-db84444bd088c958.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c5f4b460fdb48679.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-04-03T20:01:13.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=ffdb14edb5f31fca -C extra-filename=-ffdb14edb5f31fca --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.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`
22032024-04-03T20:01:13.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37da7ad4377a8b02 -C extra-filename=-37da7ad4377a8b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -l static=bz2`
22042024-04-03T20:01:13.532Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21/build-script-build`
22052024-04-03T20:01:13.568Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1/build-script-build`
22062024-04-03T20:01:13.607Z Compiling usdt-attr-macro v0.3.5
22072024-04-03T20:01:13.635Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=9a8026fb103ec38b -C extra-filename=-9a8026fb103ec38b --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-04-03T20:01:13.635Z Compiling usdt-macro v0.3.5
22092024-04-03T20:01:13.635Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=3203e74e47eac4e5 -C extra-filename=-3203e74e47eac4e5 --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-04-03T20:01:13.675Z Compiling signal-hook-mio v0.2.3
22112024-04-03T20:01:13.675Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=e26baa7dc393bd3b -C extra-filename=-e26baa7dc393bd3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-04-03T20:01:13.808Z Compiling diesel_table_macro_syntax v0.1.0
22132024-04-03T20:01:13.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe48636d21048ea1 -C extra-filename=-fe48636d21048ea1 --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-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-04-03T20:01:14.155Z Compiling scheduled-thread-pool v0.2.7
22152024-04-03T20:01:14.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea7e9e95b2acd8e6 -C extra-filename=-ea7e9e95b2acd8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162024-04-03T20:01:14.287Z Compiling hash32 v0.2.1
22172024-04-03T20:01:14.287Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=805aaac0a91fda2a -C extra-filename=-805aaac0a91fda2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-04-03T20:01:14.605Z Compiling smoltcp v0.9.1
22192024-04-03T20:01:14.632Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=aaaee1037ac94787 -C extra-filename=-aaaee1037ac94787 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22202024-04-03T20:01:14.659Z Compiling predicates-core v1.0.6
22212024-04-03T20:01:14.659Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b55ee153c811977d -C extra-filename=-b55ee153c811977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-04-03T20:01:14.897Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=400b486cae9fc56a -C extra-filename=-400b486cae9fc56a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-805aaac0a91fda2a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
22232024-04-03T20:01:14.952Z Compiling r2d2 v0.8.10
22242024-04-03T20:01:14.988Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0665997f3629c9a2 -C extra-filename=-0665997f3629c9a2 --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-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-ea7e9e95b2acd8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-04-03T20:01:15.034Z Compiling usdt v0.3.5
22262024-04-03T20:01:15.034Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=0ad65601e308ae66 -C extra-filename=-0ad65601e308ae66 --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-122f0d05c21fbf17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-9a8026fb103ec38b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3a0b33fd615cb063.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-3203e74e47eac4e5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-04-03T20:01:15.235Z Compiling diesel_derives v2.1.2
22282024-04-03T20:01:15.265Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=b7330f85004b4e6b -C extra-filename=-b7330f85004b4e6b --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-fe48636d21048ea1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-04-03T20:01:15.265Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787/build-script-build`
22302024-04-03T20:01:15.295Z Compiling crossterm v0.27.0
22312024-04-03T20:01:15.295Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=8542092650763994 -C extra-filename=-8542092650763994 --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-bed5a12aa0e3caec.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e26baa7dc393bd3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-04-03T20:01:15.325Z Compiling bzip2 v0.4.4
22332024-04-03T20:01:15.325Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53855cad2d61ceb5 -C extra-filename=-53855cad2d61ceb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-37da7ad4377a8b02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
22342024-04-03T20:01:15.642Z Compiling yasna v0.5.2
22352024-04-03T20:01:15.669Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=9505c6c6a004631d -C extra-filename=-9505c6c6a004631d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-04-03T20:01:15.877Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05241e374f7f2401 -C extra-filename=-05241e374f7f2401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
22372024-04-03T20:01:16.163Z Compiling md-5 v0.10.5
22382024-04-03T20:01:16.190Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=95ddd80219fcceda -C extra-filename=-95ddd80219fcceda --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-04-03T20:01:16.386Z Compiling hubpack_derive v0.1.1
22402024-04-03T20:01:16.421Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fe472772c1c8797 -C extra-filename=-3fe472772c1c8797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-04-03T20:01:17.235Z Compiling bstr v1.9.0
22422024-04-03T20:01:17.269Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=56bee3b2739ce422 -C extra-filename=-56bee3b2739ce422 --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-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-04-03T20:01:17.269Z Compiling console v0.15.8
22442024-04-03T20:01:17.269Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=ecd543c2b58c8b48 -C extra-filename=-ecd543c2b58c8b48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-04-03T20:01:17.433Z Compiling stringprep v0.1.3
22462024-04-03T20:01:17.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c70e4727cf884194 -C extra-filename=-c70e4727cf884194 --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-04-03T20:01:18.274Z Compiling float-cmp v0.9.0
22482024-04-03T20:01:18.302Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=ed3734b0ea4be59f -C extra-filename=-ed3734b0ea4be59f --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-04-03T20:01:18.302Z Compiling normalize-line-endings v0.3.0
22502024-04-03T20:01:18.302Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfbd24c0c4f3838d -C extra-filename=-bfbd24c0c4f3838d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-04-03T20:01:18.411Z Compiling fallible-iterator v0.2.0
22522024-04-03T20:01:18.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2fe14cc2404ff086 -C extra-filename=-2fe14cc2404ff086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-04-03T20:01:18.474Z Compiling difflib v0.4.0
22542024-04-03T20:01:18.522Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6290a94fd7899125 -C extra-filename=-6290a94fd7899125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-04-03T20:01:18.972Z Compiling hubpack v0.1.2
22562024-04-03T20:01:18.972Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e7220f8b1920659 -C extra-filename=-6e7220f8b1920659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-3fe472772c1c8797.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-04-03T20:01:19.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=a703ca3348e0e465 -C extra-filename=-a703ca3348e0e465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-400b486cae9fc56a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-04-03T20:01:19.025Z Compiling predicates v3.1.0
22592024-04-03T20:01:19.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=047610642ce2042e -C extra-filename=-047610642ce2042e --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-4a98c9e1acd0c2f3.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6290a94fd7899125.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ed3734b0ea4be59f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-bfbd24c0c4f3838d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-04-03T20:01:19.025Z Compiling postgres-protocol v0.6.6
22612024-04-03T20:01:19.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d45fc8a5c8bbe801 -C extra-filename=-d45fc8a5c8bbe801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-95ddd80219fcceda.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c70e4727cf884194.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-04-03T20:01:19.851Z Compiling zip v0.6.6
22632024-04-03T20:01:20.044Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=41e088f95a91c6b7 -C extra-filename=-41e088f95a91c6b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-53855cad2d61ceb5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
22642024-04-03T20:01:20.203Z Compiling similar v2.4.0
22652024-04-03T20:01:20.254Z Compiling phf_shared v0.11.2
22662024-04-03T20:01:20.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=871159d04b2d3ddf -C extra-filename=-871159d04b2d3ddf --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-354ed4aae11869be.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-04-03T20:01:20.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa73beba1fefbb84 -C extra-filename=-fa73beba1fefbb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-04-03T20:01:20.373Z Compiling tokio-stream v0.1.15
22692024-04-03T20:01:20.408Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=fdb0a4be1dde0d4b -C extra-filename=-fdb0a4be1dde0d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-04-03T20:01:20.408Z Compiling strum_macros v0.25.2
22712024-04-03T20:01:20.408Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5816f63b375210cc -C extra-filename=-5816f63b375210cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-04-03T20:01:20.447Z Compiling serde_repr v0.1.16
22732024-04-03T20:01:20.541Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f18fcf40897582ac -C extra-filename=-f18fcf40897582ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-04-03T20:01:25.538Z Compiling peg-runtime v0.8.2
22752024-04-03T20:01:25.763Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=280b946df6bab858 -C extra-filename=-280b946df6bab858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-04-03T20:01:25.763Z Compiling phf v0.11.2
22772024-04-03T20:01:25.763Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2420ec8dd0905e2 -C extra-filename=-a2420ec8dd0905e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fa73beba1fefbb84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-04-03T20:01:25.881Z Compiling postgres-types v0.2.6
22792024-04-03T20:01:25.881Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=56040e5494a053b1 -C extra-filename=-56040e5494a053b1 --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-6aecfa5f524ba23c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-04-03T20:01:25.881Z Compiling whoami v1.5.0
22812024-04-03T20:01:25.881Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=e2ae5922343e9bab -C extra-filename=-e2ae5922343e9bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-04-03T20:01:25.881Z Compiling serde_tokenstream v0.2.0
22832024-04-03T20:01:25.882Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b22abd21a27fa8e5 -C extra-filename=-b22abd21a27fa8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-04-03T20:01:25.882Z Compiling regress v0.9.1
22852024-04-03T20:01:25.882Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2dc0c1d1656a828e -C extra-filename=-2dc0c1d1656a828e --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-903a53ee9c1698c0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-04-03T20:01:25.882Z Compiling getopts v0.2.21
22872024-04-03T20:01:25.882Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=546a7eb753089bb3 -C extra-filename=-546a7eb753089bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-04-03T20:01:25.882Z Compiling tokio-postgres v0.7.10
22892024-04-03T20:01:25.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=516aae29614e164d -C extra-filename=-516aae29614e164d --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-db84444bd088c958.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2420ec8dd0905e2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-56040e5494a053b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-04-03T20:01:25.883Z Compiling unsafe-libyaml v0.2.10
22912024-04-03T20:01:25.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21d3de22991e498f -C extra-filename=-21d3de22991e498f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922024-04-03T20:01:25.883Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22932024-04-03T20:01:25.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9dc47aa986726b5f -C extra-filename=-9dc47aa986726b5f --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
22942024-04-03T20:01:25.884Z Compiling camino v1.1.6
22952024-04-03T20:01:25.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=fdc28e60d8f86ed5 -C extra-filename=-fdc28e60d8f86ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-04-03T20:01:25.884Z Compiling ident_case v1.0.1
22972024-04-03T20:01:25.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f19a442f824e47b0 -C extra-filename=-f19a442f824e47b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-04-03T20:01:25.884Z Compiling strsim v0.10.0
22992024-04-03T20:01:25.885Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76477e16a6288729 -C extra-filename=-76477e16a6288729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002024-04-03T20:01:25.885Z Compiling atty v0.2.14
23012024-04-03T20:01:25.885Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc207275872cf9fb -C extra-filename=-bc207275872cf9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-04-03T20:01:25.886Z Compiling dirs-sys-next v0.1.2
23032024-04-03T20:01:25.886Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7583a51e7ec01c70 -C extra-filename=-7583a51e7ec01c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-04-03T20:01:25.886Z Compiling serde_yaml v0.9.25
23052024-04-03T20:01:25.886Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd4728de54efffff -C extra-filename=-cd4728de54efffff --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-ae62be5f1c4cf50b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21d3de22991e498f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062024-04-03T20:01:25.886Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5/build-script-build`
23072024-04-03T20:01:25.886Z Compiling fastrand v2.0.1
23082024-04-03T20:01:25.886Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c16f82958b9bdd6c -C extra-filename=-c16f82958b9bdd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092024-04-03T20:01:25.886Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=aa5affffdef128b1 -C extra-filename=-aa5affffdef128b1 --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-38978e6989816a15.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`
23102024-04-03T20:01:25.886Z Compiling dirs-next v2.0.0
23112024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1795876847d37563 -C extra-filename=-1795876847d37563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-04-03T20:01:25.887Z Compiling sha1 v0.10.6
23132024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c71938ac202827 -C extra-filename=-d5c71938ac202827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-04-03T20:01:25.887Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23152024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=fa9424cdf320c306 -C extra-filename=-fa9424cdf320c306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-f18fcf40897582ac.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a703ca3348e0e465.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-04-03T20:01:25.887Z Compiling tempfile v3.10.0
23172024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6edbf390221c6541 -C extra-filename=-6edbf390221c6541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-04-03T20:01:25.887Z Compiling term v0.7.0
23192024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e642081554db0b17 -C extra-filename=-e642081554db0b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-1795876847d37563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-04-03T20:01:25.887Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23212024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f633dc5123f333ae -C extra-filename=-f633dc5123f333ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-04-03T20:01:25.887Z Compiling http v1.0.0
23232024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=67c8b9dad3854477 -C extra-filename=-67c8b9dad3854477 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-04-03T20:01:25.887Z Compiling toml v0.8.12
23252024-04-03T20:01:25.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=0f3ceae31af7b4dc -C extra-filename=-0f3ceae31af7b4dc --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-04-03T20:01:25.888Z Compiling strum_macros v0.26.1
23272024-04-03T20:01:25.888Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aced48bff4500061 -C extra-filename=-aced48bff4500061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282024-04-03T20:01:25.988Z Compiling match_cfg v0.1.0
23292024-04-03T20:01:26.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=22bf2f9a6e8efd73 -C extra-filename=-22bf2f9a6e8efd73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302024-04-03T20:01:26.123Z Compiling rustls-pki-types v1.3.0
23312024-04-03T20:01:26.152Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b61185d32fc35f8 -C extra-filename=-7b61185d32fc35f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-04-03T20:01:26.648Z Compiling hostname v0.3.1
23332024-04-03T20:01:26.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=535c46064946cfa5 -C extra-filename=-535c46064946cfa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-04-03T20:01:26.769Z Compiling quick-error v1.2.3
23352024-04-03T20:01:26.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6fbc9cc513eac06 -C extra-filename=-f6fbc9cc513eac06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-04-03T20:01:26.860Z Compiling paste v1.0.14
23372024-04-03T20:01:26.903Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=605e10bfb12faca7 -C extra-filename=-605e10bfb12faca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-04-03T20:01:26.932Z Compiling darling_core v0.20.3
23392024-04-03T20:01:26.933Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=1d029f60497e8dfb -C extra-filename=-1d029f60497e8dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-04-03T20:01:26.933Z Compiling crossbeam-channel v0.5.8
23412024-04-03T20:01:26.933Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3caa7d886ff74e6f -C extra-filename=-3caa7d886ff74e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-04-03T20:01:27.055Z Compiling thread_local v1.1.7
23432024-04-03T20:01:27.086Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=148c9ff4fbbb7b96 -C extra-filename=-148c9ff4fbbb7b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442024-04-03T20:01:27.372Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7/build-script-build`
23452024-04-03T20:01:27.418Z Compiling slog-async v2.8.0
23462024-04-03T20:01:27.418Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c838743e0160a8c -C extra-filename=-2c838743e0160a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472024-04-03T20:01:27.558Z Compiling rustls v0.22.2
23482024-04-03T20:01:27.608Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=304ca1cbf122cb7a -C extra-filename=-304ca1cbf122cb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-04-03T20:01:27.839Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a/build-script-build`
23502024-04-03T20:01:28.282Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169712c035341330 -C extra-filename=-169712c035341330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-04-03T20:01:28.768Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c/build-script-build`
23522024-04-03T20:01:28.768Z Compiling rustls-webpki v0.102.1
23532024-04-03T20:01:28.769Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=2bda59b4fdd555c1 -C extra-filename=-2bda59b4fdd555c1 --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-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
23542024-04-03T20:01:28.769Z Compiling diesel v2.1.5
23552024-04-03T20:01:28.769Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.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="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=c4f9bedc7654b0c5 -C extra-filename=-c4f9bedc7654b0c5 --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-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-b7330f85004b4e6b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0665997f3629c9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
23562024-04-03T20:01:28.769Z Compiling instant v0.1.12
23572024-04-03T20:01:28.769Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a7219532de93018 -C extra-filename=-0a7219532de93018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-04-03T20:01:28.769Z Compiling take_mut v0.2.2
23592024-04-03T20:01:28.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c34cc32e456d859 -C extra-filename=-4c34cc32e456d859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602024-04-03T20:01:28.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=eeefe9d1f4cb38bf -C extra-filename=-eeefe9d1f4cb38bf --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-3caa7d886ff74e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
23612024-04-03T20:01:28.811Z Compiling slog-term v2.9.0
23622024-04-03T20:01:28.811Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3d8168545802535 -C extra-filename=-a3d8168545802535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-04-03T20:01:28.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=bfcd6c3dcc8bdfd2 -C extra-filename=-bfcd6c3dcc8bdfd2 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2bda59b4fdd555c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
23642024-04-03T20:01:29.293Z Compiling rustls-pemfile v2.1.1
23652024-04-03T20:01:29.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=38b869fdf61e2173 -C extra-filename=-38b869fdf61e2173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-04-03T20:01:29.456Z Compiling multer v3.0.0
23672024-04-03T20:01:29.487Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=318e368f2b39a1e1 -C extra-filename=-318e368f2b39a1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682024-04-03T20:01:29.675Z Compiling debug-ignore v1.0.5
23692024-04-03T20:01:29.706Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be15c627c67ed998 -C extra-filename=-be15c627c67ed998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-04-03T20:01:29.706Z Compiling slog-json v2.6.1
23712024-04-03T20:01:29.706Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=30140ba2cb1d80c9 -C extra-filename=-30140ba2cb1d80c9 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-04-03T20:01:29.796Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1/build-script-build`
23732024-04-03T20:01:30.239Z Compiling async-stream-impl v0.3.5
23742024-04-03T20:01:30.239Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbeb974a7e6cd2d9 -C extra-filename=-bbeb974a7e6cd2d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-04-03T20:01:30.267Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23762024-04-03T20:01:30.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6850c7ffc5939e34 -C extra-filename=-6850c7ffc5939e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-04-03T20:01:30.267Z Compiling atomic-waker v1.1.1
23782024-04-03T20:01:30.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca4ece80fcfa154a -C extra-filename=-ca4ece80fcfa154a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-04-03T20:01:30.267Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34/build-script-build`
23802024-04-03T20:01:30.267Z Compiling waitgroup v0.1.2
23812024-04-03T20:01:30.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23b5f6bf672f3d19 -C extra-filename=-23b5f6bf672f3d19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-ca4ece80fcfa154a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822024-04-03T20:01:30.267Z Compiling strum v0.26.1
23832024-04-03T20:01:30.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=e0e8e885cafb6a8c -C extra-filename=-e0e8e885cafb6a8c --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-aced48bff4500061.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842024-04-03T20:01:30.267Z Compiling slog-bunyan v2.5.0
23852024-04-03T20:01:30.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a74ba561e5d0e0ad -C extra-filename=-a74ba561e5d0e0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-30140ba2cb1d80c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-04-03T20:01:30.419Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=884130e21cfbc9f4 -C extra-filename=-884130e21cfbc9f4 --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-6aecfa5f524ba23c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-04-03T20:01:30.457Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23882024-04-03T20:01:30.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91d7f985056b779f -C extra-filename=-91d7f985056b779f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-04-03T20:01:30.458Z Compiling serde_path_to_error v0.1.16
23902024-04-03T20:01:30.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa5b8a5176fd9fa1 -C extra-filename=-aa5b8a5176fd9fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-04-03T20:01:31.104Z Compiling async-stream v0.3.5
23922024-04-03T20:01:31.146Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fe7743c47064bb0 -C extra-filename=-6fe7743c47064bb0 --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-bbeb974a7e6cd2d9.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-04-03T20:01:31.194Z Compiling wait-timeout v0.2.0
23942024-04-03T20:01:31.194Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8a585130783d302 -C extra-filename=-e8a585130783d302 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-04-03T20:01:31.359Z Compiling structmeta-derive v0.3.0
23962024-04-03T20:01:31.456Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c751ca5ccbc98eb -C extra-filename=-1c751ca5ccbc98eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-04-03T20:01:31.456Z Compiling rusty-fork v0.3.0
23982024-04-03T20:01:31.504Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=e1361235f905e035 -C extra-filename=-e1361235f905e035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-04-03T20:01:31.996Z Compiling newtype-uuid v1.0.1
24002024-04-03T20:01:31.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=620c451cdcf08354 -C extra-filename=-620c451cdcf08354 --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-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-04-03T20:01:31.996Z Compiling darling_macro v0.20.3
24022024-04-03T20:01:31.997Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=732a39e206f60b94 -C extra-filename=-732a39e206f60b94 --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-1d029f60497e8dfb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-04-03T20:01:31.997Z Compiling structmeta-derive v0.2.0
24042024-04-03T20:01:31.997Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=669b3c13f236b08b -C extra-filename=-669b3c13f236b08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-04-03T20:01:32.033Z Compiling rand_xorshift v0.3.0
24062024-04-03T20:01:32.033Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=457dde3678e64dd8 -C extra-filename=-457dde3678e64dd8 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-04-03T20:01:32.388Z Compiling unarray v0.1.4
24082024-04-03T20:01:32.433Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d2a858d5a06edaf -C extra-filename=-4d2a858d5a06edaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-04-03T20:01:32.434Z Compiling tokio-rustls v0.25.0
24102024-04-03T20:01:32.434Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=3d9950f7b141fe0b -C extra-filename=-3d9950f7b141fe0b --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-bfcd6c3dcc8bdfd2.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
24112024-04-03T20:01:32.434Z Compiling proptest v1.4.0
24122024-04-03T20:01:32.434Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=306e0ab8c545559c -C extra-filename=-306e0ab8c545559c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-04-03T20:01:32.738Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=7511acff4a04f6a9 -C extra-filename=-7511acff4a04f6a9 --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-6fe7743c47064bb0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-91d7f985056b779f.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-884130e21cfbc9f4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-30140ba2cb1d80c9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
24142024-04-03T20:01:32.873Z Compiling darling v0.20.3
24152024-04-03T20:01:32.909Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=2eae45232a04769a -C extra-filename=-2eae45232a04769a --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-1d029f60497e8dfb.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-732a39e206f60b94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-04-03T20:01:33.345Z Compiling serde_with_macros v3.6.1
24172024-04-03T20:01:33.345Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=1a0969b3e4fdee72 -C extra-filename=-1a0969b3e4fdee72 --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-04-03T20:01:33.981Z Compiling structmeta v0.3.0
24192024-04-03T20:01:34.008Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfad2bcabaea597a -C extra-filename=-dfad2bcabaea597a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-1c751ca5ccbc98eb.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-04-03T20:01:34.422Z Compiling parse-display-derive v0.9.0
24212024-04-03T20:01:34.468Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db2db56800ac4211 -C extra-filename=-db2db56800ac4211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dfad2bcabaea597a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-04-03T20:01:34.614Z Compiling structmeta v0.2.0
24232024-04-03T20:01:34.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d0cdedd9ec54ad9 -C extra-filename=-6d0cdedd9ec54ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-669b3c13f236b08b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242024-04-03T20:01:36.664Z Compiling backoff v0.4.0
24252024-04-03T20:01:36.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5854896ab8f65f6e -C extra-filename=-5854896ab8f65f6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-04-03T20:01:36.869Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24272024-04-03T20:01:36.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a98ec35fdc259a0 -C extra-filename=-9a98ec35fdc259a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-04-03T20:01:36.869Z Compiling serde_with v3.6.1
24292024-04-03T20:01:36.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=4eb2f80cc0fd6448 -C extra-filename=-4eb2f80cc0fd6448 --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-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1a0969b3e4fdee72.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-04-03T20:01:36.870Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24312024-04-03T20:01:36.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=889fa7b66fefcb68 -C extra-filename=-889fa7b66fefcb68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9a98ec35fdc259a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-04-03T20:01:36.870Z Compiling test-strategy v0.3.1
24332024-04-03T20:01:36.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb162c8381bd8c5 -C extra-filename=-1bb162c8381bd8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6d0cdedd9ec54ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-04-03T20:01:37.369Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24352024-04-03T20:01:37.397Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=44c85cdbf7423f3c -C extra-filename=-44c85cdbf7423f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-620c451cdcf08354.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-04-03T20:01:37.587Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24372024-04-03T20:01:37.631Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe8e2cab88f7876c -C extra-filename=-fe8e2cab88f7876c --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-db60d4c20d2823cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-04-03T20:01:37.727Z Compiling macaddr v1.0.1
24392024-04-03T20:01:37.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=91213d316a08f92d -C extra-filename=-91213d316a08f92d --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-04-03T20:01:38.228Z Compiling proc-macro-error-attr v1.0.4
24412024-04-03T20:01:38.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fad66f71676b7c98 -C extra-filename=-fad66f71676b7c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422024-04-03T20:01:38.389Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98/build-script-build`
24432024-04-03T20:01:38.483Z Compiling proc-macro-error v1.0.4
24442024-04-03T20:01:38.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=1366d0f3bcaee02a -C extra-filename=-1366d0f3bcaee02a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-04-03T20:01:38.691Z Compiling parse-display v0.9.0
24462024-04-03T20:01:38.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=06785579956b54a5 -C extra-filename=-06785579956b54a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-db2db56800ac4211.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-04-03T20:01:38.751Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a/build-script-build`
24482024-04-03T20:01:38.897Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=426a2ad6f15fb025 -C extra-filename=-426a2ad6f15fb025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-04-03T20:01:38.953Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24502024-04-03T20:01:38.986Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e16e297ef8d0720 -C extra-filename=-5e16e297ef8d0720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-f633dc5123f333ae.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-04-03T20:01:39.053Z Compiling camino-tempfile v1.1.1
24522024-04-03T20:01:39.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d793f93514239ce -C extra-filename=-7d793f93514239ce --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-aa5affffdef128b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-04-03T20:01:39.211Z Compiling proc-macro-crate v1.3.1
24542024-04-03T20:01:39.253Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5e7661c6971f31b -C extra-filename=-f5e7661c6971f31b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-04-03T20:01:39.773Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562024-04-03T20:01:39.852Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33718d4f8774f2a3 -C extra-filename=-33718d4f8774f2a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-04-03T20:01:39.852Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24582024-04-03T20:01:39.853Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4143c48adc6b68f3 -C extra-filename=-4143c48adc6b68f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-04-03T20:01:39.853Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=aa0253cdef2bd0fa -C extra-filename=-aa0253cdef2bd0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-426a2ad6f15fb025.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
24602024-04-03T20:01:39.853Z Compiling foreign-types-macros v0.2.3
24612024-04-03T20:01:39.853Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=21aba3c55d758482 -C extra-filename=-21aba3c55d758482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-04-03T20:01:39.853Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3/build-script-build`
24632024-04-03T20:01:39.853Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3/build-script-build`
24642024-04-03T20:01:39.978Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24652024-04-03T20:01:39.979Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e284890a139288 -C extra-filename=-94e284890a139288 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662024-04-03T20:01:39.979Z Compiling foreign-types-shared v0.3.1
24672024-04-03T20:01:39.979Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c08a05d4af8d740 -C extra-filename=-5c08a05d4af8d740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-04-03T20:01:40.022Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec2f0fdefcce3348 -C extra-filename=-ec2f0fdefcce3348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
24692024-04-03T20:01:40.145Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93cb065b7cb66c90 -C extra-filename=-93cb065b7cb66c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
24702024-04-03T20:01:40.187Z Compiling num_enum_derive v0.5.11
24712024-04-03T20:01:40.187Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288/build-script-build`
24722024-04-03T20:01:40.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=f46a4e9f0d7f9326 -C extra-filename=-f46a4e9f0d7f9326 --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-f5e7661c6971f31b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-04-03T20:01:40.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24742024-04-03T20:01:40.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41eb64e8fb76aa6c -C extra-filename=-41eb64e8fb76aa6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-04-03T20:01:40.714Z Compiling cstr-argument v0.1.2
24762024-04-03T20:01:40.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ac8ce2aaf48a630 -C extra-filename=-8ac8ce2aaf48a630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-04-03T20:01:40.749Z Compiling pretty-hex v0.2.1
24782024-04-03T20:01:40.750Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=dec582575c06d8ee -C extra-filename=-dec582575c06d8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-04-03T20:01:40.750Z Compiling tabwriter v1.4.0
24802024-04-03T20:01:40.750Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' -C metadata=614497814ef66dfd -C extra-filename=-614497814ef66dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-04-03T20:01:40.750Z Compiling colored v2.1.0
24822024-04-03T20:01:40.750Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.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=dd2af96275a7f5d2 -C extra-filename=-dd2af96275a7f5d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-04-03T20:01:40.920Z Compiling socket2 v0.4.9
24842024-04-03T20:01:40.953Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=e830c88db8a11628 -C extra-filename=-e830c88db8a11628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-04-03T20:01:40.954Z Compiling foreign-types v0.5.0
24862024-04-03T20:01:40.954Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9ab119944053726a -C extra-filename=-9ab119944053726a --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-21aba3c55d758482.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5c08a05d4af8d740.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-04-03T20:01:41.141Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24882024-04-03T20:01:41.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22af393ad8539018 -C extra-filename=-22af393ad8539018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-41eb64e8fb76aa6c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
24892024-04-03T20:01:41.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a160a081357f2375 -C extra-filename=-a160a081357f2375 --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-8ac8ce2aaf48a630.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9ab119944053726a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-04-03T20:01:41.254Z Compiling smf v0.2.2
24912024-04-03T20:01:41.259Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1e41c2f9002e3d6 -C extra-filename=-a1e41c2f9002e3d6 --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-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-04-03T20:01:41.305Z Compiling humantime v2.1.0
24932024-04-03T20:01:41.305Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89cb2d203a224f7e -C extra-filename=-89cb2d203a224f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-04-03T20:01:41.606Z Compiling termcolor v1.2.0
24952024-04-03T20:01:41.637Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b868d2f25c6c0955 -C extra-filename=-b868d2f25c6c0955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-04-03T20:01:41.708Z Compiling same-file v1.0.6
24972024-04-03T20:01:41.709Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93c1583377344c3a -C extra-filename=-93c1583377344c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982024-04-03T20:01:41.734Z Compiling usdt-attr-macro v0.5.0
24992024-04-03T20:01:41.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=79f1046021245251 -C extra-filename=-79f1046021245251 --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-04-03T20:01:41.917Z Compiling walkdir v2.4.0
25012024-04-03T20:01:41.960Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cdfd32f8061647e -C extra-filename=-6cdfd32f8061647e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-93c1583377344c3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-04-03T20:01:42.316Z Compiling usdt-macro v0.5.0
25032024-04-03T20:01:42.360Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=e59d87d6b03e0772 -C extra-filename=-e59d87d6b03e0772 --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-04-03T20:01:42.360Z Compiling memmap v0.7.0
25052024-04-03T20:01:42.360Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9c741d7a711c399 -C extra-filename=-b9c741d7a711c399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-04-03T20:01:42.562Z Compiling arc-swap v1.6.0
25072024-04-03T20:01:42.593Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2550af1542f0084a -C extra-filename=-2550af1542f0084a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-04-03T20:01:42.660Z Compiling xattr v1.0.1
25092024-04-03T20:01:42.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=39b777e571ac7a48 -C extra-filename=-39b777e571ac7a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-04-03T20:01:42.687Z Compiling num_enum v0.5.11
25112024-04-03T20:01:42.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d1d94fd8721e9c34 -C extra-filename=-d1d94fd8721e9c34 --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-f46a4e9f0d7f9326.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-04-03T20:01:42.832Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25132024-04-03T20:01:42.862Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7323097c2a005e3 -C extra-filename=-f7323097c2a005e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-ec2f0fdefcce3348.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-dec582575c06d8ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142024-04-03T20:01:42.922Z Compiling filetime v0.2.23
25152024-04-03T20:01:42.957Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=beba8c826f2a274c -C extra-filename=-beba8c826f2a274c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-04-03T20:01:43.113Z Compiling slog-scope v4.4.0
25172024-04-03T20:01:43.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f43bae1e2ff5c3d9 -C extra-filename=-f43bae1e2ff5c3d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-2550af1542f0084a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-04-03T20:01:43.140Z Compiling tar v0.4.40
25192024-04-03T20:01:43.140Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=43d426a631c80c04 -C extra-filename=-43d426a631c80c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-39b777e571ac7a48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-04-03T20:01:43.216Z Compiling newline-converter v0.3.0
25212024-04-03T20:01:43.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5efd44dc9c272ce5 -C extra-filename=-5efd44dc9c272ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-04-03T20:01:43.342Z Compiling slog-stdlog v4.1.1
25232024-04-03T20:01:43.383Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=cb5037a33d491476 -C extra-filename=-cb5037a33d491476 --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-2abfed8e51c766cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-04-03T20:01:43.384Z Compiling expectorate v1.1.0
25252024-04-03T20:01:43.384Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b34ecb9511b4db9b -C extra-filename=-b34ecb9511b4db9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-5efd44dc9c272ce5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-04-03T20:01:43.535Z Compiling slog-envlogger v2.2.0
25272024-04-03T20:01:43.566Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25282024-04-03T20:01:43.566Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=bc927626b857433b -C extra-filename=-bc927626b857433b --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-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-cb5037a33d491476.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292024-04-03T20:01:43.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=8725f22956b45b52 -C extra-filename=-8725f22956b45b52 --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-f633dc5123f333ae.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-5e16e297ef8d0720.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-04-03T20:01:43.593Z Compiling heapless v0.8.0
25312024-04-03T20:01:43.593Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99c20305208f1968 -C extra-filename=-99c20305208f1968 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-04-03T20:01:43.666Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25332024-04-03T20:01:43.691Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f25d3a1f36a527ad -C extra-filename=-f25d3a1f36a527ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-546a7eb753089bb3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8725f22956b45b52.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-04-03T20:01:43.717Z Compiling termtree v0.4.1
25352024-04-03T20:01:43.717Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cd34e04b646fdd1 -C extra-filename=-3cd34e04b646fdd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362024-04-03T20:01:43.823Z Compiling usdt v0.5.0
25372024-04-03T20:01:43.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=f07472df5bed6c6e -C extra-filename=-f07472df5bed6c6e --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-9ab444432809f0d7.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-b9c741d7a711c399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-79f1046021245251.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e59d87d6b03e0772.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-04-03T20:01:43.907Z Compiling utf-8 v0.7.6
25392024-04-03T20:01:43.935Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c84491f7bfb958ad -C extra-filename=-c84491f7bfb958ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-04-03T20:01:44.110Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968/build-script-build`
25412024-04-03T20:01:44.192Z Compiling predicates-tree v1.0.9
25422024-04-03T20:01:44.219Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c526a8ec957ffc -C extra-filename=-e6c526a8ec957ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3cd34e04b646fdd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-04-03T20:01:44.219Z Compiling hash32 v0.3.1
25442024-04-03T20:01:44.219Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d46faedb6eb351c -C extra-filename=-5d46faedb6eb351c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-04-03T20:01:44.267Z Compiling smoltcp v0.11.0
25462024-04-03T20:01:44.308Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=ca0116a8c62d4513 -C extra-filename=-ca0116a8c62d4513 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472024-04-03T20:01:44.401Z Compiling heck v0.3.3
25482024-04-03T20:01:44.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cdb6be815d4424 -C extra-filename=-12cdb6be815d4424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-04-03T20:01:44.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=285b2ed70ba96961 -C extra-filename=-285b2ed70ba96961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-5d46faedb6eb351c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-04-03T20:01:44.671Z Compiling cobs v0.2.3
25512024-04-03T20:01:44.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fd1cea7f97f5675 -C extra-filename=-3fd1cea7f97f5675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-04-03T20:01:44.748Z Compiling embedded-io v0.4.0
25532024-04-03T20:01:44.749Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=bb29778d969aa912 -C extra-filename=-bb29778d969aa912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-04-03T20:01:44.928Z Compiling crucible-workspace-hack v0.1.0
25552024-04-03T20:01:44.964Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a43025e66c88fc -C extra-filename=-46a43025e66c88fc --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562024-04-03T20:01:44.964Z Compiling postcard v1.0.8
25572024-04-03T20:01:44.965Z Compiling tungstenite v0.20.1
25582024-04-03T20:01:44.965Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=f3ca09dbcdd9fc8c -C extra-filename=-f3ca09dbcdd9fc8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-3fd1cea7f97f5675.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bb29778d969aa912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-04-03T20:01:44.965Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=7fc75eb1bcb42444 -C extra-filename=-7fc75eb1bcb42444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-04-03T20:01:45.002Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513/build-script-build`
25612024-04-03T20:01:45.031Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25622024-04-03T20:01:45.031Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=7e6d229a80c60a3b -C extra-filename=-7e6d229a80c60a3b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-7e6d229a80c60a3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-04-03T20:01:45.232Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc/build-script-build`
25642024-04-03T20:01:45.277Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25652024-04-03T20:01:45.278Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1e186e2b64ec12ca -C extra-filename=-1e186e2b64ec12ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-04-03T20:01:45.344Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=1934a5bd669a40e1 -C extra-filename=-1934a5bd669a40e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-285b2ed70ba96961.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-04-03T20:01:45.385Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-7e6d229a80c60a3b/build-script-build`
25682024-04-03T20:01:45.423Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=704a6d61a1ba494f -C extra-filename=-704a6d61a1ba494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-04-03T20:01:45.458Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25702024-04-03T20:01:45.487Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4bcca95cccdd2cd -C extra-filename=-b4bcca95cccdd2cd --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-04-03T20:01:45.521Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25722024-04-03T20:01:45.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c493b7ddd265c54 -C extra-filename=-3c493b7ddd265c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-04-03T20:01:45.647Z Compiling sigpipe v0.1.3
25742024-04-03T20:01:45.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c576e511abbc1df6 -C extra-filename=-c576e511abbc1df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-04-03T20:01:45.765Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25762024-04-03T20:01:45.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aeb4511d74f78a77 -C extra-filename=-aeb4511d74f78a77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-04-03T20:01:46.108Z Compiling tokio-tungstenite v0.20.1
25782024-04-03T20:01:46.149Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=a55b33373ba6031a -C extra-filename=-a55b33373ba6031a --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-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7fc75eb1bcb42444.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-04-03T20:01:46.436Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77/build-script-build`
25802024-04-03T20:01:46.461Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25812024-04-03T20:01:46.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02d31612ddac10c5 -C extra-filename=-02d31612ddac10c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-04-03T20:01:46.537Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a63b6b39e32f800c -C extra-filename=-a63b6b39e32f800c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f7323097c2a005e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
25832024-04-03T20:01:46.583Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25842024-04-03T20:01:46.617Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fc53f7b9f7b3f99 -C extra-filename=-9fc53f7b9f7b3f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-04-03T20:01:46.717Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
25862024-04-03T20:01:46.746Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=23afae122db430e2 -C extra-filename=-23afae122db430e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-04-03T20:01:46.830Z Compiling mockall_derive v0.12.0
25882024-04-03T20:01:46.874Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5995008750e115b3 -C extra-filename=-5995008750e115b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-04-03T20:01:47.086Z Compiling num-derive v0.4.0
25902024-04-03T20:01:47.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c2619263f36e68d -C extra-filename=-6c2619263f36e68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-04-03T20:01:47.975Z Compiling fragile v2.0.0
25922024-04-03T20:01:48.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e894b1308bbfa0ed -C extra-filename=-e894b1308bbfa0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-04-03T20:01:48.554Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25942024-04-03T20:01:48.579Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=d3663fe5d3553cf1 -C extra-filename=-d3663fe5d3553cf1 --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-1e186e2b64ec12ca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-04-03T20:01:49.102Z Compiling downcast v0.11.0
25962024-04-03T20:01:49.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f7c9f7d175ab432 -C extra-filename=-1f7c9f7d175ab432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-04-03T20:01:49.354Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
25982024-04-03T20:01:49.388Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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=9eace954e431d2c2 -C extra-filename=-9eace954e431d2c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6c2619263f36e68d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-04-03T20:01:49.537Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26002024-04-03T20:01:49.571Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=a914d00a2e572314 -C extra-filename=-a914d00a2e572314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9fc53f7b9f7b3f99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-04-03T20:01:49.718Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=6bc976d463dc1e0f -C extra-filename=-6bc976d463dc1e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-b4bcca95cccdd2cd.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-3c493b7ddd265c54.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-d3663fe5d3553cf1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
26022024-04-03T20:01:49.981Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26032024-04-03T20:01:50.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a77b9e79295d7c3f -C extra-filename=-a77b9e79295d7c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-6bc976d463dc1e0f.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-02d31612ddac10c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-04-03T20:01:50.173Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
26052024-04-03T20:01:50.209Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=7a1d6bafb4554750 -C extra-filename=-7a1d6bafb4554750 --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-23afae122db430e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-04-03T20:01:50.388Z Compiling base64 v0.22.0
26072024-04-03T20:01:50.418Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=356ff9a5192dbc7e -C extra-filename=-356ff9a5192dbc7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-04-03T20:01:50.488Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26092024-04-03T20:01:50.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=492e242ed166a662 -C extra-filename=-492e242ed166a662 --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-4e12b3b3a943ebab.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f25d3a1f36a527ad.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cd4728de54efffff.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-04-03T20:01:50.567Z Compiling pem v3.0.2
26112024-04-03T20:01:50.599Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb71a710de885d6 -C extra-filename=-0cb71a710de885d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-04-03T20:01:50.960Z Compiling env_logger v0.9.3
26132024-04-03T20:01:50.985Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=8313949158ba12f4 -C extra-filename=-8313949158ba12f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-04-03T20:01:51.148Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26152024-04-03T20:01:51.178Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1a62a9c04d7931a -C extra-filename=-b1a62a9c04d7931a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-04-03T20:01:51.328Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26172024-04-03T20:01:51.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=32be27022e7c5da8 -C extra-filename=-32be27022e7c5da8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-a63b6b39e32f800c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-6bc976d463dc1e0f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a77b9e79295d7c3f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-04-03T20:01:51.478Z Compiling bitstruct_derive v0.1.0
26192024-04-03T20:01:51.508Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b7ba2192bbbf503 -C extra-filename=-4b7ba2192bbbf503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-04-03T20:01:51.533Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26212024-04-03T20:01:51.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a157b775f51930d4 -C extra-filename=-a157b775f51930d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-04-03T20:01:51.663Z Compiling ascii v1.1.0
26232024-04-03T20:01:51.663Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40a21741d6dad4a9 -C extra-filename=-40a21741d6dad4a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-04-03T20:01:52.148Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26252024-04-03T20:01:52.201Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36632d246150848c -C extra-filename=-36632d246150848c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-40a21741d6dad4a9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8313949158ba12f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-04-03T20:01:52.229Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26272024-04-03T20:01:52.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3757f1f856e533e1 -C extra-filename=-3757f1f856e533e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-a157b775f51930d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-04-03T20:01:52.229Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26292024-04-03T20:01:52.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68b4788525c83865 -C extra-filename=-68b4788525c83865 --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-b1a62a9c04d7931a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-04-03T20:01:52.421Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26312024-04-03T20:01:52.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ee54964435f7fd4 -C extra-filename=-1ee54964435f7fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-04-03T20:01:52.605Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26332024-04-03T20:01:52.637Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e772f17f9d33503f -C extra-filename=-e772f17f9d33503f --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-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-04-03T20:01:52.760Z Compiling bitstruct v0.1.1
26352024-04-03T20:01:52.785Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6ed368a1311ffcd -C extra-filename=-f6ed368a1311ffcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-4b7ba2192bbbf503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-04-03T20:01:52.875Z Compiling serde_arrays v0.1.0
26372024-04-03T20:01:52.905Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3686ae073355ff4 -C extra-filename=-f3686ae073355ff4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-04-03T20:01:52.933Z Compiling erased-serde v0.3.31
26392024-04-03T20:01:52.933Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eba1e26a7e70ce36 -C extra-filename=-eba1e26a7e70ce36 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402024-04-03T20:01:53.021Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26412024-04-03T20:01:53.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4810c88037fcfe90 -C extra-filename=-4810c88037fcfe90 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-04-03T20:01:53.049Z Compiling zone_cfg_derive v0.1.2
26432024-04-03T20:01:53.049Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d233dbee3072a81 -C extra-filename=-5d233dbee3072a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-04-03T20:01:53.312Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90/build-script-build`
26452024-04-03T20:01:53.338Z Compiling tungstenite v0.21.0
26462024-04-03T20:01:53.365Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=90e20f75fd72f257 -C extra-filename=-90e20f75fd72f257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-04-03T20:01:53.819Z Compiling base64 v0.13.1
26482024-04-03T20:01:53.855Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27c3891ed007f9e7 -C extra-filename=-27c3891ed007f9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-04-03T20:01:53.855Z Compiling mockall v0.12.0
26502024-04-03T20:01:53.855Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2919e28e06a0b1a7 -C extra-filename=-2919e28e06a0b1a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-1f7c9f7d175ab432.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e894b1308bbfa0ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5995008750e115b3.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-04-03T20:01:53.922Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26522024-04-03T20:01:53.952Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28d2d034910c1f5a -C extra-filename=-28d2d034910c1f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-68b4788525c83865.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-f6ed368a1311ffcd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-1ee54964435f7fd4.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-eba1e26a7e70ce36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e772f17f9d33503f.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-36632d246150848c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-f3686ae073355ff4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-3757f1f856e533e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-04-03T20:01:53.952Z Compiling ron v0.7.1
26542024-04-03T20:01:53.978Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15a2d8d95cc077ab -C extra-filename=-15a2d8d95cc077ab --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-27c3891ed007f9e7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-04-03T20:01:54.065Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0488a7c809ce9268 -C extra-filename=-0488a7c809ce9268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f7323097c2a005e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
26562024-04-03T20:01:54.469Z Compiling zone v0.1.8
26572024-04-03T20:01:54.502Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.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=b8f04a1c20aa323f -C extra-filename=-b8f04a1c20aa323f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5d233dbee3072a81.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582024-04-03T20:01:54.529Z Compiling tokio-tungstenite v0.21.0
26592024-04-03T20:01:54.529Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=b2296a766b7b3aaa -C extra-filename=-b2296a766b7b3aaa --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-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-90e20f75fd72f257.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-04-03T20:01:54.950Z Compiling headers-core v0.2.0
26612024-04-03T20:01:54.975Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07bb001fef48db39 -C extra-filename=-07bb001fef48db39 --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-3ad4984bdc555529.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-04-03T20:01:55.094Z Compiling portpicker v0.1.1
26632024-04-03T20:01:55.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fd67c0097bc1e3d -C extra-filename=-3fd67c0097bc1e3d --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-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-04-03T20:01:55.123Z Compiling headers v0.3.9
26652024-04-03T20:01:55.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f6e48ba9013d532 -C extra-filename=-9f6e48ba9013d532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-07bb001fef48db39.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-04-03T20:01:55.363Z Compiling rcgen v0.12.1
26672024-04-03T20:01:55.388Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=b8fd1eb3eadc8a85 -C extra-filename=-b8fd1eb3eadc8a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
26682024-04-03T20:01:55.724Z Compiling atomicwrites v0.4.3
26692024-04-03T20:01:55.755Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3655500470576653 -C extra-filename=-3655500470576653 --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-6341173b0c3a13b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-04-03T20:01:55.846Z Compiling subprocess v0.2.9
26712024-04-03T20:01:55.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d08902ccd262d2a -C extra-filename=-3d08902ccd262d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-04-03T20:01:56.012Z Compiling linked-hash-map v0.5.6
26732024-04-03T20:01:56.041Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=118e2b4d5837c75a -C extra-filename=-118e2b4d5837c75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-04-03T20:01:56.338Z Compiling lru-cache v0.1.2
26752024-04-03T20:01:56.369Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cda006f2a34fb96 -C extra-filename=-1cda006f2a34fb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-118e2b4d5837c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-04-03T20:01:56.804Z Compiling password-hash v0.5.0
26772024-04-03T20:01:56.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=afee59289627ee61 -C extra-filename=-afee59289627ee61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-04-03T20:01:56.848Z Compiling blake2 v0.10.6
26792024-04-03T20:01:56.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=144b4f39f1f7c4be -C extra-filename=-144b4f39f1f7c4be --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-04-03T20:01:56.920Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26812024-04-03T20:01:56.957Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fa80875086414ed -C extra-filename=-7fa80875086414ed --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-7fa80875086414ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-56040e5494a053b1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26822024-04-03T20:01:57.128Z Compiling swrite v0.1.0
26832024-04-03T20:01:57.156Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a62c0f6c5943a826 -C extra-filename=-a62c0f6c5943a826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-04-03T20:01:57.191Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-7fa80875086414ed/build-script-build`
26852024-04-03T20:01:57.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e9f0c27e4f6d78d -C extra-filename=-5e9f0c27e4f6d78d --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-bbfc89eae5e2d3b2.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-56040e5494a053b1.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26862024-04-03T20:01:57.253Z Compiling argon2 v0.5.3
26872024-04-03T20:01:57.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=bd1d1801db21c345 -C extra-filename=-bd1d1801db21c345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-144b4f39f1f7c4be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-afee59289627ee61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-04-03T20:01:57.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892024-04-03T20:01:57.770Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=022a02655bb08666 -C extra-filename=-022a02655bb08666 --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-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26902024-04-03T20:01:57.804Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26912024-04-03T20:01:57.805Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=372c5b945d12b23b -C extra-filename=-372c5b945d12b23b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26922024-04-03T20:01:57.805Z Compiling itertools v0.12.1
26932024-04-03T20:01:57.805Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2baf6454aeb93980 -C extra-filename=-2baf6454aeb93980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-04-03T20:01:57.805Z Compiling derive-where v1.2.7
26952024-04-03T20:01:57.806Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b44ebb5b3c74cea -C extra-filename=-2b44ebb5b3c74cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-04-03T20:01:57.917Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26972024-04-03T20:01:57.954Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a002d13132aadee -C extra-filename=-8a002d13132aadee --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-bd1d1801db21c345.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
26982024-04-03T20:01:58.102Z Compiling resolv-conf v0.7.0
26992024-04-03T20:01:58.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=b17683cade733f41 -C extra-filename=-b17683cade733f41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-04-03T20:01:58.267Z Compiling bytecount v0.6.3
27012024-04-03T20:01:58.305Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c279734d6784ec -C extra-filename=-d2c279734d6784ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022024-04-03T20:01:58.357Z Compiling cancel-safe-futures v0.1.5
27032024-04-03T20:01:58.383Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=21f7727c91c71c2c -C extra-filename=-21f7727c91c71c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-04-03T20:01:58.459Z Compiling trust-dns-resolver v0.22.0
27052024-04-03T20:01:58.501Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=656e8e2f525a2c11 -C extra-filename=-656e8e2f525a2c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-b17683cade733f41.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-04-03T20:01:58.720Z Compiling semver v0.1.20
27072024-04-03T20:01:58.776Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dba12cca44c3ce32 -C extra-filename=-dba12cca44c3ce32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082024-04-03T20:01:58.816Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c/build-script-build`
27092024-04-03T20:01:58.816Z Compiling papergrid v0.11.0
27102024-04-03T20:01:58.817Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d0016df0fe718460 -C extra-filename=-d0016df0fe718460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-d2c279734d6784ec.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-04-03T20:01:59.213Z Compiling rustc_version v0.1.7
27122024-04-03T20:01:59.241Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4288a2f61b5af2e4 -C extra-filename=-4288a2f61b5af2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-dba12cca44c3ce32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-04-03T20:01:59.535Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27142024-04-03T20:01:59.569Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1429b0bc5cc0243a -C extra-filename=-1429b0bc5cc0243a --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-5e9f0c27e4f6d78d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27152024-04-03T20:01:59.655Z Compiling tabled_derive v0.7.0
27162024-04-03T20:01:59.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ddee67257acbe2d -C extra-filename=-4ddee67257acbe2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-04-03T20:01:59.800Z Compiling is-terminal v0.4.9
27182024-04-03T20:02:00.248Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07069127a17cd079 -C extra-filename=-07069127a17cd079 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-04-03T20:02:00.284Z Compiling half v2.3.1
27202024-04-03T20:02:00.284Z Compiling ciborium-io v0.2.2
27212024-04-03T20:02:00.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dab6ca9eb48a92a3 -C extra-filename=-dab6ca9eb48a92a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222024-04-03T20:02:00.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=93bfb3a01564aefe -C extra-filename=-93bfb3a01564aefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-04-03T20:02:00.284Z Compiling newtype_derive v0.1.6
27242024-04-03T20:02:00.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7642379ab00c1140 -C extra-filename=-7642379ab00c1140 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-4288a2f61b5af2e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-04-03T20:02:00.389Z Compiling ciborium-ll v0.2.2
27262024-04-03T20:02:00.421Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf634329f6b7c63 -C extra-filename=-daf634329f6b7c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-93bfb3a01564aefe.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-dab6ca9eb48a92a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-04-03T20:02:00.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=a793ffa56fa205b3 -C extra-filename=-a793ffa56fa205b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-04-03T20:02:00.701Z Compiling ciborium v0.2.2
27292024-04-03T20:02:00.733Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=725e70086ca63127 -C extra-filename=-725e70086ca63127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-93bfb3a01564aefe.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-daf634329f6b7c63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-04-03T20:02:00.763Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140/build-script-build`
27312024-04-03T20:02:00.812Z Compiling slog-dtrace v0.3.0
27322024-04-03T20:02:00.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c91074811bdc16d -C extra-filename=-7c91074811bdc16d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-04-03T20:02:00.949Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a066ba2ba3a2161f -C extra-filename=-a066ba2ba3a2161f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
27342024-04-03T20:02:01.016Z Compiling signature v2.1.0
27352024-04-03T20:02:01.067Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=87fa9ebc53729cb3 -C extra-filename=-87fa9ebc53729cb3 --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-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-04-03T20:02:01.177Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d/build-script-build`
27372024-04-03T20:02:01.226Z Compiling rayon-core v1.12.1
27382024-04-03T20:02:01.257Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4733c6188dca178 -C extra-filename=-f4733c6188dca178 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-04-03T20:02:01.292Z Compiling glob v0.3.1
27402024-04-03T20:02:01.318Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23cedfca1f1a09fc -C extra-filename=-23cedfca1f1a09fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-04-03T20:02:01.512Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178/build-script-build`
27422024-04-03T20:02:01.548Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4402e2ad06ccf78 -C extra-filename=-f4402e2ad06ccf78 --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-5e3bfc1001098ea4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-04-03T20:02:01.976Z Compiling steno v0.4.0
27442024-04-03T20:02:02.058Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c5ea3a4b1f7c984 -C extra-filename=-4c5ea3a4b1f7c984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-04-03T20:02:02.085Z Compiling crossbeam-deque v0.8.3
27462024-04-03T20:02:02.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b3c4c3177151a001 -C extra-filename=-b3c4c3177151a001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-04-03T20:02:02.085Z Compiling tabled v0.15.0
27482024-04-03T20:02:02.085Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=fafdbbb263f2d450 -C extra-filename=-fafdbbb263f2d450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-d0016df0fe718460.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4ddee67257acbe2d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-04-03T20:02:02.134Z Compiling libsw v3.3.1
27502024-04-03T20:02:02.160Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=54f911ea7a4e298c -C extra-filename=-54f911ea7a4e298c --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-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-04-03T20:02:02.340Z Compiling num-rational v0.4.1
27522024-04-03T20:02:02.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44541355ec996e12 -C extra-filename=-44541355ec996e12 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-04-03T20:02:02.411Z Compiling owo-colors v4.0.0
27542024-04-03T20:02:02.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21e9887b2a59a1a6 -C extra-filename=-21e9887b2a59a1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-04-03T20:02:02.451Z Compiling linear-map v1.2.0
27562024-04-03T20:02:02.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=170a65fc53887f22 -C extra-filename=-170a65fc53887f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-04-03T20:02:02.652Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27582024-04-03T20:02:02.681Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=379069d66a487a93 -C extra-filename=-379069d66a487a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-28d2d034910c1f5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-04-03T20:02:02.753Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12/build-script-build`
27602024-04-03T20:02:02.969Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27612024-04-03T20:02:03.004Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d4aab0f90841ae9 -C extra-filename=-1d4aab0f90841ae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-379069d66a487a93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622024-04-03T20:02:03.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40d7b3943423d395 -C extra-filename=-40d7b3943423d395 --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-b3c4c3177151a001.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-04-03T20:02:03.552Z Compiling nibble_vec v0.1.0
27642024-04-03T20:02:03.594Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad5717221127a63a -C extra-filename=-ad5717221127a63a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-04-03T20:02:03.634Z Compiling endian-type v0.1.2
27662024-04-03T20:02:03.635Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9878bc2ee7cdad50 -C extra-filename=-9878bc2ee7cdad50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-04-03T20:02:03.734Z Compiling rayon v1.9.0
27682024-04-03T20:02:03.760Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c0333554e1139b6 -C extra-filename=-3c0333554e1139b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40d7b3943423d395.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-04-03T20:02:03.804Z Compiling radix_trie v0.2.1
27702024-04-03T20:02:03.830Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31914b6898517cee -C extra-filename=-31914b6898517cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-9878bc2ee7cdad50.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-ad5717221127a63a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-04-03T20:02:04.222Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27722024-04-03T20:02:04.249Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e555e448b6562213 -C extra-filename=-e555e448b6562213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27732024-04-03T20:02:04.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cc11b59b5be65d8 -C extra-filename=-8cc11b59b5be65d8 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
27742024-04-03T20:02:04.868Z Compiling num-complex v0.4.4
27752024-04-03T20:02:04.868Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=0f2ec5d69ba17311 -C extra-filename=-0f2ec5d69ba17311 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-04-03T20:02:05.308Z Compiling fxhash v0.2.1
27772024-04-03T20:02:05.346Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5a6087f0e37f727 -C extra-filename=-c5a6087f0e37f727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-04-03T20:02:05.502Z Compiling num v0.4.1
27792024-04-03T20:02:05.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=9f10828012a3e3e1 -C extra-filename=-9f10828012a3e3e1 --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-0f2ec5d69ba17311.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-8cc11b59b5be65d8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-04-03T20:02:05.599Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27812024-04-03T20:02:06.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90c0c0fa4600c290 -C extra-filename=-90c0c0fa4600c290 --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-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27822024-04-03T20:02:06.113Z Compiling toml v0.5.11
27832024-04-03T20:02:06.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=afa4c9634c10e2b4 -C extra-filename=-afa4c9634c10e2b4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-04-03T20:02:06.113Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27852024-04-03T20:02:06.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3c986e434042ebc -C extra-filename=-c3c986e434042ebc --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-9dc47aa986726b5f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f25d3a1f36a527ad.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-492e242ed166a662.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27862024-04-03T20:02:06.262Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
27872024-04-03T20:02:06.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4961701e22be67fc -C extra-filename=-4961701e22be67fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27882024-04-03T20:02:07.051Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27892024-04-03T20:02:07.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c7b5ce805790db21 -C extra-filename=-c7b5ce805790db21 --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-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
27902024-04-03T20:02:07.272Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27912024-04-03T20:02:07.706Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2dfde674c65fcffe -C extra-filename=-2dfde674c65fcffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27922024-04-03T20:02:07.734Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27932024-04-03T20:02:07.734Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0b50876d23fe71a -C extra-filename=-c0b50876d23fe71a --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-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27942024-04-03T20:02:08.097Z Compiling display-error-chain v0.2.0
27952024-04-03T20:02:08.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf419dfec19b310d -C extra-filename=-bf419dfec19b310d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962024-04-03T20:02:08.255Z Compiling radium v0.7.0
27972024-04-03T20:02:08.281Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da833ba60dee6c82 -C extra-filename=-da833ba60dee6c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982024-04-03T20:02:08.397Z Compiling home v0.5.5
27992024-04-03T20:02:08.426Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c6a8e1c88275ec -C extra-filename=-d2c6a8e1c88275ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-04-03T20:02:08.613Z Compiling tap v1.0.1
28012024-04-03T20:02:08.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f22e98df0b8f0d2 -C extra-filename=-1f22e98df0b8f0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022024-04-03T20:02:08.688Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82/build-script-build`
28032024-04-03T20:02:08.732Z Compiling convert_case v0.4.0
28042024-04-03T20:02:08.760Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42260ae53805e822 -C extra-filename=-42260ae53805e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-04-03T20:02:08.794Z Compiling maybe-uninit v2.0.0
28062024-04-03T20:02:08.794Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2389366b65699f97 -C extra-filename=-2389366b65699f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-04-03T20:02:08.917Z Compiling wyz v0.5.1
28082024-04-03T20:02:08.945Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb58df48391a79fe -C extra-filename=-fb58df48391a79fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-04-03T20:02:08.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cb6974208755004 -C extra-filename=-1cb6974208755004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
28102024-04-03T20:02:09.263Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97/build-script-build`
28112024-04-03T20:02:09.290Z Compiling num-bigint-dig v0.8.4
28122024-04-03T20:02:09.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=7c21abe8edd8cb47 -C extra-filename=-7c21abe8edd8cb47 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-04-03T20:02:09.316Z Compiling funty v2.0.0
28142024-04-03T20:02:09.316Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5326c02a34c00d0 -C extra-filename=-d5326c02a34c00d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-04-03T20:02:09.341Z Compiling crc-catalog v2.2.0
28162024-04-03T20:02:09.341Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=584b34e269a65c72 -C extra-filename=-584b34e269a65c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-04-03T20:02:09.469Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28182024-04-03T20:02:09.505Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=305348a2d0e9a616 -C extra-filename=-305348a2d0e9a616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-022a02655bb08666.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28192024-04-03T20:02:09.560Z Compiling derive_more v0.99.17
28202024-04-03T20:02:09.997Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=dedb208d24807cf2 -C extra-filename=-dedb208d24807cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-42260ae53805e822.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212024-04-03T20:02:10.024Z Compiling packed_struct v0.10.1
28222024-04-03T20:02:10.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7f3daadff8859eed -C extra-filename=-7f3daadff8859eed --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-04-03T20:02:10.025Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed/build-script-build`
28242024-04-03T20:02:10.025Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47/build-script-build`
28252024-04-03T20:02:10.051Z Compiling crc v3.0.1
28262024-04-03T20:02:10.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12b781ba37feba4c -C extra-filename=-12b781ba37feba4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-584b34e269a65c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272024-04-03T20:02:10.281Z Compiling bitvec v1.0.1
28282024-04-03T20:02:10.323Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc5251a1fdc3e17c -C extra-filename=-dc5251a1fdc3e17c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-d5326c02a34c00d0.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-1cb6974208755004.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-fb58df48391a79fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-04-03T20:02:10.816Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28302024-04-03T20:02:10.845Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7db66f1d56450c08 -C extra-filename=-7db66f1d56450c08 --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-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-0488a7c809ce9268.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-3fd67c0097bc1e3d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c7b5ce805790db21.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-1d4aab0f90841ae9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-15a2d8d95cc077ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b2296a766b7b3aaa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b8f04a1c20aa323f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28312024-04-03T20:02:11.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d51077df71b6e718 -C extra-filename=-d51077df71b6e718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
28322024-04-03T20:02:11.678Z Compiling packed_struct_codegen v0.10.1
28332024-04-03T20:02:11.702Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71d2366efce9da3f -C extra-filename=-71d2366efce9da3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342024-04-03T20:02:12.350Z Compiling indexmap v1.9.3
28352024-04-03T20:02:12.385Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f09a61d597ec3252 -C extra-filename=-f09a61d597ec3252 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362024-04-03T20:02:12.662Z Compiling nodrop v0.1.14
28372024-04-03T20:02:12.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcf73372ab15b9b6 -C extra-filename=-dcf73372ab15b9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382024-04-03T20:02:12.780Z Compiling array-init v0.0.4
28392024-04-03T20:02:12.811Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47f548cad5eb7a70 -C extra-filename=-47f548cad5eb7a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-dcf73372ab15b9b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-04-03T20:02:12.952Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252/build-script-build`
28412024-04-03T20:02:12.977Z Compiling smallvec v0.6.14
28422024-04-03T20:02:13.002Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=750b6f44d5d11bb0 -C extra-filename=-750b6f44d5d11bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-d51077df71b6e718.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-04-03T20:02:13.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=53309572b38547f8 -C extra-filename=-53309572b38547f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28442024-04-03T20:02:13.326Z Compiling pkcs1 v0.7.5
28452024-04-03T20:02:13.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=feec032bdd149ce4 -C extra-filename=-feec032bdd149ce4 --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-996b9ba85656a83e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462024-04-03T20:02:13.753Z Compiling bitfield v0.14.0
28472024-04-03T20:02:15.918Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44a2177e54565cd3 -C extra-filename=-44a2177e54565cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-04-03T20:02:16.024Z Compiling hashbrown v0.12.3
28492024-04-03T20:02:16.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6b9efe44486a05de -C extra-filename=-6b9efe44486a05de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-04-03T20:02:16.024Z Compiling serde-hex v0.1.0
28512024-04-03T20:02:16.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98514bdd8737c5c9 -C extra-filename=-98514bdd8737c5c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-47f548cad5eb7a70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-750b6f44d5d11bb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-04-03T20:02:16.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=49eff785b7229eaf -C extra-filename=-49eff785b7229eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-dc5251a1fdc3e17c.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-71d2366efce9da3f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-04-03T20:02:16.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=1abd2053f376426f -C extra-filename=-1abd2053f376426f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6b9efe44486a05de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
28542024-04-03T20:02:16.024Z Compiling rsa v0.9.2
28552024-04-03T20:02:16.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=de6453f91970b472 -C extra-filename=-de6453f91970b472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-53309572b38547f8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-feec032bdd149ce4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-04-03T20:02:16.334Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28572024-04-03T20:02:16.394Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9c9f2e3bfedd2848 -C extra-filename=-9c9f2e3bfedd2848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-04-03T20:02:16.601Z Compiling env_logger v0.10.0
28592024-04-03T20:02:16.639Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=47f87905f0e66bb4 -C extra-filename=-47f87905f0e66bb4 --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-07069127a17cd079.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-04-03T20:02:16.765Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612024-04-03T20:02:16.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3320953ee5b18107 -C extra-filename=-3320953ee5b18107 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28622024-04-03T20:02:17.777Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28632024-04-03T20:02:17.833Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=0d6608f872d5d9e4 -C extra-filename=-0d6608f872d5d9e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a77b9e79295d7c3f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-372c5b945d12b23b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28642024-04-03T20:02:17.834Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28652024-04-03T20:02:17.834Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c4599f923fbde9c -C extra-filename=-0c4599f923fbde9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28662024-04-03T20:02:18.282Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28672024-04-03T20:02:18.283Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=574e8f8edbdb4379 -C extra-filename=-574e8f8edbdb4379 --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-90c0c0fa4600c290.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28682024-04-03T20:02:18.735Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28692024-04-03T20:02:18.767Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=35318065b8a18222 -C extra-filename=-35318065b8a18222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7db66f1d56450c08.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28702024-04-03T20:02:20.640Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28712024-04-03T20:02:20.666Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45b1e15656c46bde -C extra-filename=-45b1e15656c46bde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28722024-04-03T20:02:21.037Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28732024-04-03T20:02:21.077Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=755937a05304aaa6 -C extra-filename=-755937a05304aaa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-44a2177e54565cd3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-04-03T20:02:21.129Z Compiling x509-cert v0.2.4
28752024-04-03T20:02:21.204Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d04bf3119feb1f66 -C extra-filename=-d04bf3119feb1f66 --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-6aceee1def2f4da4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-04-03T20:02:23.109Z Compiling ron v0.8.1
28772024-04-03T20:02:23.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ffade93e16c6b8e0 -C extra-filename=-ffade93e16c6b8e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-04-03T20:02:23.745Z Compiling hashbrown v0.13.2
28792024-04-03T20:02:23.774Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=94e4e7ba309d7872 -C extra-filename=-94e4e7ba309d7872 --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-bbfc89eae5e2d3b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-04-03T20:02:23.966Z Compiling crc-any v2.4.3
28812024-04-03T20:02:24.010Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2598e3c411c3e11b -C extra-filename=-2598e3c411c3e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-04-03T20:02:24.381Z Compiling arrayvec v0.7.4
28832024-04-03T20:02:24.407Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9c1b634dcefec2a -C extra-filename=-c9c1b634dcefec2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-04-03T20:02:24.630Z Compiling arrayref v0.3.7
28852024-04-03T20:02:24.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=477e329b0fb4e5d0 -C extra-filename=-477e329b0fb4e5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-04-03T20:02:24.697Z Compiling object v0.30.4
28872024-04-03T20:02:24.698Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=ef3269e7e4a0c920 -C extra-filename=-ef3269e7e4a0c920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-94e4e7ba309d7872.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1abd2053f376426f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-04-03T20:02:24.745Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28892024-04-03T20:02:24.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a476cbaa4137627 -C extra-filename=-2a476cbaa4137627 --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-ffade93e16c6b8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-04-03T20:02:24.782Z Compiling constant_time_eq v0.3.0
28912024-04-03T20:02:24.782Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5b32d0391bf1b5d5 -C extra-filename=-5b32d0391bf1b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-04-03T20:02:24.936Z Compiling path-slash v0.1.5
28932024-04-03T20:02:24.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f90d698ca79fa8f -C extra-filename=-3f90d698ca79fa8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-04-03T20:02:25.002Z Compiling blake3 v1.5.0
28952024-04-03T20:02:25.002Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=b5de045d0b4a8c8c -C extra-filename=-b5de045d0b4a8c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-04-03T20:02:25.134Z Compiling parking_lot_core v0.8.6
28972024-04-03T20:02:25.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17feb5f7bce05c6f -C extra-filename=-17feb5f7bce05c6f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-04-03T20:02:25.245Z Compiling memmap2 v0.7.1
28992024-04-03T20:02:25.274Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3874dcae2a88085 -C extra-filename=-e3874dcae2a88085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-04-03T20:02:25.373Z Compiling textwrap v0.11.0
29012024-04-03T20:02:25.398Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=413954bee5843f60 -C extra-filename=-413954bee5843f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-04-03T20:02:25.978Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f/build-script-build`
29032024-04-03T20:02:26.017Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c/build-script-build`
29042024-04-03T20:02:26.018Z Compiling gethostname v0.4.3
29052024-04-03T20:02:26.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4af3ac39ee685c10 -C extra-filename=-4af3ac39ee685c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-04-03T20:02:26.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62989711e651ca20 -C extra-filename=-62989711e651ca20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-04-03T20:02:26.018Z Compiling ansi_term v0.12.1
29082024-04-03T20:02:26.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ddf7a4dde139989 -C extra-filename=-6ddf7a4dde139989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-04-03T20:02:26.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=bda1b2dab1030737 -C extra-filename=-bda1b2dab1030737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3874dcae2a88085.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi`
29102024-04-03T20:02:26.019Z Compiling topological-sort v0.2.2
29112024-04-03T20:02:26.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95a1301bee0cc84 -C extra-filename=-f95a1301bee0cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-04-03T20:02:26.112Z Compiling libefi-sys v0.1.0
29132024-04-03T20:02:26.549Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57923c12001a9aa9 -C extra-filename=-57923c12001a9aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-04-03T20:02:26.581Z Compiling vec_map v0.8.2
29152024-04-03T20:02:26.581Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=889956feeb361863 -C extra-filename=-889956feeb361863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-04-03T20:02:26.581Z Compiling strsim v0.8.0
29172024-04-03T20:02:26.581Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c89f4eb465b34cf4 -C extra-filename=-c89f4eb465b34cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-04-03T20:02:26.581Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9/build-script-build`
29192024-04-03T20:02:26.581Z Compiling omicron-zone-package v0.11.0
29202024-04-03T20:02:26.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a85e60ea9cf330b -C extra-filename=-8a85e60ea9cf330b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-bda1b2dab1030737.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-f95a1301bee0cc84.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29212024-04-03T20:02:26.582Z Compiling parking_lot v0.11.2
29222024-04-03T20:02:26.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bd0b1d6408ed80da -C extra-filename=-bd0b1d6408ed80da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-62989711e651ca20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-04-03T20:02:26.864Z Compiling clap v2.34.0
29242024-04-03T20:02:26.896Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=351dce105c8916f8 -C extra-filename=-351dce105c8916f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-6ddf7a4dde139989.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-c89f4eb465b34cf4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-413954bee5843f60.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-889956feeb361863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-04-03T20:02:27.181Z Compiling trust-dns-client v0.22.0
29262024-04-03T20:02:27.216Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a30ca2564ebd32e -C extra-filename=-0a30ca2564ebd32e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-04-03T20:02:27.284Z Compiling structopt-derive v0.4.18
29282024-04-03T20:02:27.309Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cae3ebfb83f4730 -C extra-filename=-1cae3ebfb83f4730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-04-03T20:02:29.621Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29302024-04-03T20:02:29.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4af744e30e486be -C extra-filename=-d4af744e30e486be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-022a02655bb08666.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-620c451cdcf08354.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29312024-04-03T20:02:29.844Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29322024-04-03T20:02:29.879Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d61e13c08c9e05e -C extra-filename=-7d61e13c08c9e05e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29332024-04-03T20:02:31.721Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342024-04-03T20:02:31.750Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23fd13be79fa3f00 -C extra-filename=-23fd13be79fa3f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29352024-04-03T20:02:31.885Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29362024-04-03T20:02:31.931Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=93a4f6e9acc30dc0 -C extra-filename=-93a4f6e9acc30dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2598e3c411c3e11b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-47f87905f0e66bb4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-755937a05304aaa6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-98514bdd8737c5c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-04-03T20:02:31.974Z Compiling semver-parser v0.10.2
29382024-04-03T20:02:31.975Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=107ab8797a542c77 -C extra-filename=-107ab8797a542c77 --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-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-04-03T20:02:32.624Z Compiling async-recursion v1.0.5
29402024-04-03T20:02:32.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53a2f9c47ebf2369 -C extra-filename=-53a2f9c47ebf2369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-04-03T20:02:33.661Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29422024-04-03T20:02:33.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e569ae09f4b05d7 -C extra-filename=-8e569ae09f4b05d7 --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-755937a05304aaa6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-93a4f6e9acc30dc0.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ef3269e7e4a0c920.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3f90d698ca79fa8f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-2a476cbaa4137627.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29432024-04-03T20:02:33.715Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29442024-04-03T20:02:33.715Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83c762147661914f -C extra-filename=-83c762147661914f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-04-03T20:02:33.715Z Compiling keccak v0.1.4
29462024-04-03T20:02:33.716Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=eff9640768ec2811 -C extra-filename=-eff9640768ec2811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-04-03T20:02:34.089Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f/build-script-build`
29482024-04-03T20:02:34.167Z Compiling sha3 v0.10.8
29492024-04-03T20:02:34.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=18e98e9e48a01bce -C extra-filename=-18e98e9e48a01bce --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-a6c53878d7a38e90.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eff9640768ec2811.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502024-04-03T20:02:34.730Z Compiling semver v0.11.0
29512024-04-03T20:02:34.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3b3142c6dcf71fdd -C extra-filename=-3b3142c6dcf71fdd --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-107ab8797a542c77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-04-03T20:02:34.731Z Compiling structopt v0.3.26
29532024-04-03T20:02:34.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c505ad354e75efa -C extra-filename=-2c505ad354e75efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-351dce105c8916f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-1cae3ebfb83f4730.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-04-03T20:02:34.731Z Compiling trust-dns-server v0.22.1
29552024-04-03T20:02:34.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1da743011132deb -C extra-filename=-a1da743011132deb --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-db84444bd088c958.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-04-03T20:02:34.946Z Compiling sled v0.34.7
29572024-04-03T20:02:34.975Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=0d924f6d5199d796 -C extra-filename=-0d924f6d5199d796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd0b1d6408ed80da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-04-03T20:02:35.004Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04fecbd93a4f39a6 -C extra-filename=-04fecbd93a4f39a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
29592024-04-03T20:02:35.167Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29602024-04-03T20:02:35.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e49c308b26835969 -C extra-filename=-e49c308b26835969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-04-03T20:02:35.336Z Compiling secrecy v0.8.0
29622024-04-03T20:02:35.362Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=60d1e75aba0cc8b7 -C extra-filename=-60d1e75aba0cc8b7 --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-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-04-03T20:02:35.553Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29642024-04-03T20:02:35.583Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef486e321f9a5dee -C extra-filename=-ef486e321f9a5dee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-04-03T20:02:35.689Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29662024-04-03T20:02:35.723Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d9d1a690638c900 -C extra-filename=-3d9d1a690638c900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-ef486e321f9a5dee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-04-03T20:02:35.754Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ad5f7ce8ea8c14b -C extra-filename=-5ad5f7ce8ea8c14b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2c505ad354e75efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -l static=pci`
29682024-04-03T20:02:36.193Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29692024-04-03T20:02:36.193Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf8c6a7305dce9e0 -C extra-filename=-bf8c6a7305dce9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04fecbd93a4f39a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702024-04-03T20:02:36.234Z Compiling toolchain_find v0.2.0
29712024-04-03T20:02:36.262Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b93a038e0e5de48 -C extra-filename=-5b93a038e0e5de48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3b3142c6dcf71fdd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-04-03T20:02:36.263Z Compiling platforms v3.0.2
29732024-04-03T20:02:36.263Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=548b0c051cb6ca4e -C extra-filename=-548b0c051cb6ca4e --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-04-03T20:02:36.521Z Compiling rustfmt-wrapper v0.2.0
29752024-04-03T20:02:36.558Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47a9147a99781984 -C extra-filename=-47a9147a99781984 --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-38978e6989816a15.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-5b93a038e0e5de48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-04-03T20:02:36.610Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e/build-script-build`
29772024-04-03T20:02:36.649Z Compiling buf-list v1.0.3
29782024-04-03T20:02:36.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=c76e02f15f632695 -C extra-filename=-c76e02f15f632695 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792024-04-03T20:02:36.805Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=305cfbf4677b96f6 -C extra-filename=-305cfbf4677b96f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-04-03T20:02:37.033Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29812024-04-03T20:02:37.060Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc33ef3b4d0bfc6e -C extra-filename=-dc33ef3b4d0bfc6e --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-dc33ef3b4d0bfc6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8a85e60ea9cf330b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-47a9147a99781984.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29822024-04-03T20:02:37.184Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695/build-script-build`
29832024-04-03T20:02:37.256Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29842024-04-03T20:02:37.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a7506f0fa280aeb -C extra-filename=-9a7506f0fa280aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
29852024-04-03T20:02:37.333Z Compiling curve25519-dalek v4.1.1
29862024-04-03T20:02:37.364Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=97a8c26849a57512 -C extra-filename=-97a8c26849a57512 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-305cfbf4677b96f6.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872024-04-03T20:02:37.902Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29882024-04-03T20:02:37.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e129330250cac5d5 -C extra-filename=-e129330250cac5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29892024-04-03T20:02:40.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=abf878d1d1a926b5 -C extra-filename=-abf878d1d1a926b5 --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-6aecfa5f524ba23c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
29902024-04-03T20:02:40.348Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
29912024-04-03T20:02:40.393Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3de256108314328 -C extra-filename=-d3de256108314328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29922024-04-03T20:02:40.669Z Compiling universal-hash v0.5.1
29932024-04-03T20:02:40.723Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b0fd4e52ffbc0c7 -C extra-filename=-7b0fd4e52ffbc0c7 --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-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-04-03T20:02:40.862Z Compiling opaque-debug v0.3.0
29952024-04-03T20:02:40.895Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38956c25915cddb0 -C extra-filename=-38956c25915cddb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-04-03T20:02:40.958Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512/build-script-build`
29972024-04-03T20:02:41.100Z Compiling curve25519-dalek-derive v0.1.0
29982024-04-03T20:02:41.127Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cd329cb2f43fd91 -C extra-filename=-6cd329cb2f43fd91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992024-04-03T20:02:41.127Z Compiling unicase v2.7.0
30002024-04-03T20:02:41.127Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9523f0e3c0b97e8 -C extra-filename=-a9523f0e3c0b97e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012024-04-03T20:02:41.435Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30022024-04-03T20:02:41.435Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5dd6b6f59ac4c50d -C extra-filename=-5dd6b6f59ac4c50d --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30032024-04-03T20:02:41.581Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8/build-script-build`
30042024-04-03T20:02:41.741Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30052024-04-03T20:02:41.769Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c409141e9cb96df -C extra-filename=-2c409141e9cb96df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d3de256108314328.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30062024-04-03T20:02:42.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=4580cc12a6811996 -C extra-filename=-4580cc12a6811996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6cd329cb2f43fd91.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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"'`
30072024-04-03T20:02:43.288Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30082024-04-03T20:02:43.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b55ce918dc7b778 -C extra-filename=-4b55ce918dc7b778 --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-db84444bd088c958.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30092024-04-03T20:02:43.937Z Compiling pin-project-internal v1.1.3
30102024-04-03T20:02:43.980Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34d43e706af36051 -C extra-filename=-34d43e706af36051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-04-03T20:02:43.980Z Compiling doc-comment v0.3.3
30122024-04-03T20:02:43.980Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5bf015633369d2f -C extra-filename=-a5bf015633369d2f --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-04-03T20:02:44.401Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22517e3fbf17f45c -C extra-filename=-22517e3fbf17f45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
30142024-04-03T20:02:44.470Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f/build-script-build`
30152024-04-03T20:02:44.610Z Compiling aead v0.5.2
30162024-04-03T20:02:44.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=006636b63ef3e5f2 -C extra-filename=-006636b63ef3e5f2 --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-088c06576c896f41.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-04-03T20:02:44.719Z Compiling diff v0.1.13
30182024-04-03T20:02:44.754Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9dfce8df970952b -C extra-filename=-a9dfce8df970952b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-04-03T20:02:45.326Z Compiling mime_guess v2.0.4
30202024-04-03T20:02:45.374Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ea64c2e9fcb884f5 -C extra-filename=-ea64c2e9fcb884f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-04-03T20:02:45.374Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eab6502e68af0fa2 -C extra-filename=-eab6502e68af0fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-04-03T20:02:45.401Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30232024-04-03T20:02:45.427Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=32df6c23fb76605f -C extra-filename=-32df6c23fb76605f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
30242024-04-03T20:02:46.036Z Compiling poly1305 v0.8.0
30252024-04-03T20:02:46.072Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bf401129dc6b62ad -C extra-filename=-bf401129dc6b62ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-04-03T20:02:46.596Z Compiling pin-project v1.1.3
30272024-04-03T20:02:46.634Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de07d84e45cc4683 -C extra-filename=-de07d84e45cc4683 --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-34d43e706af36051.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-04-03T20:02:46.712Z Compiling chacha20 v0.9.1
30292024-04-03T20:02:46.747Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=18d3077823b1c206 -C extra-filename=-18d3077823b1c206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-04-03T20:02:47.093Z Compiling thiserror-impl-no-std v2.0.2
30312024-04-03T20:02:47.130Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0905640bdd1192fb -C extra-filename=-0905640bdd1192fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322024-04-03T20:02:47.413Z Compiling nanorand v0.7.0
30332024-04-03T20:02:47.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=118278b83ed031f2 -C extra-filename=-118278b83ed031f2 --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342024-04-03T20:02:47.634Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5/build-script-build`
30352024-04-03T20:02:47.675Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30362024-04-03T20:02:47.700Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f271b680eef7fba5 -C extra-filename=-f271b680eef7fba5 --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-d4ddcd8882ab4891.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30372024-04-03T20:02:47.943Z Compiling flume v0.11.0
30382024-04-03T20:02:47.981Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=def8a1f3657677c6 -C extra-filename=-def8a1f3657677c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-118278b83ed031f2.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-04-03T20:02:48.420Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30402024-04-03T20:02:48.420Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1ffa19745339de4e -C extra-filename=-1ffa19745339de4e --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-1ffa19745339de4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30412024-04-03T20:02:48.455Z Compiling kstat-rs v0.2.3
30422024-04-03T20:02:48.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=709d01f702754cfa -C extra-filename=-709d01f702754cfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-04-03T20:02:48.508Z Compiling vte_generate_state_changes v0.1.1
30442024-04-03T20:02:48.536Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4982b8e50bd58df7 -C extra-filename=-4982b8e50bd58df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-04-03T20:02:48.871Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-1ffa19745339de4e/build-script-build`
30462024-04-03T20:02:48.904Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=8be371edb6aed398 -C extra-filename=-8be371edb6aed398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-04-03T20:02:48.935Z Compiling chacha20poly1305 v0.10.1
30482024-04-03T20:02:48.935Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=330cd05561751178 -C extra-filename=-330cd05561751178 --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-006636b63ef3e5f2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-04-03T20:02:49.040Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
30502024-04-03T20:02:49.070Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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=268d11b1f69c5d83 -C extra-filename=-268d11b1f69c5d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30512024-04-03T20:02:49.107Z Compiling fd-lock v4.0.2
30522024-04-03T20:02:49.971Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=716ae181bde9af10 -C extra-filename=-716ae181bde9af10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-04-03T20:02:49.972Z Compiling vte v0.11.1
30542024-04-03T20:02:49.972Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=537276d0e16699b7 -C extra-filename=-537276d0e16699b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4982b8e50bd58df7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-04-03T20:02:49.972Z Compiling prettyplease v0.2.17
30562024-04-03T20:02:49.972Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=b5e3af07ccbae70e -C extra-filename=-b5e3af07ccbae70e --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-b5e3af07ccbae70e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-04-03T20:02:50.645Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30582024-04-03T20:02:50.645Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c2bd603228004b9 -C extra-filename=-2c2bd603228004b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-04-03T20:02:50.645Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-b5e3af07ccbae70e/build-script-build`
30602024-04-03T20:02:50.645Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30612024-04-03T20:02:50.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=59d657600bc8fca2 -C extra-filename=-59d657600bc8fca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30622024-04-03T20:02:50.646Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9/build-script-build`
30632024-04-03T20:02:50.646Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
30642024-04-03T20:02:50.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=4e36b17821cf14a5 -C extra-filename=-4e36b17821cf14a5 --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-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30652024-04-03T20:02:50.646Z Compiling thiserror-no-std v2.0.2
30662024-04-03T20:02:50.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25092474fc86f624 -C extra-filename=-25092474fc86f624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-0905640bdd1192fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672024-04-03T20:02:50.735Z Compiling vsss-rs v3.3.4
30682024-04-03T20:02:50.736Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fef92b37dc9e2eff -C extra-filename=-fef92b37dc9e2eff --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-4580cc12a6811996.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-25092474fc86f624.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-04-03T20:02:50.736Z Compiling strip-ansi-escapes v0.2.0
30702024-04-03T20:02:50.736Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87a5d32be14d53bd -C extra-filename=-87a5d32be14d53bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-537276d0e16699b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-04-03T20:02:50.736Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-dc33ef3b4d0bfc6e/build-script-build`
30722024-04-03T20:02:50.736Z Compiling fs-err v2.11.0
30732024-04-03T20:02:50.736Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98cf2bb34084ac3a -C extra-filename=-98cf2bb34084ac3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742024-04-03T20:02:51.033Z Compiling nu-ansi-term v0.50.0
30752024-04-03T20:02:51.067Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0a6101a9c05e476 -C extra-filename=-d0a6101a9c05e476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-04-03T20:02:51.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7ee1f9a5b86ae5f -C extra-filename=-f7ee1f9a5b86ae5f --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30772024-04-03T20:02:51.521Z Compiling crunchy v0.2.2
30782024-04-03T20:02:51.521Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=02f1ebad0d209721 -C extra-filename=-02f1ebad0d209721 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-04-03T20:02:51.521Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a/build-script-build`
30802024-04-03T20:02:51.521Z Compiling reedline v0.31.0
30812024-04-03T20:02:51.521Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35ea1d16d13f269f -C extra-filename=-35ea1d16d13f269f --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-5e3bfc1001098ea4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-716ae181bde9af10.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0a6101a9c05e476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-87a5d32be14d53bd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aced48bff4500061.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822024-04-03T20:02:51.698Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30832024-04-03T20:02:51.729Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ea48dc106655de5 -C extra-filename=-5ea48dc106655de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30842024-04-03T20:02:51.798Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721/build-script-build`
30852024-04-03T20:02:51.798Z Compiling clang-sys v1.6.1
30862024-04-03T20:02:51.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=f451b96014a88bc1 -C extra-filename=-f451b96014a88bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-04-03T20:02:52.293Z Compiling snafu-derive v0.7.5
30882024-04-03T20:02:52.320Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=cc6dd825d3549941 -C extra-filename=-cc6dd825d3549941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-04-03T20:02:52.409Z Compiling memoffset v0.7.1
30902024-04-03T20:02:52.437Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=91bc079deecf60b3 -C extra-filename=-91bc079deecf60b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-04-03T20:02:52.726Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30922024-04-03T20:02:52.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2586944ab7651835 -C extra-filename=-2586944ab7651835 --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-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30932024-04-03T20:02:53.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7361b0d046d82d12 -C extra-filename=-7361b0d046d82d12 --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-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30942024-04-03T20:02:54.269Z Compiling tiny-keccak v2.0.2
30952024-04-03T20:02:54.301Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9338af4ba2aec1c2 -C extra-filename=-9338af4ba2aec1c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962024-04-03T20:02:54.579Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2/build-script-build`
30972024-04-03T20:02:54.606Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3/build-script-build`
30982024-04-03T20:02:54.741Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1/build-script-build`
30992024-04-03T20:02:54.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=76b8329af1cb6d53 -C extra-filename=-76b8329af1cb6d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002024-04-03T20:02:54.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dc7337912681f81 -C extra-filename=-1dc7337912681f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
31012024-04-03T20:02:55.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a096b86e735b14dd -C extra-filename=-a096b86e735b14dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31022024-04-03T20:02:55.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=1e48b485d5ff4912 -C extra-filename=-1e48b485d5ff4912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-04-03T20:02:56.413Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31042024-04-03T20:02:56.442Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bb079b634828386 -C extra-filename=-3bb079b634828386 --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-5e9f0c27e4f6d78d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31052024-04-03T20:02:56.621Z Compiling darling_core v0.14.4
31062024-04-03T20:02:56.659Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=39b9480bcc80120e -C extra-filename=-39b9480bcc80120e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-04-03T20:02:57.072Z Compiling snafu v0.7.5
31082024-04-03T20:02:57.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=902d7d5145d1abd4 -C extra-filename=-902d7d5145d1abd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cc6dd825d3549941.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-04-03T20:02:57.462Z Compiling globset v0.4.13
31102024-04-03T20:02:57.487Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=090693ef72d15a1f -C extra-filename=-090693ef72d15a1f --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-68ea511be1183fba.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-04-03T20:02:57.791Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
31122024-04-03T20:02:57.817Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=53c913fac0410b63 -C extra-filename=-53c913fac0410b63 --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-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-04-03T20:02:58.129Z Compiling olpc-cjson v0.1.3
31142024-04-03T20:02:58.163Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=703dd43a2f5d9704 -C extra-filename=-703dd43a2f5d9704 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-04-03T20:02:58.605Z Compiling serde_plain v1.0.2
31162024-04-03T20:02:58.606Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35525e2f0ffe3d73 -C extra-filename=-35525e2f0ffe3d73 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-04-03T20:02:58.645Z Compiling heck v0.5.0
31182024-04-03T20:02:58.645Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69563b97652b5c1b -C extra-filename=-69563b97652b5c1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-04-03T20:02:58.645Z Compiling typed-path v0.7.0
31202024-04-03T20:02:58.645Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=93e9384ce9b9aff1 -C extra-filename=-93e9384ce9b9aff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-04-03T20:02:58.787Z Compiling http-range v0.1.5
31222024-04-03T20:02:59.235Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8f933eaaabe38a -C extra-filename=-3c8f933eaaabe38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-04-03T20:02:59.235Z Compiling hyper-staticfile v0.9.5
31242024-04-03T20:02:59.236Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2cd2632e473b4319 -C extra-filename=-2cd2632e473b4319 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-3c8f933eaaabe38a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-04-03T20:02:59.236Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
31262024-04-03T20:02:59.236Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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=2860a373df1a2360 -C extra-filename=-2860a373df1a2360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-53c913fac0410b63.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31272024-04-03T20:02:59.899Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=bd7e4d03b3afd895 -C extra-filename=-bd7e4d03b3afd895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-76b8329af1cb6d53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-04-03T20:03:00.432Z Compiling tough v0.16.0
31292024-04-03T20:03:00.874Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=9861e2b2956ec5c9 -C extra-filename=-9861e2b2956ec5c9 --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-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-090693ef72d15a1f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-703dd43a2f5d9704.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-35525e2f0ffe3d73.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-902d7d5145d1abd4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93e9384ce9b9aff1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31302024-04-03T20:03:00.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d0e2d2e7779c12bd -C extra-filename=-d0e2d2e7779c12bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
31312024-04-03T20:03:00.906Z Compiling ascii-canvas v3.0.0
31322024-04-03T20:03:00.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52d3c9f986467b90 -C extra-filename=-52d3c9f986467b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-04-03T20:03:01.086Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31342024-04-03T20:03:01.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05a57e9db9684ce0 -C extra-filename=-05a57e9db9684ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352024-04-03T20:03:01.684Z Compiling ena v0.14.2
31362024-04-03T20:03:01.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5e2684d57cd4614 -C extra-filename=-c5e2684d57cd4614 --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-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372024-04-03T20:03:01.684Z Compiling libloading v0.7.4
31382024-04-03T20:03:01.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3a376a1025b2904 -C extra-filename=-c3a376a1025b2904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-04-03T20:03:01.685Z Compiling darling_macro v0.14.4
31402024-04-03T20:03:01.685Z Compiling parse-size v1.0.0
31412024-04-03T20:03:01.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a193d3316c054e7f -C extra-filename=-a193d3316c054e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-39b9480bcc80120e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-04-03T20:03:01.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b31ab805a7686146 -C extra-filename=-b31ab805a7686146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-04-03T20:03:01.685Z Compiling salty v0.2.0
31442024-04-03T20:03:01.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bedf6491aee32821 -C extra-filename=-bedf6491aee32821 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-04-03T20:03:01.685Z Compiling signature v1.6.4
31462024-04-03T20:03:01.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=96d208eacf66825f -C extra-filename=-96d208eacf66825f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-04-03T20:03:01.789Z Compiling regex-syntax v0.6.29
31482024-04-03T20:03:01.818Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=977195ab93cf95fe -C extra-filename=-977195ab93cf95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-04-03T20:03:02.045Z Compiling bindgen v0.69.2
31502024-04-03T20:03:03.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=aa39730c116e063c -C extra-filename=-aa39730c116e063c --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-04-03T20:03:03.461Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821/build-script-build`
31522024-04-03T20:03:03.461Z Compiling darling v0.14.4
31532024-04-03T20:03:03.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=4ff7ca0598b9b21c -C extra-filename=-4ff7ca0598b9b21c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-39b9480bcc80120e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a193d3316c054e7f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-04-03T20:03:03.461Z Compiling ed25519 v1.5.3
31552024-04-03T20:03:03.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8cb08c2881e50e59 -C extra-filename=-8cb08c2881e50e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-96d208eacf66825f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562024-04-03T20:03:03.945Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=134daf27e19527c0 -C extra-filename=-134daf27e19527c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-c3a376a1025b2904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-04-03T20:03:03.945Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c/build-script-build`
31582024-04-03T20:03:03.946Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0/build-script-build`
31592024-04-03T20:03:03.946Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31602024-04-03T20:03:03.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=9a68f2fc69a2fcee -C extra-filename=-9a68f2fc69a2fcee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d0e2d2e7779c12bd.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-04-03T20:03:03.946Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31622024-04-03T20:03:03.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89e8e9445aeca0b3 -C extra-filename=-89e8e9445aeca0b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-04-03T20:03:03.947Z Compiling cexpr v0.6.0
31642024-04-03T20:03:03.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b9a7730cd67356d -C extra-filename=-6b9a7730cd67356d --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-1a7eb10f63693edb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-04-03T20:03:04.480Z Compiling lalrpop v0.19.12
31662024-04-03T20:03:04.517Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=aa55a21b55b7b0cf -C extra-filename=-aa55a21b55b7b0cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-52d3c9f986467b90.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c5e2684d57cd4614.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-977195ab93cf95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bd7e4d03b3afd895.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-04-03T20:03:06.552Z Compiling serde-big-array v0.5.1
31682024-04-03T20:03:06.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f264bf3a2d0c7d96 -C extra-filename=-f264bf3a2d0c7d96 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-04-03T20:03:06.901Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31702024-04-03T20:03:06.931Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91db18e06b642277 -C extra-filename=-91db18e06b642277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-04-03T20:03:06.987Z Compiling which v4.4.0
31722024-04-03T20:03:07.050Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8552d8d5d28338e5 -C extra-filename=-8552d8d5d28338e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-04-03T20:03:07.095Z Compiling lazycell v1.3.0
31742024-04-03T20:03:07.208Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d631de1ea3ef453d -C extra-filename=-d631de1ea3ef453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-04-03T20:03:07.245Z Compiling shlex v1.3.0
31762024-04-03T20:03:07.278Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=396a1025414a7393 -C extra-filename=-396a1025414a7393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-04-03T20:03:07.540Z Compiling maplit v1.0.2
31782024-04-03T20:03:07.573Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fac596133a37754 -C extra-filename=-0fac596133a37754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-04-03T20:03:07.629Z Compiling ref-cast v1.0.20
31802024-04-03T20:03:07.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97909b3657545860 -C extra-filename=-97909b3657545860 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-04-03T20:03:07.654Z Compiling peeking_take_while v0.1.2
31822024-04-03T20:03:07.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac475b3da7825dc3 -C extra-filename=-ac475b3da7825dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832024-04-03T20:03:07.679Z Compiling rustc-hash v1.1.0
31842024-04-03T20:03:07.679Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d889918782a79bb1 -C extra-filename=-d889918782a79bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-04-03T20:03:07.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=3fe1294dca58d367 -C extra-filename=-3fe1294dca58d367 --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-bed5a12aa0e3caec.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-6b9a7730cd67356d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-134daf27e19527c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-d631de1ea3ef453d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-ac475b3da7825dc3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-1e48b485d5ff4912.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d889918782a79bb1.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-396a1025414a7393.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8552d8d5d28338e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862024-04-03T20:03:07.836Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31872024-04-03T20:03:07.861Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2afea2ab6e719315 -C extra-filename=-2afea2ab6e719315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-91db18e06b642277.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-04-03T20:03:08.119Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860/build-script-build`
31892024-04-03T20:03:08.185Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d27b84a693a1bad -C extra-filename=-8d27b84a693a1bad --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-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9a68f2fc69a2fcee.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f264bf3a2d0c7d96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-89e8e9445aeca0b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31902024-04-03T20:03:08.251Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31912024-04-03T20:03:08.277Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c0f3278e2db3adc -C extra-filename=-2c0f3278e2db3adc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31922024-04-03T20:03:09.685Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31932024-04-03T20:03:09.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da351784445b8e6a -C extra-filename=-da351784445b8e6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
31942024-04-03T20:03:10.442Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=754453fc7c6c108c -C extra-filename=-754453fc7c6c108c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-8cb08c2881e50e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
31952024-04-03T20:03:10.846Z Compiling derive_builder_core v0.12.0
31962024-04-03T20:03:10.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cdc80a019adce54 -C extra-filename=-8cdc80a019adce54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-4ff7ca0598b9b21c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-04-03T20:03:12.309Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31982024-04-03T20:03:12.350Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7df33dab29b0deb6 -C extra-filename=-7df33dab29b0deb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7df33dab29b0deb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31992024-04-03T20:03:12.601Z Compiling signal-hook-tokio v0.3.1
32002024-04-03T20:03:12.668Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=329dbc3d8aa6e9f7 -C extra-filename=-329dbc3d8aa6e9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012024-04-03T20:03:12.785Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32022024-04-03T20:03:12.815Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3a29220506c3142 -C extra-filename=-e3a29220506c3142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032024-04-03T20:03:12.815Z Compiling serde-big-array v0.4.1
32042024-04-03T20:03:12.815Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79844fd70de58ddd -C extra-filename=-79844fd70de58ddd --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-04-03T20:03:12.969Z Compiling ref-cast-impl v1.0.20
32062024-04-03T20:03:13.000Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0c4e420bf37d517 -C extra-filename=-d0c4e420bf37d517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-04-03T20:03:13.116Z Compiling libxml v0.3.3
32082024-04-03T20:03:13.147Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e35fa16c1d7dd00 -C extra-filename=-5e35fa16c1d7dd00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092024-04-03T20:03:13.458Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00/build-script-build`
32102024-04-03T20:03:13.497Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32112024-04-03T20:03:13.527Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=d9efc3a76913941f -C extra-filename=-d9efc3a76913941f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-79844fd70de58ddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-04-03T20:03:13.527Z Compiling derive_builder_macro v0.12.0
32132024-04-03T20:03:13.528Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcd7536d6dc670f4 -C extra-filename=-dcd7536d6dc670f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-8cdc80a019adce54.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-04-03T20:03:14.107Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a30bc9fd8627524 -C extra-filename=-3a30bc9fd8627524 --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-d0c4e420bf37d517.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-04-03T20:03:14.239Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32162024-04-03T20:03:14.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0817628974eac7f7 -C extra-filename=-0817628974eac7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8d27b84a693a1bad.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32172024-04-03T20:03:14.414Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7df33dab29b0deb6/build-script-build`
32182024-04-03T20:03:14.447Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32192024-04-03T20:03:14.447Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=508f43621ce3e883 -C extra-filename=-508f43621ce3e883 --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-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3bb079b634828386.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32202024-04-03T20:03:14.492Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32212024-04-03T20:03:14.492Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=664eb46436d633ff -C extra-filename=-664eb46436d633ff --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-d4ddcd8882ab4891.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32222024-04-03T20:03:14.540Z Compiling peg-macros v0.8.2
32232024-04-03T20:03:14.575Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=158ea3a7e1604a50 -C extra-filename=-158ea3a7e1604a50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242024-04-03T20:03:15.141Z Compiling nix v0.27.1
32252024-04-03T20:03:15.175Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fda3f440d0bac3b0 -C extra-filename=-fda3f440d0bac3b0 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-04-03T20:03:15.953Z Compiling strum_macros v0.24.3
32272024-04-03T20:03:16.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15048ac8a35bc7a3 -C extra-filename=-15048ac8a35bc7a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-04-03T20:03:17.956Z Compiling sqlparser_derive v0.2.2
32292024-04-03T20:03:17.988Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d3fc5c096026fbb -C extra-filename=-1d3fc5c096026fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-04-03T20:03:17.988Z Compiling cookie v0.18.0
32312024-04-03T20:03:17.988Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca34d5fba9694747 -C extra-filename=-ca34d5fba9694747 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-04-03T20:03:17.988Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
32332024-04-03T20:03:17.988Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84d0521cb133c13c -C extra-filename=-84d0521cb133c13c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-04-03T20:03:18.148Z Compiling unicode_categories v0.1.1
32352024-04-03T20:03:18.178Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330e24c684f7168a -C extra-filename=-330e24c684f7168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-04-03T20:03:18.228Z Compiling indoc v1.0.9
32372024-04-03T20:03:18.261Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a91c0b8873e30fcc -C extra-filename=-a91c0b8873e30fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-04-03T20:03:18.413Z Compiling corncobs v0.1.3
32392024-04-03T20:03:18.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=78b9705a25069cc7 -C extra-filename=-78b9705a25069cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402024-04-03T20:03:18.606Z Compiling sqlparser v0.43.1
32412024-04-03T20:03:18.636Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=b88d71e2cf5c5956 -C extra-filename=-b88d71e2cf5c5956 --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-2abfed8e51c766cf.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1d3fc5c096026fbb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422024-04-03T20:03:18.695Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32432024-04-03T20:03:18.722Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=3d258aa4cc920d3f -C extra-filename=-3d258aa4cc920d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-78b9705a25069cc7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-d9efc3a76913941f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-04-03T20:03:19.079Z Compiling sqlformat v0.2.3
32452024-04-03T20:03:19.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22d44c788f7a1157 -C extra-filename=-22d44c788f7a1157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-330e24c684f7168a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462024-04-03T20:03:19.574Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c/build-script-build`
32472024-04-03T20:03:19.600Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747/build-script-build`
32482024-04-03T20:03:19.600Z Compiling peg v0.8.2
32492024-04-03T20:03:19.600Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ca680322063eda02 -C extra-filename=-ca680322063eda02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-158ea3a7e1604a50.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-04-03T20:03:19.601Z Compiling rustyline v13.0.0
32512024-04-03T20:03:19.601Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=44810f6df167919f -C extra-filename=-44810f6df167919f --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-716ae181bde9af10.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fda3f440d0bac3b0.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-04-03T20:03:19.601Z Compiling derive_builder v0.12.0
32532024-04-03T20:03:19.601Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9292c8498888af10 -C extra-filename=-9292c8498888af10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-dcd7536d6dc670f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-04-03T20:03:19.601Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9763132c4e65c8c -C extra-filename=-a9763132c4e65c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
32552024-04-03T20:03:21.645Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32562024-04-03T20:03:21.678Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=26e4066a0c5504ec -C extra-filename=-26e4066a0c5504ec --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-26e4066a0c5504ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32572024-04-03T20:03:21.992Z Compiling bb8 v0.8.3
32582024-04-03T20:03:22.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=86ca15a94d29b772 -C extra-filename=-86ca15a94d29b772 --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-db84444bd088c958.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-04-03T20:03:22.050Z Compiling const_format_proc_macros v0.2.32
32602024-04-03T20:03:22.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ab4addb275605d3 -C extra-filename=-4ab4addb275605d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612024-04-03T20:03:22.445Z Compiling quick-xml v0.30.0
32622024-04-03T20:03:22.474Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=f23bd9177bc14bad -C extra-filename=-f23bd9177bc14bad --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-1d8a52f36e2fec96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-04-03T20:03:23.132Z Compiling bcs v0.1.6
32642024-04-03T20:03:23.177Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03b4f3ce92193791 -C extra-filename=-03b4f3ce92193791 --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-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-04-03T20:03:23.784Z Compiling oso-derive v0.27.0
32662024-04-03T20:03:23.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf000e802893a57 -C extra-filename=-caf000e802893a57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-04-03T20:03:24.125Z Compiling impl-trait-for-tuples v0.2.2
32682024-04-03T20:03:24.164Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=904f8cc61ce834c6 -C extra-filename=-904f8cc61ce834c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692024-04-03T20:03:24.859Z Compiling highway v1.1.0
32702024-04-03T20:03:24.895Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9f234e7403545e8 -C extra-filename=-e9f234e7403545e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712024-04-03T20:03:25.188Z Compiling const_format v0.2.32
32722024-04-03T20:03:25.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5f5bc0aeb5666684 -C extra-filename=-5f5bc0aeb5666684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-4ab4addb275605d3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732024-04-03T20:03:25.513Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
32742024-04-03T20:03:25.540Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=2a2d67a98beee0ba -C extra-filename=-2a2d67a98beee0ba --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-db84444bd088c958.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32752024-04-03T20:03:25.783Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-26e4066a0c5504ec/build-script-build`
32762024-04-03T20:03:25.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d882fa43050414c -C extra-filename=-5d882fa43050414c --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-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-04-03T20:03:26.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6238a9a857b02524 -C extra-filename=-6238a9a857b02524 --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-c4f9bedc7654b0c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32782024-04-03T20:03:26.393Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76ad7055599db936 -C extra-filename=-76ad7055599db936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-508f43621ce3e883.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32792024-04-03T20:03:26.736Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32802024-04-03T20:03:26.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64fdd309c5534059 -C extra-filename=-64fdd309c5534059 --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-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3bb079b634828386.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32812024-04-03T20:03:28.186Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32822024-04-03T20:03:28.212Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=accea89e129c4793 -C extra-filename=-accea89e129c4793 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32832024-04-03T20:03:30.058Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32842024-04-03T20:03:30.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=6142e646399206b1 -C extra-filename=-6142e646399206b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32852024-04-03T20:03:33.553Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32862024-04-03T20:03:33.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7080037df965bb2 -C extra-filename=-e7080037df965bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
32872024-04-03T20:03:34.003Z Compiling assert_matches v1.5.0
32882024-04-03T20:03:34.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58ed50349d3ed936 -C extra-filename=-58ed50349d3ed936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-04-03T20:03:34.107Z Compiling rand_seeder v0.2.3
32902024-04-03T20:03:34.137Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3c8c50be7e0b717 -C extra-filename=-c3c8c50be7e0b717 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912024-04-03T20:03:34.420Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32922024-04-03T20:03:34.447Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64e05e8808e88490 -C extra-filename=-64e05e8808e88490 --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-5e9f0c27e4f6d78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32932024-04-03T20:03:34.546Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32942024-04-03T20:03:34.577Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83d638b2a75e30ce -C extra-filename=-83d638b2a75e30ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32952024-04-03T20:03:36.428Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32962024-04-03T20:03:36.428Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16cd3d9921e49c7a -C extra-filename=-16cd3d9921e49c7a --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-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32972024-04-03T20:03:37.143Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32982024-04-03T20:03:37.169Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98e3171fceff325c -C extra-filename=-98e3171fceff325c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-64e05e8808e88490.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32992024-04-03T20:03:38.152Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33002024-04-03T20:03:38.178Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88682bf30bb8adf2 -C extra-filename=-88682bf30bb8adf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33012024-04-03T20:03:41.693Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33022024-04-03T20:03:41.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f07e912b12f3e69f -C extra-filename=-f07e912b12f3e69f --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-db84444bd088c958.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33032024-04-03T20:03:42.084Z Compiling portable-atomic v1.4.3
33042024-04-03T20:03:42.117Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=3d687388d2c70a23 -C extra-filename=-3d687388d2c70a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-04-03T20:03:42.318Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33062024-04-03T20:03:42.344Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ae80053673cc8eb -C extra-filename=-5ae80053673cc8eb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-5ae80053673cc8eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33072024-04-03T20:03:42.654Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33082024-04-03T20:03:42.679Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ea74007ce23e4fb -C extra-filename=-6ea74007ce23e4fb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6ea74007ce23e4fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33092024-04-03T20:03:43.005Z Compiling castaway v0.2.2
33102024-04-03T20:03:43.031Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8c24ffeaa780fe88 -C extra-filename=-8c24ffeaa780fe88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112024-04-03T20:03:43.082Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23/build-script-build`
33122024-04-03T20:03:43.164Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=25f17f60c6dcb96f -C extra-filename=-25f17f60c6dcb96f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
33132024-04-03T20:03:43.286Z Compiling compact_str v0.7.1
33142024-04-03T20:03:43.312Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d560443a1736a547 -C extra-filename=-d560443a1736a547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-8c24ffeaa780fe88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152024-04-03T20:03:44.295Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6ea74007ce23e4fb/build-script-build`
33162024-04-03T20:03:44.334Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-5ae80053673cc8eb/build-script-build`
33172024-04-03T20:03:44.359Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33182024-04-03T20:03:44.359Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a0525b7c8c340b6 -C extra-filename=-1a0525b7c8c340b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-64e05e8808e88490.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33192024-04-03T20:03:44.480Z Compiling lru v0.12.1
33202024-04-03T20:03:44.505Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=a06339c32e621258 -C extra-filename=-a06339c32e621258 --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-903a53ee9c1698c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212024-04-03T20:03:44.773Z Compiling stability v0.1.1
33222024-04-03T20:03:44.803Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e9fe1ec87e8fd62 -C extra-filename=-1e9fe1ec87e8fd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-04-03T20:03:45.741Z Compiling number_prefix v0.4.0
33242024-04-03T20:03:46.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=77bad155826264d6 -C extra-filename=-77bad155826264d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252024-04-03T20:03:46.684Z Compiling cassowary v0.3.0
33262024-04-03T20:03:46.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fff7a89a2b336ff -C extra-filename=-9fff7a89a2b336ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272024-04-03T20:03:47.107Z Compiling indoc v2.0.3
33282024-04-03T20:03:47.194Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d85b41e66811fb0 -C extra-filename=-8d85b41e66811fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292024-04-03T20:03:48.161Z Compiling ratatui v0.26.1
33302024-04-03T20:03:48.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=ea004ff21a68b928 -C extra-filename=-ea004ff21a68b928 --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-bed5a12aa0e3caec.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9fff7a89a2b336ff.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-d560443a1736a547.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-8d85b41e66811fb0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-a06339c32e621258.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-1e9fe1ec87e8fd62.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-04-03T20:03:48.259Z Compiling indicatif v0.17.8
33322024-04-03T20:03:48.288Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=94baeba3ff04b8fb -C extra-filename=-94baeba3ff04b8fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-77bad155826264d6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-25f17f60c6dcb96f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-04-03T20:03:49.126Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33342024-04-03T20:03:49.174Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10cfe55f237b3ce2 -C extra-filename=-10cfe55f237b3ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33352024-04-03T20:03:50.099Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33362024-04-03T20:03:50.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98abe425e326639a -C extra-filename=-98abe425e326639a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-98abe425e326639a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33372024-04-03T20:03:50.390Z Compiling unicode-linebreak v0.1.5
33382024-04-03T20:03:50.438Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a8664099e4e017 -C extra-filename=-46a8664099e4e017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392024-04-03T20:03:50.798Z Compiling smawk v0.3.1
33402024-04-03T20:03:50.828Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9b062209ef62d29 -C extra-filename=-d9b062209ef62d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-04-03T20:03:50.862Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-98abe425e326639a/build-script-build`
33422024-04-03T20:03:50.862Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
33432024-04-03T20:03:50.862Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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=bf7e6b605c8737da -C extra-filename=-bf7e6b605c8737da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
33442024-04-03T20:03:51.056Z Compiling textwrap v0.16.1
33452024-04-03T20:03:51.096Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=470c5afd0c327d91 -C extra-filename=-470c5afd0c327d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d9b062209ef62d29.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-46a8664099e4e017.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462024-04-03T20:03:52.127Z Compiling fatfs v0.3.6
33472024-04-03T20:03:52.152Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ff9799084301cee -C extra-filename=-4ff9799084301cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482024-04-03T20:03:52.888Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33492024-04-03T20:03:52.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c65ad6d18e8329db -C extra-filename=-c65ad6d18e8329db --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-5e3bfc1001098ea4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33502024-04-03T20:03:53.522Z Compiling is_ci v1.2.0
33512024-04-03T20:03:53.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb56e8c54f04e23 -C extra-filename=-1bb56e8c54f04e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-04-03T20:03:53.743Z Compiling supports-color v3.0.0
33532024-04-03T20:03:53.777Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10e4da2ca85f594c -C extra-filename=-10e4da2ca85f594c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-1bb56e8c54f04e23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542024-04-03T20:03:53.802Z Compiling rtoolbox v0.0.1
33552024-04-03T20:03:53.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e370098d61e739b -C extra-filename=-7e370098d61e739b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-04-03T20:03:54.129Z Compiling rpassword v7.3.1
33572024-04-03T20:03:54.171Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7059bfbaa965f98 -C extra-filename=-a7059bfbaa965f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-7e370098d61e739b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582024-04-03T20:03:54.208Z Compiling tui-tree-widget v0.19.0
33592024-04-03T20:03:54.208Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46218c2dd4d9f5af -C extra-filename=-46218c2dd4d9f5af --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-ea004ff21a68b928.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-04-03T20:03:54.438Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33612024-04-03T20:03:54.468Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc9b2655654b5753 -C extra-filename=-cc9b2655654b5753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33622024-04-03T20:03:54.495Z Compiling yansi v0.5.1
33632024-04-03T20:03:54.495Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30132c16fce6c612 -C extra-filename=-30132c16fce6c612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-04-03T20:03:54.826Z Compiling getrandom v0.1.16
33652024-04-03T20:03:55.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f76c342667c9e56e -C extra-filename=-f76c342667c9e56e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662024-04-03T20:03:55.461Z Compiling shell-words v1.1.0
33672024-04-03T20:03:55.488Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a46979d6857e869 -C extra-filename=-7a46979d6857e869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682024-04-03T20:03:55.739Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e/build-script-build`
33692024-04-03T20:03:55.775Z Compiling pretty_assertions v1.4.0
33702024-04-03T20:03:55.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=953366735e598540 -C extra-filename=-953366735e598540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-30132c16fce6c612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-04-03T20:03:56.118Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33722024-04-03T20:03:56.148Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88d8e6abe744b7a8 -C extra-filename=-88d8e6abe744b7a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33732024-04-03T20:03:56.175Z Compiling target-lexicon v0.12.13
33742024-04-03T20:03:56.176Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27e8eab95b09733a -C extra-filename=-27e8eab95b09733a --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-04-03T20:03:57.009Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a/build-script-build`
33762024-04-03T20:03:57.070Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f37df39cea38962f -C extra-filename=-f37df39cea38962f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-04-03T20:03:57.503Z Compiling rfc6979 v0.4.0
33782024-04-03T20:03:57.529Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fd19a1428515753 -C extra-filename=-1fd19a1428515753 --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-00025fcde1c50750.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-04-03T20:03:57.677Z Compiling guppy-workspace-hack v0.1.0
33802024-04-03T20:03:57.703Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f705b004f7c93a34 -C extra-filename=-f705b004f7c93a34 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-04-03T20:03:58.015Z Compiling winapi v0.3.9
33822024-04-03T20:03:58.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a4e51be2620813d4 -C extra-filename=-a4e51be2620813d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832024-04-03T20:03:58.892Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4/build-script-build`
33842024-04-03T20:03:58.931Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34/build-script-build`
33852024-04-03T20:03:59.448Z Compiling ecdsa v0.16.9
33862024-04-03T20:03:59.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -C metadata=49ed29fb1f9b1199 -C extra-filename=-49ed29fb1f9b1199 --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-996b9ba85656a83e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1fd19a1428515753.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-04-03T20:03:59.448Z Compiling rand_core v0.5.1
33882024-04-03T20:03:59.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=aaba7f3254ebf9d4 -C extra-filename=-aaba7f3254ebf9d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f37df39cea38962f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-04-03T20:03:59.449Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=23d57bfd7d6c0330 -C extra-filename=-23d57bfd7d6c0330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
33902024-04-03T20:03:59.689Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33912024-04-03T20:04:00.172Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5536c6d693c5d3a2 -C extra-filename=-5536c6d693c5d3a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33922024-04-03T20:04:00.173Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33932024-04-03T20:04:00.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40ec71c6b1b70cac -C extra-filename=-40ec71c6b1b70cac --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-5e9f0c27e4f6d78d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33942024-04-03T20:04:01.374Z Compiling primeorder v0.13.6
33952024-04-03T20:04:01.811Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb635bd3cf5a2ff2 -C extra-filename=-fb635bd3cf5a2ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962024-04-03T20:04:01.840Z Compiling cargo-platform v0.1.3
33972024-04-03T20:04:01.840Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e71d6129f8803ed1 -C extra-filename=-e71d6129f8803ed1 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-04-03T20:04:02.247Z Compiling rand v0.4.6
33992024-04-03T20:04:02.278Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=51ce9cc93dc6af99 -C extra-filename=-51ce9cc93dc6af99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-04-03T20:04:04.348Z Compiling remove_dir_all v0.5.3
34012024-04-03T20:04:04.375Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35b72fe6b2656acb -C extra-filename=-35b72fe6b2656acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-04-03T20:04:04.465Z Compiling assert_cmd v2.0.14
34032024-04-03T20:04:04.502Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b42efd23c6048b29 -C extra-filename=-b42efd23c6048b29 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042024-04-03T20:04:05.359Z Compiling option-ext v0.2.0
34052024-04-03T20:04:05.359Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=052cc284f0ba4e8e -C extra-filename=-052cc284f0ba4e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062024-04-03T20:04:05.388Z Compiling target-spec v3.1.0
34072024-04-03T20:04:05.388Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce043a2efeffe13f -C extra-filename=-ce043a2efeffe13f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-04-03T20:04:05.389Z Compiling dirs-sys v0.4.1
34092024-04-03T20:04:05.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=363b25cd14b5beac -C extra-filename=-363b25cd14b5beac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-052cc284f0ba4e8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-04-03T20:04:05.468Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f/build-script-build`
34112024-04-03T20:04:05.513Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29/build-script-build`
34122024-04-03T20:04:05.541Z Compiling tempdir v0.3.7
34132024-04-03T20:04:05.541Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c96322690e2aad70 -C extra-filename=-c96322690e2aad70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-51ce9cc93dc6af99.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-35b72fe6b2656acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-04-03T20:04:05.569Z Compiling cargo_metadata v0.18.1
34152024-04-03T20:04:05.569Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=aea7f85b2812e6fb -C extra-filename=-aea7f85b2812e6fb --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-aa5affffdef128b1.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-e71d6129f8803ed1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-04-03T20:04:05.894Z Compiling cfg-expr v0.15.6
34172024-04-03T20:04:06.572Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=d68085c46b926c3a -C extra-filename=-d68085c46b926c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-04-03T20:04:06.934Z Compiling rand_chacha v0.2.2
34192024-04-03T20:04:06.973Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=fc9fb8b028d96125 -C extra-filename=-fc9fb8b028d96125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-04-03T20:04:08.082Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa600b20b2defa3f -C extra-filename=-aa600b20b2defa3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212024-04-03T20:04:08.207Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a24045c39c0e3a1f -C extra-filename=-a24045c39c0e3a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-04-03T20:04:08.296Z Compiling polyval v0.6.1
34232024-04-03T20:04:08.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6864e66432fc2581 -C extra-filename=-6864e66432fc2581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-04-03T20:04:08.788Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
34252024-04-03T20:04:08.788Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8e1e36a8c388af7 -C extra-filename=-c8e1e36a8c388af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34262024-04-03T20:04:08.789Z Compiling ed25519 v2.2.2
34272024-04-03T20:04:08.789Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=332f2907e4144330 -C extra-filename=-332f2907e4144330 --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-87fa9ebc53729cb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-04-03T20:04:09.041Z Compiling http-body v1.0.0
34292024-04-03T20:04:09.071Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d23f87cf3cc06de5 -C extra-filename=-d23f87cf3cc06de5 --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302024-04-03T20:04:09.257Z Compiling aes v0.8.3
34312024-04-03T20:04:09.257Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1b30d823103f74bd -C extra-filename=-1b30d823103f74bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-04-03T20:04:11.512Z Compiling ctr v0.9.2
34332024-04-03T20:04:11.546Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5f1826d8530e595d -C extra-filename=-5f1826d8530e595d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342024-04-03T20:04:11.850Z Compiling blowfish v0.9.1
34352024-04-03T20:04:11.893Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=3c900f8eda294584 -C extra-filename=-3c900f8eda294584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362024-04-03T20:04:12.271Z Compiling password-hash v0.4.2
34372024-04-03T20:04:12.302Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=5132c1c64484c3f9 -C extra-filename=-5132c1c64484c3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-04-03T20:04:13.177Z Compiling pbkdf2 v0.12.2
34392024-04-03T20:04:13.216Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10ca80e318fb5c05 -C extra-filename=-10ca80e318fb5c05 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-04-03T20:04:13.344Z Compiling tower-layer v0.3.2
34412024-04-03T20:04:13.374Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09077b029317ca76 -C extra-filename=-09077b029317ca76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-04-03T20:04:13.626Z Compiling hex-literal v0.4.1
34432024-04-03T20:04:13.652Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2513e0b503e3c04 -C extra-filename=-e2513e0b503e3c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-04-03T20:04:13.790Z Compiling plotters-backend v0.3.5
34452024-04-03T20:04:13.819Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49253664c8d3e460 -C extra-filename=-49253664c8d3e460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-04-03T20:04:14.309Z Compiling plotters-svg v0.3.5
34472024-04-03T20:04:14.333Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20b6799c78a94d6f -C extra-filename=-20b6799c78a94d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482024-04-03T20:04:14.743Z Compiling tower v0.4.13
34492024-04-03T20:04:14.796Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=dfc4093875a3c35d -C extra-filename=-dfc4093875a3c35d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09077b029317ca76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-04-03T20:04:15.487Z Compiling bcrypt-pbkdf v0.10.0
34512024-04-03T20:04:15.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc9663b5e265c55e -C extra-filename=-cc9663b5e265c55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-3c900f8eda294584.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-10ca80e318fb5c05.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-04-03T20:04:16.015Z Compiling pbkdf2 v0.11.0
34532024-04-03T20:04:16.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=8dcb6356474954fe -C extra-filename=-8dcb6356474954fe --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-a6c53878d7a38e90.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-5132c1c64484c3f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542024-04-03T20:04:16.349Z Compiling hyper v1.1.0
34552024-04-03T20:04:16.381Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=690067a095766ea7 -C extra-filename=-690067a095766ea7 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-04-03T20:04:18.621Z Compiling ed25519-dalek v2.0.0
34572024-04-03T20:04:18.665Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=f3de597316d4cee3 -C extra-filename=-f3de597316d4cee3 --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-4580cc12a6811996.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-332f2907e4144330.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-04-03T20:04:19.873Z Compiling ghash v0.5.0
34592024-04-03T20:04:20.021Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d17fcbb2211cf4 -C extra-filename=-11d17fcbb2211cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6864e66432fc2581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602024-04-03T20:04:20.022Z Compiling russh-cryptovec v0.7.0
34612024-04-03T20:04:20.022Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba55d2592c4ac58e -C extra-filename=-ba55d2592c4ac58e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-a24045c39c0e3a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622024-04-03T20:04:20.068Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a3d5c8f130b2dc2 -C extra-filename=-9a3d5c8f130b2dc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-d68085c46b926c3a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-04-03T20:04:20.741Z Compiling rand v0.7.3
34642024-04-03T20:04:20.791Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=41b51c274b969679 -C extra-filename=-41b51c274b969679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f37df39cea38962f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc9fb8b028d96125.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-04-03T20:04:22.394Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
34662024-04-03T20:04:22.421Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=c8b2d70e3a9d9800 -C extra-filename=-c8b2d70e3a9d9800 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-c8b2d70e3a9d9800 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-3fe1294dca58d367.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672024-04-03T20:04:22.720Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63a229e6433e08ec -C extra-filename=-63a229e6433e08ec --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-4a98c9e1acd0c2f3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682024-04-03T20:04:23.851Z Compiling dirs v5.0.1
34692024-04-03T20:04:23.877Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f4100883dbf8a91 -C extra-filename=-4f4100883dbf8a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-363b25cd14b5beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702024-04-03T20:04:24.032Z Compiling p256 v0.13.2
34712024-04-03T20:04:24.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=e3d9e65b6ed68bb7 -C extra-filename=-e3d9e65b6ed68bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722024-04-03T20:04:24.264Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-c8b2d70e3a9d9800/build-script-bindings`
34732024-04-03T20:04:24.752Z Compiling p521 v0.13.3
34742024-04-03T20:04:24.780Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=bd9777140ee4de3f -C extra-filename=-bd9777140ee4de3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752024-04-03T20:04:25.979Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=63656a7207b6e847 -C extra-filename=-63656a7207b6e847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-9292c8498888af10.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-a9763132c4e65c8c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-f23bd9177bc14bad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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`
34762024-04-03T20:04:26.310Z Compiling pathdiff v0.2.1
34772024-04-03T20:04:26.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=14f76ce06487ba1d -C extra-filename=-14f76ce06487ba1d --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-aa5affffdef128b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782024-04-03T20:04:26.869Z Compiling cbc v0.1.2
34792024-04-03T20:04:26.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=4d0bc2910b4869e0 -C extra-filename=-4d0bc2910b4869e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-04-03T20:04:26.870Z Compiling md5 v0.7.0
34812024-04-03T20:04:26.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b994b2fa2a729cb8 -C extra-filename=-b994b2fa2a729cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-04-03T20:04:26.870Z Compiling nested v0.1.1
34832024-04-03T20:04:26.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nested /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffc48c6922f462cd -C extra-filename=-ffc48c6922f462cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-04-03T20:04:26.957Z Compiling cast v0.3.0
34852024-04-03T20:04:26.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2cb3e73b52ae798 -C extra-filename=-f2cb3e73b52ae798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-04-03T20:04:27.079Z Compiling guppy v0.17.5
34872024-04-03T20:04:27.988Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89a988bf26a214f1 -C extra-filename=-89a988bf26a214f1 --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-bbfc89eae5e2d3b2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-aea7f85b2812e6fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-ffc48c6922f462cd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-14f76ce06487ba1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-9a3d5c8f130b2dc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-04-03T20:04:27.988Z Compiling criterion-plot v0.5.0
34892024-04-03T20:04:27.988Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e649382cb7370c -C extra-filename=-94e649382cb7370c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-04-03T20:04:28.135Z Compiling russh-keys v0.42.0
34912024-04-03T20:04:28.171Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8853f4189ccb76a -C extra-filename=-d8853f4189ccb76a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-cc9663b5e265c55e.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-51ee63e7469d9b72.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d0bc2910b4869e0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-4f4100883dbf8a91.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f3de597316d4cee3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b994b2fa2a729cb8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e3d9e65b6ed68bb7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-bd9777140ee4de3f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8dcb6356474954fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41b51c274b969679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-04-03T20:04:30.806Z Compiling aes-gcm v0.10.3
34932024-04-03T20:04:30.843Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=a6e732ac8e77657c -C extra-filename=-a6e732ac8e77657c --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-006636b63ef3e5f2.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-11d17fcbb2211cf4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-04-03T20:04:31.010Z Compiling hyper-util v0.1.2
34952024-04-03T20:04:31.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=ded48a84a3650cd1 -C extra-filename=-ded48a84a3650cd1 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-dfc4093875a3c35d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-04-03T20:04:33.039Z Compiling plotters v0.3.5
34972024-04-03T20:04:33.079Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=5550e921665ca3ec -C extra-filename=-5550e921665ca3ec --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-21b07e30d4dab7ed.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-20b6799c78a94d6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982024-04-03T20:04:33.569Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
34992024-04-03T20:04:33.606Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=626467066399fe0a -C extra-filename=-626467066399fe0a --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-7d61e13c08c9e05e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35002024-04-03T20:04:34.510Z Compiling rustls-native-certs v0.7.0
35012024-04-03T20:04:34.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49425771fc020521 -C extra-filename=-49425771fc020521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022024-04-03T20:04:34.844Z Compiling httptest v0.15.5
35032024-04-03T20:04:34.874Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eea617539e3628e6 -C extra-filename=-eea617539e3628e6 --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-354ed4aae11869be.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042024-04-03T20:04:35.009Z Compiling tinytemplate v1.2.1
35052024-04-03T20:04:35.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8b93c28319277c5 -C extra-filename=-d8b93c28319277c5 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-04-03T20:04:35.962Z Compiling threadpool v1.8.1
35072024-04-03T20:04:35.993Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2166907a3766bea3 -C extra-filename=-2166907a3766bea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082024-04-03T20:04:36.717Z Compiling oorandom v11.1.3
35092024-04-03T20:04:36.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84ad2bd6a1fda5f3 -C extra-filename=-84ad2bd6a1fda5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-04-03T20:04:37.246Z Compiling dhcproto-macros v0.1.0
35112024-04-03T20:04:37.247Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=381035e320ee102f -C extra-filename=-381035e320ee102f --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`
35122024-04-03T20:04:37.247Z Compiling anes v0.1.6
35132024-04-03T20:04:37.247Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a205b135b9326db0 -C extra-filename=-a205b135b9326db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-04-03T20:04:37.333Z Compiling criterion v0.5.1
35152024-04-03T20:04:37.364Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=a94ff090386724c9 -C extra-filename=-a94ff090386724c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-a205b135b9326db0.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-94e649382cb7370c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-84ad2bd6a1fda5f3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5550e921665ca3ec.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-d8b93c28319277c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162024-04-03T20:04:37.364Z Compiling libtest-mimic v0.6.1
35172024-04-03T20:04:37.390Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=684700f0fac4d43a -C extra-filename=-684700f0fac4d43a --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-4375ce6eb40991fe.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-2166907a3766bea3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182024-04-03T20:04:37.751Z Compiling dhcproto v0.11.0
35192024-04-03T20:04:37.780Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9ac03691890b1cdc -C extra-filename=-9ac03691890b1cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-381035e320ee102f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202024-04-03T20:04:38.962Z Compiling hyper-rustls v0.26.0
35212024-04-03T20:04:39.399Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=07e61238cdbbb096 -C extra-filename=-07e61238cdbbb096 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ded48a84a3650cd1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49425771fc020521.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
35222024-04-03T20:04:39.431Z Compiling russh v0.42.0
35232024-04-03T20:04:39.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=365bec06cb7a349f -C extra-filename=-365bec06cb7a349f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a6e732ac8e77657c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4580cc12a6811996.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d8853f4189ccb76a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-04-03T20:04:39.871Z Compiling rstest_macros v0.18.2
35252024-04-03T20:04:39.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=4f3d7799d0bb5e16 -C extra-filename=-4f3d7799d0bb5e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-04-03T20:04:39.941Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35272024-04-03T20:04:39.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c12e2219a5aeede3 -C extra-filename=-c12e2219a5aeede3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-04-03T20:04:40.242Z Compiling internet-checksum v0.2.1
35292024-04-03T20:04:40.278Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2000379b6d2d4413 -C extra-filename=-2000379b6d2d4413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-04-03T20:04:40.341Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16/build-script-build`
35312024-04-03T20:04:40.431Z Compiling datatest-stable v0.2.3
35322024-04-03T20:04:40.475Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e002312801878a31 -C extra-filename=-e002312801878a31 --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-aa5affffdef128b1.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-684700f0fac4d43a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332024-04-03T20:04:40.475Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35342024-04-03T20:04:40.475Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3fb0b08efc4ce70 -C extra-filename=-b3fb0b08efc4ce70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35352024-04-03T20:04:40.911Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35362024-04-03T20:04:40.911Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4168511ff4ee567 -C extra-filename=-c4168511ff4ee567 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-c4168511ff4ee567 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35372024-04-03T20:04:40.943Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35382024-04-03T20:04:40.943Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f56f9dd0cb87008 -C extra-filename=-0f56f9dd0cb87008 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-0f56f9dd0cb87008 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35392024-04-03T20:04:40.971Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35402024-04-03T20:04:40.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=058c44627467c05c -C extra-filename=-058c44627467c05c --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-058c44627467c05c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35412024-04-03T20:04:41.438Z Compiling similar-asserts v1.5.0
35422024-04-03T20:04:41.484Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=44251199ac83f0ed -C extra-filename=-44251199ac83f0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-04-03T20:04:41.484Z Compiling csv-core v0.1.11
35442024-04-03T20:04:41.485Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3ade9f84229d8bec -C extra-filename=-3ade9f84229d8bec --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-04-03T20:04:42.336Z Compiling trybuild v1.0.89
35462024-04-03T20:04:42.336Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a05899c9be797ad -C extra-filename=-0a05899c9be797ad --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472024-04-03T20:04:42.368Z Compiling relative-path v1.9.0
35482024-04-03T20:04:42.368Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=819003fabf5f1bb9 -C extra-filename=-819003fabf5f1bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492024-04-03T20:04:42.368Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad/build-script-build`
35502024-04-03T20:04:42.368Z Compiling csv v1.3.0
35512024-04-03T20:04:42.368Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2cf7201a1819bb2 -C extra-filename=-e2cf7201a1819bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-3ade9f84229d8bec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522024-04-03T20:04:42.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=8e4127791ad60592 -C extra-filename=-8e4127791ad60592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-819003fabf5f1bb9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532024-04-03T20:04:43.417Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35542024-04-03T20:04:43.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f44b7c80555873a -C extra-filename=-4f44b7c80555873a --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-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-365bec06cb7a349f.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d8853f4189ccb76a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35552024-04-03T20:04:45.234Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-058c44627467c05c/build-script-build`
35562024-04-03T20:04:45.258Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-0f56f9dd0cb87008/build-script-build`
35572024-04-03T20:04:45.287Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-c4168511ff4ee567/build-script-build`
35582024-04-03T20:04:45.315Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35592024-04-03T20:04:45.316Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d591c48c05494fd -C extra-filename=-6d591c48c05494fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35602024-04-03T20:04:46.663Z Compiling multimap v0.10.0
35612024-04-03T20:04:46.694Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' -C metadata=fc8b59f3d8f2bf64 -C extra-filename=-fc8b59f3d8f2bf64 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622024-04-03T20:04:46.943Z Compiling basic-toml v0.1.8
35632024-04-03T20:04:46.970Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f18a11eec4f1efa4 -C extra-filename=-f18a11eec4f1efa4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642024-04-03T20:04:47.471Z Compiling futures-timer v3.0.2
35652024-04-03T20:04:47.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb8a78d10fa9986 -C extra-filename=-8cb8a78d10fa9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-04-03T20:04:48.228Z Compiling constant_time_eq v0.2.6
35672024-04-03T20:04:48.261Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ea7d32dd42bc1fc4 -C extra-filename=-ea7d32dd42bc1fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682024-04-03T20:04:48.404Z Compiling blake2b_simd v1.0.1
35692024-04-03T20:04:48.441Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=61771fdc4ccbaaf2 -C extra-filename=-61771fdc4ccbaaf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ea7d32dd42bc1fc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702024-04-03T20:04:48.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=948b575cc4612ac3 -C extra-filename=-948b575cc4612ac3 --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-f18a11eec4f1efa4.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712024-04-03T20:04:48.813Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35722024-04-03T20:04:48.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4b44f42a09455be -C extra-filename=-a4b44f42a09455be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35732024-04-03T20:04:48.838Z Compiling partial-io v0.5.4
35742024-04-03T20:04:48.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=6b5576bee720e4af -C extra-filename=-6b5576bee720e4af --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-7f8d1a4c7393b54e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752024-04-03T20:04:49.255Z Compiling approx v0.5.1
35762024-04-03T20:04:49.279Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=25e4f07d429ae077 -C extra-filename=-25e4f07d429ae077 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-04-03T20:04:49.475Z Compiling rust-argon2 v2.1.0
35782024-04-03T20:04:49.502Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=41b14d6505b7bda2 -C extra-filename=-41b14d6505b7bda2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-61771fdc4ccbaaf2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792024-04-03T20:04:50.835Z Compiling rstest v0.18.2
35802024-04-03T20:04:50.861Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=31e1623252e80faa -C extra-filename=-31e1623252e80faa --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-7f8d1a4c7393b54e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-8cb8a78d10fa9986.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8e4127791ad60592.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812024-04-03T20:04:50.886Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35822024-04-03T20:04:50.886Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5eadc54aa873f8f3 -C extra-filename=-5eadc54aa873f8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8a85e60ea9cf330b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35832024-04-03T20:04:51.080Z Compiling cargo_toml v0.19.0
35842024-04-03T20:04:51.114Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=333613c1de27d097 -C extra-filename=-333613c1de27d097 --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-38978e6989816a15.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852024-04-03T20:04:52.641Z Compiling termios v0.3.3
35862024-04-03T20:04:52.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71e9d7bbe0bee3d5 -C extra-filename=-71e9d7bbe0bee3d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872024-04-03T20:04:52.852Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35882024-04-03T20:04:52.888Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=778bb1e4feaaf9d4 -C extra-filename=-778bb1e4feaaf9d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35892024-04-03T20:04:53.214Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3a95215c1dc05318 -C extra-filename=-3a95215c1dc05318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5eadc54aa873f8f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8a85e60ea9cf330b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35902024-04-03T20:04:55.317Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19d587205484d206 -C extra-filename=-19d587205484d206 --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-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-a94ff090386724c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41b14d6505b7bda2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35912024-04-03T20:04:55.861Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d46abb10cb28b1ab -C extra-filename=-d46abb10cb28b1ab --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-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-90c0c0fa4600c290.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-948b575cc4612ac3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35922024-04-03T20:04:56.331Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3376ef992638a619 -C extra-filename=-3376ef992638a619 --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-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-90c0c0fa4600c290.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-948b575cc4612ac3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35932024-04-03T20:04:56.568Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=69e3d1808af9d6db -C extra-filename=-69e3d1808af9d6db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35942024-04-03T20:04:58.296Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35952024-04-03T20:04:58.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=453c24689eab783f -C extra-filename=-453c24689eab783f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-aea7f85b2812e6fb.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-333613c1de27d097.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962024-04-03T20:04:58.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=332246a47e7a6a4e -C extra-filename=-332246a47e7a6a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-89a988bf26a214f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35972024-04-03T20:04:58.947Z Compiling polar-core v0.27.0
35982024-04-03T20:04:58.947Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=9afffdf86e5b46b0 -C extra-filename=-9afffdf86e5b46b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9afffdf86e5b46b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-aa55a21b55b7b0cf.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-04-03T20:04:59.013Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06eada9564dc0024 -C extra-filename=-06eada9564dc0024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36002024-04-03T20:04:59.091Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7ee1e670149a8228 -C extra-filename=-7ee1e670149a8228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a4b44f42a09455be.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36012024-04-03T20:05:00.039Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9afffdf86e5b46b0/build-script-build`
36022024-04-03T20:05:00.204Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a1b1c0e112401a77 -C extra-filename=-a1b1c0e112401a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a4b44f42a09455be.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36032024-04-03T20:05:00.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3de1ee113c0b4fe4 -C extra-filename=-3de1ee113c0b4fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-89a988bf26a214f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36042024-04-03T20:05:01.017Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=87246d05ef0547d9 -C extra-filename=-87246d05ef0547d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36052024-04-03T20:05:01.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=dfc009d4fcb6edc8 -C extra-filename=-dfc009d4fcb6edc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a91c0b8873e30fcc.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-15048ac8a35bc7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062024-04-03T20:05:01.899Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0e3a4baee60c888b -C extra-filename=-0e3a4baee60c888b --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-4f44b7c80555873a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-365bec06cb7a349f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d8853f4189ccb76a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36072024-04-03T20:05:04.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7a4f946377ee9f5 -C extra-filename=-c7a4f946377ee9f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36082024-04-03T20:05:07.891Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e3110971f2ba862 -C extra-filename=-8e3110971f2ba862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-64e05e8808e88490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36092024-04-03T20:05:16.224Z Compiling oso v0.27.0
36102024-04-03T20:05:16.259Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=b5c8878f027c1e69 -C extra-filename=-b5c8878f027c1e69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-904f8cc61ce834c6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-caf000e802893a57.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-dfc009d4fcb6edc8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112024-04-03T20:05:21.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=d25ca16c655a5683 -C extra-filename=-d25ca16c655a5683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-64fdd309c5534059.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f5bc0aeb5666684.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-508f43621ce3e883.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6238a9a857b02524.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b5c8878f027c1e69.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36122024-04-03T20:05:21.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2acafd965b93d84d -C extra-filename=-2acafd965b93d84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-89a988bf26a214f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36132024-04-03T20:05:22.879Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0bb88877d16603ac -C extra-filename=-0bb88877d16603ac --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-365bec06cb7a349f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d8853f4189ccb76a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36142024-04-03T20:05:24.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b5aac493f74a7d5b -C extra-filename=-b5aac493f74a7d5b --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-4f44b7c80555873a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-365bec06cb7a349f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d8853f4189ccb76a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36152024-04-03T20:05:25.969Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b1e81991125c6eee -C extra-filename=-b1e81991125c6eee --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-4f44b7c80555873a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-365bec06cb7a349f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d8853f4189ccb76a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36162024-04-03T20:05:27.459Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=81c207babaa97253 -C extra-filename=-81c207babaa97253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-89a988bf26a214f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36172024-04-03T20:05:29.310Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d1694a5036baac94 -C extra-filename=-d1694a5036baac94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-89a988bf26a214f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36182024-04-03T20:05:29.386Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e03bd6180d8bbc76 -C extra-filename=-e03bd6180d8bbc76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36192024-04-03T20:05:29.981Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ffa1e6b40216c09e -C extra-filename=-ffa1e6b40216c09e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b3fb0b08efc4ce70.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6d591c48c05494fd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36202024-04-03T20:05:31.376Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f148c514b4ed81b -C extra-filename=-6f148c514b4ed81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6d591c48c05494fd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36212024-04-03T20:05:41.051Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1221ea1af617737d -C extra-filename=-1221ea1af617737d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b3fb0b08efc4ce70.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6d591c48c05494fd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36222024-04-03T20:05:43.799Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b89815b3f7806f0e -C extra-filename=-b89815b3f7806f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b3fb0b08efc4ce70.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36232024-04-03T20:05:46.399Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3f21117b912cc68d -C extra-filename=-3f21117b912cc68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b3fb0b08efc4ce70.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36242024-04-03T20:05:46.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=955a1e2607438836 -C extra-filename=-955a1e2607438836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36252024-04-03T20:05:52.192Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=03f5071a212a85a6 -C extra-filename=-03f5071a212a85a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36262024-04-03T20:05:52.685Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36272024-04-03T20:05:52.714Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99733b7754d1ad83 -C extra-filename=-99733b7754d1ad83 --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-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36282024-04-03T20:05:53.915Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36292024-04-03T20:05:54.068Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=041554cf97541121 -C extra-filename=-041554cf97541121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36302024-04-03T20:05:54.068Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee1895581c5b1975 -C extra-filename=-ee1895581c5b1975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36312024-04-03T20:05:55.283Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00237958f8cef23c -C extra-filename=-00237958f8cef23c --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36322024-04-03T20:05:55.791Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36332024-04-03T20:05:55.844Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=e0293490ec4eacdf -C extra-filename=-e0293490ec4eacdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36342024-04-03T20:05:56.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9574c4f4ce053948 -C extra-filename=-9574c4f4ce053948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36352024-04-03T20:05:59.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d0f44d2eb4bcd61b -C extra-filename=-d0f44d2eb4bcd61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36362024-04-03T20:05:59.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=dd3d544f7e43e6ac -C extra-filename=-dd3d544f7e43e6ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36372024-04-03T20:06:01.002Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d56ee1ffb0ee077e -C extra-filename=-d56ee1ffb0ee077e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-89a988bf26a214f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36382024-04-03T20:06:02.830Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e5bd6b803e6207f4 -C extra-filename=-e5bd6b803e6207f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36392024-04-03T20:06:03.073Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=635798afa1accc20 -C extra-filename=-635798afa1accc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36402024-04-03T20:06:03.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=10d9eb312fac8332 -C extra-filename=-10d9eb312fac8332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36412024-04-03T20:06:05.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2c130935db839fe2 -C extra-filename=-2c130935db839fe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36422024-04-03T20:06:06.523Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cb3d5e124b95b2a9 -C extra-filename=-cb3d5e124b95b2a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36432024-04-03T20:06:07.948Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4232b18868a5a73a -C extra-filename=-4232b18868a5a73a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36442024-04-03T20:06:08.069Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a20865f163e32ad -C extra-filename=-0a20865f163e32ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36452024-04-03T20:06:10.301Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=76b62d7fad469841 -C extra-filename=-76b62d7fad469841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36462024-04-03T20:06:11.386Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b5075e4d2d56ba93 -C extra-filename=-b5075e4d2d56ba93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36472024-04-03T20:06:11.894Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7df4e098d6689deb -C extra-filename=-7df4e098d6689deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36482024-04-03T20:06:17.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eb0e1afc738199e3 -C extra-filename=-eb0e1afc738199e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36492024-04-03T20:06:19.102Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3be08a9eb876c612 -C extra-filename=-3be08a9eb876c612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36502024-04-03T20:06:20.574Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ec0e00390981e688 -C extra-filename=-ec0e00390981e688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36512024-04-03T20:06:22.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ecca8e88798c881e -C extra-filename=-ecca8e88798c881e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36522024-04-03T20:06:22.492Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c8212b3c21cca0f6 -C extra-filename=-c8212b3c21cca0f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36532024-04-03T20:06:22.910Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fbd5f307eff7c7ce -C extra-filename=-fbd5f307eff7c7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36542024-04-03T20:06:24.253Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5f79103ee66de38 -C extra-filename=-d5f79103ee66de38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36552024-04-03T20:06:28.595Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d70347c0584809a4 -C extra-filename=-d70347c0584809a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36562024-04-03T20:06:30.309Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=57d41be9d82f6f81 -C extra-filename=-57d41be9d82f6f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36572024-04-03T20:06:32.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cd00ecafb065e18 -C extra-filename=-6cd00ecafb065e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36582024-04-03T20:06:33.995Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=27112ed30b2921c3 -C extra-filename=-27112ed30b2921c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-64fdd309c5534059.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f5bc0aeb5666684.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-508f43621ce3e883.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6238a9a857b02524.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b5c8878f027c1e69.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36592024-04-03T20:06:34.994Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5001ed12c71e565f -C extra-filename=-5001ed12c71e565f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36602024-04-03T20:06:37.093Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01b51bd7a8c323f5 -C extra-filename=-01b51bd7a8c323f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-a94ff090386724c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36612024-04-03T20:06:42.793Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=e305ab38e9c03287 -C extra-filename=-e305ab38e9c03287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36622024-04-03T20:06:44.266Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=da8c4061c162dc32 -C extra-filename=-da8c4061c162dc32 --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-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36632024-04-03T20:06:46.961Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=102bd4416f643a44 -C extra-filename=-102bd4416f643a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36642024-04-03T20:06:47.107Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dde22e789f23b28d -C extra-filename=-dde22e789f23b28d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36652024-04-03T20:06:56.755Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=83e417fc3252b541 -C extra-filename=-83e417fc3252b541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36662024-04-03T20:06:57.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=884fbf4e15fcaa16 -C extra-filename=-884fbf4e15fcaa16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36672024-04-03T20:06:58.953Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e16b94ba7db34463 -C extra-filename=-e16b94ba7db34463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36682024-04-03T20:06:59.344Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=235670d47923b1eb -C extra-filename=-235670d47923b1eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36692024-04-03T20:07:11.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2b6ba5e3a84c312e -C extra-filename=-2b6ba5e3a84c312e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36702024-04-03T20:07:18.937Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=587667b1f53e4540 -C extra-filename=-587667b1f53e4540 --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-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36712024-04-03T20:07:26.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=efa5168f61b453b3 -C extra-filename=-efa5168f61b453b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8a85e60ea9cf330b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36722024-04-03T20:07:26.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=e23659847b9f4638 -C extra-filename=-e23659847b9f4638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36732024-04-03T20:07:29.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=720b45a2b54708f8 -C extra-filename=-720b45a2b54708f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36742024-04-03T20:07:31.244Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f896d566e95e6b9b -C extra-filename=-f896d566e95e6b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-64e05e8808e88490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36752024-04-03T20:07:32.521Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1f3641158e4c061d -C extra-filename=-1f3641158e4c061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
36762024-04-03T20:07:35.924Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a756732bfe4c7955 -C extra-filename=-a756732bfe4c7955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8d27b84a693a1bad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36772024-04-03T20:07:38.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a2b3ad946b1da2e2 -C extra-filename=-a2b3ad946b1da2e2 --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-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36782024-04-03T20:07:42.463Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aeff99c16d9023f3 -C extra-filename=-aeff99c16d9023f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8d27b84a693a1bad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36792024-04-03T20:07:52.197Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d996c8eca00890e -C extra-filename=-7d996c8eca00890e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8d27b84a693a1bad.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36802024-04-03T20:07:52.197Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dcf1f32848d5bd3c -C extra-filename=-dcf1f32848d5bd3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
36812024-04-03T20:07:52.197Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=df03001a74739251 -C extra-filename=-df03001a74739251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8d27b84a693a1bad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36822024-04-03T20:07:55.876Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=837e2e8999f7338d -C extra-filename=-837e2e8999f7338d --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-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36832024-04-03T20:07:56.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e6a6821931bdc8f8 -C extra-filename=-e6a6821931bdc8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36842024-04-03T20:08:02.280Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=c226637a6188e177 -C extra-filename=-c226637a6188e177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36852024-04-03T20:08:03.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=9c1d80f5453dd093 -C extra-filename=-9c1d80f5453dd093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36862024-04-03T20:08:09.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=659536e04befc327 -C extra-filename=-659536e04befc327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36872024-04-03T20:08:11.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=2131a03eb5007bb7 -C extra-filename=-2131a03eb5007bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36882024-04-03T20:08:22.925Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2d28f13e073a443f -C extra-filename=-2d28f13e073a443f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-508f43621ce3e883.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36892024-04-03T20:08:23.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0aa630c3c1327117 -C extra-filename=-0aa630c3c1327117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36902024-04-03T20:08:25.265Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=63db140bece130a2 -C extra-filename=-63db140bece130a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36912024-04-03T20:08:26.314Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2efef9f896d0a79d -C extra-filename=-2efef9f896d0a79d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36922024-04-03T20:08:28.571Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=96cd6294a62783ef -C extra-filename=-96cd6294a62783ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3bb079b634828386.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-1e48b485d5ff4912.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36932024-04-03T20:08:30.372Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f8d0aa562a521033 -C extra-filename=-f8d0aa562a521033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3bb079b634828386.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-1e48b485d5ff4912.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36942024-04-03T20:08:33.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=48698ed251aedbae -C extra-filename=-48698ed251aedbae --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36952024-04-03T20:08:42.071Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=56d53e7c4697752d -C extra-filename=-56d53e7c4697752d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36962024-04-03T20:08:42.657Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=d693e5f0494be556 -C extra-filename=-d693e5f0494be556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36972024-04-03T20:08:59.498Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
36982024-04-03T20:09:00.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a41a05b5ab04d32 -C extra-filename=-7a41a05b5ab04d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
36992024-04-03T20:09:00.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f3e201b4296f11fb -C extra-filename=-f3e201b4296f11fb --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-db84444bd088c958.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37002024-04-03T20:09:00.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2b196ca4d8ca43bc -C extra-filename=-2b196ca4d8ca43bc --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37012024-04-03T20:09:00.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25b08119ca5950ff -C extra-filename=-25b08119ca5950ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37022024-04-03T20:09:00.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a957cde0bb92d536 -C extra-filename=-a957cde0bb92d536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37032024-04-03T20:09:00.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3ee183bb629e180 -C extra-filename=-e3ee183bb629e180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37042024-04-03T20:09:01.408Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ababc5641848ed0 -C extra-filename=-2ababc5641848ed0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37052024-04-03T20:09:02.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=b3221edfe7b49c07 -C extra-filename=-b3221edfe7b49c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37062024-04-03T20:09:05.462Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d7dc110a4b051c4b -C extra-filename=-d7dc110a4b051c4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d3de256108314328.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37072024-04-03T20:09:07.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=46d6195b183a92e9 -C extra-filename=-46d6195b183a92e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37082024-04-03T20:09:28.870Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
37092024-04-03T20:09:28.910Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19601841aa80a353 -C extra-filename=-19601841aa80a353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37102024-04-03T20:09:30.280Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4494614655ab7005 -C extra-filename=-4494614655ab7005 --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-7d61e13c08c9e05e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37112024-04-03T20:09:30.280Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a4bb24129f846e8d -C extra-filename=-a4bb24129f846e8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37122024-04-03T20:09:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2d0d0a945ba156f0 -C extra-filename=-2d0d0a945ba156f0 --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-d4ddcd8882ab4891.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37132024-04-03T20:09:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2e5887545e2ab50 -C extra-filename=-f2e5887545e2ab50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37142024-04-03T20:09:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=56ba069b36fb5ea7 -C extra-filename=-56ba069b36fb5ea7 --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-db84444bd088c958.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37152024-04-03T20:09:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b15606d07fcf185f -C extra-filename=-b15606d07fcf185f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-022a02655bb08666.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-620c451cdcf08354.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37162024-04-03T20:09:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=9fcdb385ac7e070b -C extra-filename=-9fcdb385ac7e070b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7db66f1d56450c08.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37172024-04-03T20:09:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=f47a113c60a9ac87 -C extra-filename=-f47a113c60a9ac87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7db66f1d56450c08.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37182024-04-03T20:09:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=8fbfb5e48c60420a -C extra-filename=-8fbfb5e48c60420a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7db66f1d56450c08.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37192024-04-03T20:09:30.390Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e3fc8c851d3e1795 -C extra-filename=-e3fc8c851d3e1795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37202024-04-03T20:09:30.423Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37212024-04-03T20:09:30.423Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4dc1460152f424da -C extra-filename=-4dc1460152f424da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37222024-04-03T20:09:32.142Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37232024-04-03T20:09:32.174Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1b03c44de3420b16 -C extra-filename=-1b03c44de3420b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37242024-04-03T20:09:32.639Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7d4e88f16cfa98eb -C extra-filename=-7d4e88f16cfa98eb --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-d4ddcd8882ab4891.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37252024-04-03T20:09:33.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e536e8d9da82dc5a -C extra-filename=-e536e8d9da82dc5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37262024-04-03T20:09:38.276Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4f7a8fc4ab11909a -C extra-filename=-4f7a8fc4ab11909a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37272024-04-03T20:09:39.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a8f90c1117988ff4 -C extra-filename=-a8f90c1117988ff4 --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37282024-04-03T20:09:41.723Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9de66d5eb04c0a4b -C extra-filename=-9de66d5eb04c0a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37292024-04-03T20:09:41.723Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=49ddddea36714807 -C extra-filename=-49ddddea36714807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a77b9e79295d7c3f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-372c5b945d12b23b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37302024-04-03T20:09:42.403Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=f9baea967cfda88f -C extra-filename=-f9baea967cfda88f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-022a02655bb08666.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37312024-04-03T20:09:42.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=22cad7545d91302b -C extra-filename=-22cad7545d91302b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37322024-04-03T20:09:47.531Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0502fa7b2f230338 -C extra-filename=-0502fa7b2f230338 --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-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37332024-04-03T20:09:49.318Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=43e222240fc68081 -C extra-filename=-43e222240fc68081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37342024-04-03T20:09:51.617Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8ae31fd652890eaf -C extra-filename=-8ae31fd652890eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-372c5b945d12b23b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37352024-04-03T20:09:52.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f415ae37bd73726d -C extra-filename=-f415ae37bd73726d --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-5e9f0c27e4f6d78d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37362024-04-03T20:09:52.548Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=285cb4273e15017b -C extra-filename=-285cb4273e15017b --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-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37372024-04-03T20:09:57.245Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1c153ac49d694bfb -C extra-filename=-1c153ac49d694bfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37382024-04-03T20:09:57.409Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=715e774cf5623a44 -C extra-filename=-715e774cf5623a44 --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-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37392024-04-03T20:09:57.409Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d88d73a93b3921cb -C extra-filename=-d88d73a93b3921cb --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-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37402024-04-03T20:09:57.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c47144316ea5316 -C extra-filename=-4c47144316ea5316 --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-5e9f0c27e4f6d78d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37412024-04-03T20:09:57.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b8613da68c9f0427 -C extra-filename=-b8613da68c9f0427 --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-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ab444432809f0d7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-56040e5494a053b1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0ad65601e308ae66.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e7dbee0db293cc6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37422024-04-03T20:09:57.410Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=f0a4d1c60b8dadce -C extra-filename=-f0a4d1c60b8dadce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-620c451cdcf08354.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432024-04-03T20:11:42.911Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=94a001e33b6759a6 -C extra-filename=-94a001e33b6759a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37442024-04-03T20:11:42.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54dbf587cf872d45 -C extra-filename=-54dbf587cf872d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37452024-04-03T20:11:42.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a5fca28e30d66488 -C extra-filename=-a5fca28e30d66488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37462024-04-03T20:11:42.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4d447a5f08f47834 -C extra-filename=-4d447a5f08f47834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-a94ff090386724c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37472024-04-03T20:11:42.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f5289cdfe9d5a835 -C extra-filename=-f5289cdfe9d5a835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37482024-04-03T20:11:46.233Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fef84c6e7d74cf40 -C extra-filename=-fef84c6e7d74cf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37492024-04-03T20:11:50.294Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fa68d77168e1ce5 -C extra-filename=-3fa68d77168e1ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37502024-04-03T20:11:50.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2e285231b5e817d6 -C extra-filename=-2e285231b5e817d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37512024-04-03T20:12:06.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=92f1c1813cdac10b -C extra-filename=-92f1c1813cdac10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37522024-04-03T20:12:14.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=687814120ac9b2a9 -C extra-filename=-687814120ac9b2a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37532024-04-03T20:12:15.137Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=985589824a00b1bb -C extra-filename=-985589824a00b1bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37542024-04-03T20:12:18.067Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=701aa06de6c14050 -C extra-filename=-701aa06de6c14050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-a94ff090386724c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37552024-04-03T20:12:20.655Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d0a295dfb4c585c8 -C extra-filename=-d0a295dfb4c585c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-a94ff090386724c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37562024-04-03T20:18:08.669Z Finished dev [unoptimized + debuginfo] target(s) in 18m 29s
37572024-04-03T20:18:17.072Z
37582024-04-03T20:18:17.100Zreal 18:41.100836654
37592024-04-03T20:18:17.101Zuser 1:25:16.432037209
37602024-04-03T20:18:17.101Zsys 21:01.039390902
37612024-04-03T20:18:17.101Ztrap 18.711345699
37622024-04-03T20:18:17.101Ztflt 1.212672873
37632024-04-03T20:18:17.101Zdflt 8:15.757238943
37642024-04-03T20:18:17.102Zkflt 0.044771410
37652024-04-03T20:18:17.102Zlock 3:32:23.654526483
37662024-04-03T20:18:17.102Zslp 6:55:09.388009259
37672024-04-03T20:18:17.102Zlat 11:46.474940640
37682024-04-03T20:18:17.103Zstop 5:06.421457044
37692024-04-03T20:18:19.067Z
37702024-04-03T20:18:19.098Z # # ###### ##### # ###### # # # # #####
37712024-04-03T20:18:19.098Z # # # # # # # # # # # # #
37722024-04-03T20:18:19.098Z # # ##### # # # ##### # ##### # # #####
37732024-04-03T20:18:19.098Z # # # ##### # # # # # # #
37742024-04-03T20:18:19.098Z # # # # # # # # # # # #
37752024-04-03T20:18:19.098Z ## ###### # # # # # ###### # #####
37762024-04-03T20:18:19.098Z
37772024-04-03T20:18:19.800Z Compiling syn v2.0.52
37782024-04-03T20:18:19.800Z Compiling serde v1.0.197
37792024-04-03T20:18:19.801Z Compiling libc v0.2.153
37802024-04-03T20:18:19.827Z Compiling rustix v0.38.31
37812024-04-03T20:18:19.827Z Compiling hashbrown v0.14.3
37822024-04-03T20:18:19.827Z Compiling bitflags v2.4.2
37832024-04-03T20:18:19.828Z Compiling serde_json v1.0.115
37842024-04-03T20:18:19.828Z Compiling anyhow v1.0.79
37852024-04-03T20:18:21.313Z Compiling indexmap v2.2.6
37862024-04-03T20:18:22.050Z Compiling errno v0.3.8
37872024-04-03T20:18:23.097Z Compiling terminal_size v0.3.0
37882024-04-03T20:18:23.184Z Compiling clap_builder v4.5.1
37892024-04-03T20:18:26.443Z Compiling serde_derive v1.0.197
37902024-04-03T20:18:26.443Z Compiling thiserror-impl v1.0.57
37912024-04-03T20:18:26.443Z Compiling clap_derive v4.5.0
37922024-04-03T20:18:28.850Z Compiling thiserror v1.0.57
37932024-04-03T20:18:29.720Z Compiling clap v4.5.1
37942024-04-03T20:18:36.082Z Compiling serde_spanned v0.6.5
37952024-04-03T20:18:36.082Z Compiling toml_datetime v0.6.5
37962024-04-03T20:18:36.114Z Compiling cargo-platform v0.1.3
37972024-04-03T20:18:36.114Z Compiling camino v1.1.6
37982024-04-03T20:18:36.114Z Compiling semver v1.0.22
37992024-04-03T20:18:36.356Z Compiling toml_edit v0.22.9
38002024-04-03T20:18:37.448Z Compiling cargo_metadata v0.18.1
38012024-04-03T20:18:38.866Z Compiling toml v0.8.12
38022024-04-03T20:18:39.537Z Compiling cargo_toml v0.19.0
38032024-04-03T20:18:44.194Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38042024-04-03T20:18:47.225Z Finished dev [unoptimized + debuginfo] target(s) in 28.97s
38052024-04-03T20:18:47.287Z Running `target/debug/xtask verify-libraries`
38062024-04-03T20:18:52.275Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38072024-04-03T20:18:52.316Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38082024-04-03T20:18:52.347Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
38092024-04-03T20:18:52.372Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38102024-04-03T20:19:00.673Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38112024-04-03T20:19:00.673Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38122024-04-03T20:19:00.674Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38132024-04-03T20:19:00.700Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
38142024-04-03T20:19:00.700Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
38152024-04-03T20:19:00.700Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38162024-04-03T20:19:00.700Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38172024-04-03T20:19:01.494Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
38182024-04-03T20:19:02.302Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38192024-04-03T20:19:02.872Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38202024-04-03T20:19:03.008Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38212024-04-03T20:19:03.493Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38222024-04-03T20:19:04.013Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38232024-04-03T20:19:04.882Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38242024-04-03T20:19:05.258Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
38252024-04-03T20:19:05.436Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38262024-04-03T20:19:05.728Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38272024-04-03T20:19:05.916Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38282024-04-03T20:19:07.302Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38292024-04-03T20:19:07.385Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302024-04-03T20:19:08.262Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38312024-04-03T20:19:08.911Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38322024-04-03T20:19:08.944Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38332024-04-03T20:19:10.012Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38342024-04-03T20:19:10.865Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38352024-04-03T20:19:11.058Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
38362024-04-03T20:19:12.560Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38372024-04-03T20:19:12.790Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
38382024-04-03T20:19:18.280Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38392024-04-03T20:19:19.194Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38402024-04-03T20:19:21.191Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38412024-04-03T20:19:22.017Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38422024-04-03T20:19:23.047Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38432024-04-03T20:19:25.031Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38442024-04-03T20:19:25.274Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38452024-04-03T20:19:30.089Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38462024-04-03T20:19:30.089Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38472024-04-03T20:19:30.089Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38482024-04-03T20:19:31.041Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38492024-04-03T20:19:33.543Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38502024-04-03T20:19:33.672Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38512024-04-03T20:19:37.345Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38522024-04-03T20:19:41.696Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38532024-04-03T20:19:44.639Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38542024-04-03T20:20:27.052Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38552024-04-03T20:20:27.079Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
38562024-04-03T20:20:28.252Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38572024-04-03T20:20:28.809Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38582024-04-03T20:20:55.014Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38592024-04-03T20:20:55.014Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38602024-04-03T20:20:55.014Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38612024-04-03T20:20:55.044Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38622024-04-03T20:20:55.992Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38632024-04-03T20:20:57.194Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38642024-04-03T20:21:05.400Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38652024-04-03T20:21:05.582Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38662024-04-03T20:25:21.240Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38672024-04-03T20:26:26.905Z Finished dev [unoptimized + debuginfo] target(s) in 7m 35s
38682024-04-03T20:26:28.530Z
38692024-04-03T20:26:28.530Zreal 8:10.432622772
38702024-04-03T20:26:28.530Zuser 25:54.739505068
38712024-04-03T20:26:28.530Zsys 5:23.283467387
38722024-04-03T20:26:28.530Ztrap 0.587143241
38732024-04-03T20:26:28.530Ztflt 2.334776255
38742024-04-03T20:26:28.531Zdflt 10.092621505
38752024-04-03T20:26:28.531Zkflt 0.028692143
38762024-04-03T20:26:28.531Zlock 1:04:21.411103110
38772024-04-03T20:26:28.531Zslp 1:29:02.022772909
38782024-04-03T20:26:28.531Zlat 51.130543368
38792024-04-03T20:26:28.531Zstop 17.911994306
38802024-04-03T20:26:28.563Z
38812024-04-03T20:26:28.563Z ##### ###### #### #####
38822024-04-03T20:26:28.563Z # # # #
38832024-04-03T20:26:28.563Z # ##### #### #
38842024-04-03T20:26:28.563Z # # # #
38852024-04-03T20:26:28.563Z # # # # #
38862024-04-03T20:26:28.563Z # ###### #### #
38872024-04-03T20:26:28.563Z
38882024-04-03T20:26:29.837Zinfo: experimental features enabled: setup-scripts
38892024-04-03T20:26:31.116Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38902024-04-03T20:26:31.147Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38912024-04-03T20:26:31.174Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38922024-04-03T20:26:43.619Z Finished test [unoptimized + debuginfo] target(s) in 13.76s
38932024-04-03T20:26:46.138Z Starting 1191 tests across 117 binaries (3 skipped)
38942024-04-03T20:26:46.169Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
38952024-04-03T20:26:47.011Z Finished test [unoptimized + debuginfo] target(s) in 0.78s
38962024-04-03T20:26:47.037Z Running `target/debug/crdb-seed`
38972024-04-03T20:26:47.072ZApr 03 20:26:47.036 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpQTUsEf
38982024-04-03T20:26:47.103ZApr 03 20:26:47.036 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp1xQREq,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpQTUsEf/listen-url
38992024-04-03T20:26:47.104ZApr 03 20:26:47.038 INFO cockroach environment: BUILDOMAT_JOB_ID=01HTJRHCBH7TP4H5T9TD5HKV1R BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=iliana/tuf-repo-manifest GITHUB_REF=refs/heads/iliana/tuf-repo-manifest GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=dc8000249111cd3e00fad2f18c70f223b006a103 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env0wvzjP NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=966e3e05-bf69-46ad-9132-db6c7e89b50b PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.76.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
39002024-04-03T20:26:48.039ZApr 03 20:26:47.996 INFO cockroach pid: 4554
39012024-04-03T20:26:48.039ZApr 03 20:26:47.996 INFO cockroach listen URL: postgresql://root@[::1]:60604/omicron?sslmode=disable
39022024-04-03T20:26:48.039ZApr 03 20:26:47.996 INFO cockroach: populating
39032024-04-03T20:26:50.613ZApr 03 20:26:50.563 INFO cockroach: populated
39042024-04-03T20:26:54.039ZApr 03 20:26:54.004 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/47e57a510a461c0a8a6b5ea7b7a4159ee2cbc9576830f441f3b0dd5b09933ba6.tar`
39052024-04-03T20:26:54.064Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
39062024-04-03T20:26:54.283Z PASS [ 0.075s] authz-macros tests::test_authz_snapshots
39072024-04-03T20:26:54.283Z PASS [ 0.065s] bootstore schemes::tests::hello_roundtrip
39082024-04-03T20:26:54.283Z PASS [ 0.042s] bootstore schemes::v0::share_pkg::tests::create_packages
39092024-04-03T20:26:54.284Z PASS [ 0.033s] bootstore trust_quorum::rack_secret::tests::create_and_verify
39102024-04-03T20:26:54.284Z PASS [ 0.060s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
39112024-04-03T20:26:54.284Z PASS [ 0.100s] bootstore schemes::v0::peer::tests::network_config
39122024-04-03T20:26:54.285Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_for_enums
39132024-04-03T20:26:54.285Z PASS [ 0.047s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
39142024-04-03T20:26:54.285Z PASS [ 0.037s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
39152024-04-03T20:26:54.285Z PASS [ 0.049s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
39162024-04-03T20:26:54.316Z PASS [ 0.090s] db-macros lookup::test::test_lookup_snapshots
39172024-04-03T20:26:54.316Z PASS [ 0.039s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
39182024-04-03T20:26:54.316Z PASS [ 0.056s] db-macros tests::test_derive_snapshots
39192024-04-03T20:26:54.316Z PASS [ 0.042s] db-macros tests::test_derive_with_unknown_field
39202024-04-03T20:26:54.439Z PASS [ 0.194s] dns-server storage::test::test_update_in_progress
39212024-04-03T20:26:54.471Z PASS [ 0.196s] dns-server storage::test::test_update_interrupted
39222024-04-03T20:26:54.471Z PASS [ 0.228s] dns-server storage::test::test_update_basic
39232024-04-03T20:26:54.682Z PASS [ 0.417s] dns-server::basic_test a_crud
39242024-04-03T20:26:54.711Z PASS [ 0.271s] dns-server::basic_test empty_record
39252024-04-03T20:26:54.740Z PASS [ 0.445s] dns-server::basic_test aaaa_crud
39262024-04-03T20:26:54.740Z PASS [ 0.268s] dns-server::basic_test name_contains_zone
39272024-04-03T20:26:54.740Z PASS [ 0.287s] dns-server::basic_test multi_record_crud
39282024-04-03T20:26:54.957Z PASS [ 0.235s] dns-server::basic_test servfail
39292024-04-03T20:26:54.993Z PASS [ 0.272s] dns-server::basic_test nxdomain
39302024-04-03T20:26:54.993Z PASS [ 0.228s] dns-server::openapi_test test_dns_server_openapi
39312024-04-03T20:26:55.026Z PASS [ 0.033s] dns-service-client diff::test::diff_equivalent
39322024-04-03T20:26:55.026Z PASS [ 0.054s] dns-service-client diff::test::diff_different
39332024-04-03T20:26:55.026Z PASS [ 0.287s] dns-server::basic_test srv_crud
39342024-04-03T20:26:55.026Z PASS [ 0.042s] dns-service-client diff::test::diff_invalid
39352024-04-03T20:26:55.052Z PASS [ 0.045s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
39362024-04-03T20:26:55.053Z PASS [ 0.036s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
39372024-04-03T20:26:55.079Z PASS [ 0.041s] illumos-utils destructor::test::test_destructor_bad_close
39382024-04-03T20:26:55.107Z PASS [ 0.042s] illumos-utils link::test::test_allocate
39392024-04-03T20:26:55.107Z PASS [ 0.079s] illumos-utils destructor::test::test_delayed_delete
39402024-04-03T20:26:55.136Z PASS [ 0.042s] illumos-utils link::test::test_allocate_within_scopes
39412024-04-03T20:26:55.136Z PASS [ 0.042s] illumos-utils running_zone::tests::test_is_oxide_smf_service
39422024-04-03T20:26:55.163Z PASS [ 0.041s] illumos-utils zone::tests::test_parse_ip_network
39432024-04-03T20:26:55.163Z PASS [ 0.045s] illumos-utils zpool::test::test_parse_bad_zpool_names
39442024-04-03T20:26:55.188Z PASS [ 0.044s] illumos-utils zpool::test::test_parse_external_zpool_name
39452024-04-03T20:26:55.188Z PASS [ 0.042s] illumos-utils zpool::test::test_parse_internal_zpool_name
39462024-04-03T20:26:55.218Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool
39472024-04-03T20:26:55.219Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_missing_column
39482024-04-03T20:26:55.246Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool_name_json
39492024-04-03T20:26:55.246Z PASS [ 1.157s] bootstore schemes::v0::peer::tests::basic_3_nodes
39502024-04-03T20:26:55.246Z PASS [ 0.050s] illumos-utils zpool::test::test_zpool_name_regex
39512024-04-03T20:26:55.413Z PASS [ 0.168s] installinator-common block_size_writer::tests::proptest_block_writer
39522024-04-03T20:26:55.467Z PASS [ 0.044s] internal-dns config::test::display_hosts
39532024-04-03T20:26:55.494Z PASS [ 0.032s] internal-dns config::test::display_srv_service
39542024-04-03T20:26:55.536Z PASS [ 0.045s] internal-dns config::test::test_builder_errors
39552024-04-03T20:26:56.028Z PASS [ 0.346s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
39562024-04-03T20:26:56.060Z PASS [ 0.063s] internal-dns config::test::test_builder_output
39572024-04-03T20:26:56.060Z PASS [ 0.909s] illumos-utils destructor::test::test_delayed_delete_with_error
39582024-04-03T20:26:56.060Z PASS [ 0.347s] internal-dns resolver::test::insert_and_lookup_one_record
39592024-04-03T20:26:56.086Z PASS [ 0.477s] internal-dns resolver::test::insert_and_lookup_multiple_records
39602024-04-03T20:26:56.141Z PASS [ 0.216s] internal-dns resolver::test::lookup_nonexistent_record_fails
39612024-04-03T20:26:56.395Z PASS [ 0.449s] internal-dns resolver::test::resolver_can_access_backup_dns_server
39622024-04-03T20:26:56.440Z PASS [ 0.382s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
39632024-04-03T20:26:56.480Z PASS [ 0.038s] ipcc tests::deserialize_fixed_value
39642024-04-03T20:26:56.543Z PASS [ 0.060s] ipcc tests::installinator_image_id_round_trip
39652024-04-03T20:26:56.568Z PASS [ 0.408s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
39662024-04-03T20:26:56.593Z PASS [ 0.034s] ipcc tests::serialized_size
39672024-04-03T20:26:56.620Z PASS [ 0.043s] key-manager tests::different_ikm_produces_different_keys
39682024-04-03T20:26:56.646Z PASS [ 0.076s] key-manager tests::different_disks_produce_different_keys
39692024-04-03T20:26:56.671Z PASS [ 0.034s] key-manager tests::disk_encryption_key_epoch_0
39702024-04-03T20:26:56.671Z PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
39712024-04-03T20:26:56.698Z PASS [ 0.290s] internal-dns resolver::test::update_record
39722024-04-03T20:26:56.735Z PASS [ 0.045s] nexus-config nexus_config::test::test_config_bad_toml
39732024-04-03T20:26:56.735Z PASS [ 0.032s] nexus-config nexus_config::test::test_config_empty
39742024-04-03T20:26:56.735Z PASS [ 0.077s] nexus-config nexus_config::test::test_bad_authn_schemes
39752024-04-03T20:26:56.767Z PASS [ 0.034s] nexus-config nexus_config::test::test_config_nonexistent
39762024-04-03T20:26:56.768Z PASS [ 0.038s] nexus-config nexus_config::test::test_deployment_config_schema
39772024-04-03T20:26:56.798Z PASS [ 0.038s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
39782024-04-03T20:26:56.799Z PASS [ 0.048s] nexus-config nexus_config::test::test_repo_configs_are_valid
39792024-04-03T20:26:57.238Z PASS [ 0.033s] nexus-config postgres_config::test::test_bad_url
39802024-04-03T20:26:57.238Z PASS [ 0.045s] nexus-config nexus_config::test::test_valid
39812024-04-03T20:26:57.239Z PASS [ 0.035s] nexus-config postgres_config::test::test_example_url
39822024-04-03T20:26:57.682Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
39832024-04-03T20:26:57.682Z PASS [ 0.048s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
39842024-04-03T20:26:57.682Z PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
39852024-04-03T20:26:57.682Z PASS [ 0.059s] nexus-db-model device_auth::test::test_generate_user_code
39862024-04-03T20:26:57.682Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
39872024-04-03T20:26:57.682Z PASS [ 0.043s] nexus-db-model schema_versions::test::test_known_versions
39882024-04-03T20:26:57.683Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
39892024-04-03T20:26:57.683Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
39902024-04-03T20:26:57.683Z PASS [ 0.037s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
39912024-04-03T20:26:57.683Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_verify
39922024-04-03T20:26:57.683Z PASS [ 0.046s] nexus-db-model semver_version::test::test_to_from_sortable_string
39932024-04-03T20:26:57.683Z PASS [ 0.033s] nexus-db-model tests::test_ipv6_net_random_subnet
39942024-04-03T20:26:57.684Z PASS [ 0.041s] nexus-db-model tests::test_ip_subnet_check_requestable_address
39952024-04-03T20:26:57.684Z PASS [ 0.024s] nexus-db-model tests::test_roles_database_strings
39962024-04-03T20:26:57.684Z PASS [ 0.042s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
39972024-04-03T20:26:57.684Z PASS [ 0.063s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
39982024-04-03T20:26:57.684Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
39992024-04-03T20:26:57.684Z PASS [ 0.083s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
40002024-04-03T20:26:57.684Z PASS [ 0.042s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
40012024-04-03T20:26:57.684Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
40022024-04-03T20:26:57.685Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
40032024-04-03T20:26:57.685Z PASS [ 0.055s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
40042024-04-03T20:26:57.685Z PASS [ 2.476s] dns-server::commands_test test_dnsadm
40052024-04-03T20:26:57.685Z PASS [ 0.115s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
40062024-04-03T20:26:57.685Z PASS [ 0.110s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
40072024-04-03T20:26:57.685Z PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_get_token
40082024-04-03T20:26:57.686Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
40092024-04-03T20:26:57.720Z PASS [ 0.055s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
40102024-04-03T20:26:57.720Z PASS [ 0.054s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
40112024-04-03T20:26:57.721Z PASS [ 0.064s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
40122024-04-03T20:26:57.721Z PASS [ 0.061s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
40132024-04-03T20:26:57.721Z PASS [ 0.057s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
40142024-04-03T20:26:57.721Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_make_header_value
40152024-04-03T20:26:57.721Z PASS [ 0.065s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
40162024-04-03T20:26:57.721Z PASS [ 0.053s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
40172024-04-03T20:26:57.721Z PASS [ 0.056s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
40182024-04-03T20:26:57.721Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
40192024-04-03T20:26:57.722Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
40202024-04-03T20:26:57.722Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
40212024-04-03T20:26:57.722Z PASS [ 0.035s] nexus-db-queries authn::external::token::test::test_make_header_value
40222024-04-03T20:26:57.722Z PASS [ 0.052s] nexus-db-queries authn::external::test::test_authn_sequence
40232024-04-03T20:26:57.722Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
40242024-04-03T20:26:57.722Z PASS [ 0.037s] nexus-db-queries authn::external::token::test::test_token_header_missing
40252024-04-03T20:26:57.723Z PASS [ 0.037s] nexus-db-queries authn::external::token::test::test_token_header_valid
40262024-04-03T20:26:57.723Z PASS [ 0.058s] nexus-db-queries authn::test::test_internal_users
40272024-04-03T20:26:57.723Z PASS [ 0.061s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
40282024-04-03T20:27:02.142Z PASS [ 6.924s] installinator write::tests::proptest_write_artifact
40292024-04-03T20:27:02.312Z PASS [ 7.102s] installinator mock_peers::tests::proptest_fetch_artifact
40302024-04-03T20:27:05.110Z PASS [ 7.652s] nexus-db-queries authz::context::test::test_unregistered_resource
40312024-04-03T20:27:05.179Z PASS [ 7.655s] nexus-db-queries context::test::test_background_context
40322024-04-03T20:27:10.468Z PASS [ 8.328s] nexus-db-queries context::test::test_child_context
40332024-04-03T20:27:10.560Z PASS [ 8.251s] nexus-db-queries context::test::test_test_context
40342024-04-03T20:27:11.509Z PASS [ 14.036s] nexus-db-queries authz::policy_test::test_conferred_roles
40352024-04-03T20:27:13.471Z PASS [ 8.288s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
40362024-04-03T20:27:13.809Z PASS [ 8.686s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
40372024-04-03T20:27:18.633Z PASS [ 8.163s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
40382024-04-03T20:27:19.064Z PASS [ 8.493s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
40392024-04-03T20:27:20.331Z PASS [ 8.823s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
40402024-04-03T20:27:22.197Z PASS [ 8.731s] nexus-db-queries db::collection_attach::test::test_attach_once
40412024-04-03T20:27:22.239Z PASS [ 0.042s] nexus-db-queries db::collection_attach::test::test_verify_query
40422024-04-03T20:27:22.451Z PASS [ 8.647s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
40432024-04-03T20:27:27.741Z PASS [ 8.578s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
40442024-04-03T20:27:27.791Z PASS [ 8.397s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
40452024-04-03T20:27:28.782Z PASS [ 8.041s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
40462024-04-03T20:27:30.667Z PASS [ 8.161s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
40472024-04-03T20:27:30.807Z PASS [ 8.553s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
40482024-04-03T20:27:30.875Z PASS [ 0.047s] nexus-db-queries db::collection_detach::test::test_verify_query
40492024-04-03T20:27:47.589Z PASS [ 8.428s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
40502024-04-03T20:27:47.676Z PASS [ 8.392s] nexus-db-queries db::collection_detach::test::test_detach_once
40512024-04-03T20:27:47.760Z PASS [ 42.563s] bootstore::v0-fsm-proptest-learner run
40522024-04-03T20:27:47.760Z PASS [ 39.410s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
40532024-04-03T20:27:47.760Z PASS [ 8.827s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
40542024-04-03T20:27:47.760Z PASS [ 8.062s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
40552024-04-03T20:27:47.761Z PASS [ 7.973s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
40562024-04-03T20:27:47.761Z PASS [ 7.264s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
40572024-04-03T20:27:47.761Z PASS [ 0.054s] nexus-db-queries db::collection_detach_many::test::test_verify_query
40582024-04-03T20:27:47.761Z PASS [ 7.396s] nexus-db-queries db::collection_detach_many::test::test_detach_many
40592024-04-03T20:27:47.761Z PASS [ 6.969s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
40602024-04-03T20:27:47.761Z PASS [ 0.047s] nexus-db-queries db::collection_insert::test::test_verify_query
40612024-04-03T20:27:47.761Z PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
40622024-04-03T20:27:47.761Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_columns
40632024-04-03T20:27:47.761Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_table
40642024-04-03T20:27:47.761Z PASS [ 7.630s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
40652024-04-03T20:27:47.761Z PASS [ 7.578s] nexus-db-queries db::collection_detach_many::test::test_detach_once
40662024-04-03T20:27:47.761Z PASS [ 51.006s] bootstore::v0-fsm-proptest-rack-coordinator run
40672024-04-03T20:27:47.761Z PASS [ 7.673s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
40682024-04-03T20:27:47.761Z PASS [ 7.638s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
40692024-04-03T20:27:50.060Z PASS [ 7.107s] nexus-db-queries db::collection_insert::test::test_collection_not_present
40702024-04-03T20:27:50.338Z PASS [ 7.104s] nexus-db-queries db::collection_insert::test::test_collection_present
40712024-04-03T20:27:50.822Z PASS [ 6.051s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
40722024-04-03T20:27:51.116Z PASS [ 7.277s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
40732024-04-03T20:27:51.154Z PASS [ 0.041s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
40742024-04-03T20:27:51.996Z PASS [ 7.460s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
40752024-04-03T20:27:52.359Z PASS [ 7.221s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
40762024-04-03T20:27:53.648Z PASS [ 7.313s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
40772024-04-03T20:27:53.815Z PASS [ 7.354s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
40782024-04-03T20:27:57.639Z PASS [ 7.581s] nexus-db-queries db::datastore::deployment::tests::test_set_target
40792024-04-03T20:27:57.954Z PASS [ 7.616s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
40802024-04-03T20:27:58.290Z PASS [ 7.468s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
40812024-04-03T20:27:58.502Z PASS [ 7.350s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
40822024-04-03T20:27:59.793Z PASS [ 7.799s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
40832024-04-03T20:27:59.950Z PASS [ 7.592s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
40842024-04-03T20:28:01.034Z PASS [ 7.392s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
40852024-04-03T20:28:01.272Z PASS [ 7.475s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
40862024-04-03T20:28:04.620Z PASS [ 6.971s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
40872024-04-03T20:28:05.165Z PASS [ 7.209s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
40882024-04-03T20:28:05.504Z PASS [ 7.208s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
40892024-04-03T20:28:07.293Z PASS [ 7.496s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
40902024-04-03T20:28:07.579Z PASS [ 7.631s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
40912024-04-03T20:28:08.195Z PASS [ 7.162s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
40922024-04-03T20:28:08.469Z PASS [ 9.970s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
40932024-04-03T20:28:09.670Z PASS [ 8.394s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
40942024-04-03T20:28:11.552Z PASS [ 6.941s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
40952024-04-03T20:28:12.057Z PASS [ 6.888s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
40962024-04-03T20:28:12.987Z PASS [ 7.081s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
40972024-04-03T20:28:14.602Z PASS [ 7.311s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
40982024-04-03T20:28:14.686Z PASS [ 7.107s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
40992024-04-03T20:28:15.375Z PASS [ 7.169s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
41002024-04-03T20:28:15.590Z PASS [ 7.117s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
41012024-04-03T20:28:17.273Z PASS [ 7.608s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
41022024-04-03T20:28:18.565Z PASS [ 7.011s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
41032024-04-03T20:28:19.002Z PASS [ 6.934s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
41042024-04-03T20:28:19.611Z PASS [ 7.033s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
41052024-04-03T20:28:19.648Z PASS [ 0.037s] nexus-db-queries db::datastore::region::test::test_extent_count
41062024-04-03T20:28:21.833Z PASS [ 7.234s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
41072024-04-03T20:28:22.017Z PASS [ 7.329s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
41082024-04-03T20:28:22.593Z PASS [ 7.228s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
41092024-04-03T20:28:22.809Z PASS [ 7.217s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
41102024-04-03T20:28:25.009Z PASS [ 7.735s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
41112024-04-03T20:28:26.072Z PASS [ 7.087s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
41122024-04-03T20:28:26.379Z PASS [ 7.818s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
41132024-04-03T20:28:28.487Z PASS [ 8.839s] nexus-db-queries db::datastore::sled::test::sled_list_batch
41142024-04-03T20:28:29.552Z PASS [ 7.534s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
41152024-04-03T20:28:29.706Z PASS [ 7.874s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
41162024-04-03T20:28:30.561Z PASS [ 7.749s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
41172024-04-03T20:28:32.355Z PASS [ 7.338s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
41182024-04-03T20:28:33.110Z PASS [ 10.517s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
41192024-04-03T20:28:33.185Z PASS [ 7.109s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
41202024-04-03T20:28:33.563Z PASS [ 7.160s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
41212024-04-03T20:28:35.620Z PASS [ 7.120s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
41222024-04-03T20:28:36.786Z PASS [ 7.088s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
41232024-04-03T20:28:36.786Z PASS [ 7.039s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
41242024-04-03T20:28:37.730Z PASS [ 7.172s] nexus-db-queries db::datastore::test::test_project_creation
41252024-04-03T20:28:39.846Z PASS [ 7.074s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
41262024-04-03T20:28:40.051Z PASS [ 6.944s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
41272024-04-03T20:28:40.671Z PASS [ 7.132s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
41282024-04-03T20:28:42.854Z PASS [ 7.246s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
41292024-04-03T20:28:43.937Z PASS [ 7.300s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
41302024-04-03T20:28:45.725Z PASS [ 12.541s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
41312024-04-03T20:28:48.040Z PASS [ 7.364s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
41322024-04-03T20:28:49.294Z PASS [ 12.548s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
41332024-04-03T20:28:49.335Z PASS [ 11.610s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
41342024-04-03T20:28:50.224Z PASS [ 7.368s] nexus-db-queries db::datastore::test::test_session_methods
41352024-04-03T20:28:50.395Z PASS [ 6.453s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
41362024-04-03T20:28:52.045Z PASS [ 11.993s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
41372024-04-03T20:28:52.291Z PASS [ 12.865s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
41382024-04-03T20:28:52.963Z PASS [ 7.246s] nexus-db-queries db::datastore::test::test_ssh_keys
41392024-04-03T20:28:53.005Z PASS [ 0.039s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
41402024-04-03T20:28:53.464Z PASS [ 0.040s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
41412024-04-03T20:28:53.919Z PASS [ 0.039s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
41422024-04-03T20:28:53.919Z PASS [ 0.040s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
41432024-04-03T20:28:55.753Z PASS [ 7.261s] nexus-db-queries db::datastore::test::test_table_scan
41442024-04-03T20:28:56.512Z PASS [ 7.216s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
41452024-04-03T20:28:56.567Z PASS [ 7.230s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
41462024-04-03T20:28:57.346Z PASS [ 7.107s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
41472024-04-03T20:28:58.268Z PASS [ 7.461s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
41482024-04-03T20:28:58.307Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
41492024-04-03T20:28:59.270Z PASS [ 7.216s] nexus-db-queries db::explain::test::test_explain_async
41502024-04-03T20:29:00.056Z PASS [ 7.749s] nexus-db-queries db::explain::test::test_explain_full_table_scan
41512024-04-03T20:29:00.291Z PASS [ 7.156s] nexus-db-queries db::lookup::test::test_lookup
41522024-04-03T20:29:02.326Z PASS [ 7.026s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
41532024-04-03T20:29:03.751Z PASS [ 7.236s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
41542024-04-03T20:29:10.194Z PASS [ 7.629s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
41552024-04-03T20:29:10.263Z PASS [ 7.076s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
41562024-04-03T20:29:10.264Z PASS [ 7.211s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
41572024-04-03T20:29:10.264Z PASS [ 7.037s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
41582024-04-03T20:29:10.323Z PASS [ 7.034s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
41592024-04-03T20:29:10.323Z PASS [ 6.963s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
41602024-04-03T20:29:10.323Z PASS [ 6.107s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
41612024-04-03T20:29:10.646Z PASS [ 6.900s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
41622024-04-03T20:29:11.467Z PASS [ 6.857s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
41632024-04-03T20:29:11.501Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
41642024-04-03T20:29:11.583Z PASS [ 7.174s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
41652024-04-03T20:29:12.193Z PASS [ 7.001s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
41662024-04-03T20:29:13.598Z PASS [ 7.301s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
41672024-04-03T20:29:14.142Z PASS [ 7.075s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
41682024-04-03T20:29:14.468Z PASS [ 7.227s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
41692024-04-03T20:29:15.625Z PASS [ 7.137s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
41702024-04-03T20:29:18.280Z PASS [ 7.143s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
41712024-04-03T20:29:18.744Z PASS [ 7.167s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
41722024-04-03T20:29:19.155Z PASS [ 7.047s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
41732024-04-03T20:29:20.859Z PASS [ 7.248s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
41742024-04-03T20:29:21.489Z PASS [ 7.345s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
41752024-04-03T20:29:21.961Z PASS [ 7.073s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
41762024-04-03T20:29:22.264Z PASS [ 11.617s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
41772024-04-03T20:29:22.746Z PASS [ 7.180s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
41782024-04-03T20:29:22.795Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
41792024-04-03T20:29:25.240Z PASS [ 7.004s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
41802024-04-03T20:29:25.286Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
41812024-04-03T20:29:25.332Z PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
41822024-04-03T20:29:26.135Z PASS [ 6.982s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
41832024-04-03T20:29:26.161Z PASS [ 7.403s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
41842024-04-03T20:29:26.186Z PASS [ 0.037s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
41852024-04-03T20:29:26.766Z PASS [ 0.593s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
41862024-04-03T20:29:27.968Z PASS [ 7.114s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
41872024-04-03T20:29:28.063Z PASS [ 0.099s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
41882024-04-03T20:29:28.098Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
41892024-04-03T20:29:28.144Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
41902024-04-03T20:29:28.208Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
41912024-04-03T20:29:28.269Z PASS [ 0.072s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
41922024-04-03T20:29:28.741Z PASS [ 7.250s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
41932024-04-03T20:29:28.875Z PASS [ 7.317s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
41942024-04-03T20:29:29.624Z PASS [ 7.359s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
41952024-04-03T20:29:32.419Z PASS [ 6.849s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
41962024-04-03T20:29:32.895Z PASS [ 10.102s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
41972024-04-03T20:29:32.937Z PASS [ 0.037s] nexus-defaults tests::test_random_vpc_ipv6_prefix
41982024-04-03T20:29:33.134Z PASS [ 0.200s] nexus-inventory builder::test::test_basic
41992024-04-03T20:29:33.171Z PASS [ 0.034s] nexus-inventory builder::test::test_empty
42002024-04-03T20:29:33.209Z PASS [ 7.042s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
42012024-04-03T20:29:33.209Z PASS [ 0.043s] nexus-inventory builder::test::test_problems
42022024-04-03T20:29:33.741Z PASS [ 6.965s] nexus-db-queries db::queries::region_allocation::test::explainable
42032024-04-03T20:29:34.081Z PASS [ 0.895s] nexus-inventory collector::test::test_basic
42042024-04-03T20:29:34.182Z PASS [ 0.424s] nexus-inventory collector::test::test_multi_mgs_failure
42052024-04-03T20:29:34.218Z PASS [ 0.993s] nexus-inventory collector::test::test_multi_mgs
42062024-04-03T20:29:34.596Z PASS [ 0.509s] nexus-inventory collector::test::test_sled_agent_failure
42072024-04-03T20:29:35.419Z PASS [ 7.164s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
42082024-04-03T20:29:35.527Z PASS [ 0.105s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
42092024-04-03T20:29:35.621Z PASS [ 0.100s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
42102024-04-03T20:29:35.689Z PASS [ 0.056s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
42112024-04-03T20:29:35.754Z PASS [ 0.073s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
42122024-04-03T20:29:35.836Z PASS [ 7.090s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
42132024-04-03T20:29:36.281Z PASS [ 7.049s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
42142024-04-03T20:29:36.768Z PASS [ 7.150s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
42152024-04-03T20:29:36.995Z PASS [ 0.229s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_error_cases
42162024-04-03T20:29:37.088Z PASS [ 0.077s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones
42172024-04-03T20:29:37.173Z PASS [ 0.101s] nexus-reconfigurator-planning blueprint_builder::test::test_basic
42182024-04-03T20:29:37.260Z PASS [ 0.086s] nexus-reconfigurator-planning blueprint_builder::test::test_initial
42192024-04-03T20:29:37.356Z PASS [ 0.092s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
42202024-04-03T20:29:37.453Z PASS [ 0.095s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
42212024-04-03T20:29:37.597Z PASS [ 0.133s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
42222024-04-03T20:29:37.774Z PASS [ 0.099s] nexus-reconfigurator-planning ip_allocator::test::test_basic
42232024-04-03T20:29:37.951Z PASS [ 0.239s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
42242024-04-03T20:29:38.123Z PASS [ 0.197s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
42252024-04-03T20:29:38.365Z PASS [ 0.242s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
42262024-04-03T20:29:38.444Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
42272024-04-03T20:29:38.985Z PASS [ 0.043s] nexus-types external_api::shared::test::test_policy_parsing
42282024-04-03T20:29:38.985Z PASS [ 0.237s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
42292024-04-03T20:29:38.985Z PASS [ 0.124s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
42302024-04-03T20:29:38.985Z PASS [ 0.135s] omicron-certificates tests::test_cert_extended_key_usage
42312024-04-03T20:29:39.041Z PASS [ 6.854s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
42322024-04-03T20:29:39.204Z PASS [ 0.193s] omicron-certificates tests::test_common_name_is_validated
42332024-04-03T20:29:39.289Z PASS [ 0.109s] omicron-common address::test::test_dns_subnets
42342024-04-03T20:29:39.347Z PASS [ 0.048s] omicron-common address::test::test_ip_range_checks_non_decreasing
42352024-04-03T20:29:39.382Z PASS [ 0.301s] omicron-certificates tests::test_subject_alternate_names_are_validated
42362024-04-03T20:29:39.382Z PASS [ 0.034s] omicron-common address::test::test_ip_range_enum_deserialization
42372024-04-03T20:29:39.382Z PASS [ 0.034s] omicron-common address::test::test_ip_range_iter
42382024-04-03T20:29:39.411Z PASS [ 0.029s] omicron-common address::test::test_ip_range_length
42392024-04-03T20:29:39.412Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
42402024-04-03T20:29:39.442Z PASS [ 0.035s] omicron-common address::test::test_ipv6_subnet_deserialize
42412024-04-03T20:29:39.442Z PASS [ 0.037s] omicron-common address::test::test_sled_address
42422024-04-03T20:29:39.475Z PASS [ 0.043s] omicron-common api::external::error::test::test_bail_unless
42432024-04-03T20:29:39.513Z PASS [ 0.041s] omicron-common api::external::error::test::test_context
42442024-04-03T20:29:39.542Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_pagination_examples
42452024-04-03T20:29:39.542Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_pagination_schemas
42462024-04-03T20:29:39.583Z PASS [ 0.071s] omicron-common api::external::http_pagination::test::test_scan_by_id
42472024-04-03T20:29:39.612Z PASS [ 0.072s] omicron-common api::external::http_pagination::test::test_scan_by_name
42482024-04-03T20:29:39.612Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
42492024-04-03T20:29:39.638Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
42502024-04-03T20:29:39.663Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount
42512024-04-03T20:29:39.663Z PASS [ 0.057s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
42522024-04-03T20:29:39.689Z PASS [ 0.029s] omicron-common api::external::test::test_bytecount_display
42532024-04-03T20:29:39.713Z PASS [ 0.037s] omicron-common api::external::test::test_digest
42542024-04-03T20:29:39.714Z PASS [ 0.033s] omicron-common api::external::test::test_firewall_deserialization
42552024-04-03T20:29:39.751Z PASS [ 0.052s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
42562024-04-03T20:29:39.776Z PASS [ 0.053s] omicron-common api::external::test::test_firewall_rule_target_parse
42572024-04-03T20:29:39.801Z PASS [ 0.047s] omicron-common api::external::test::test_hostname_from_str
42582024-04-03T20:29:39.827Z PASS [ 0.042s] omicron-common api::external::test::test_ip_port_range_from_str
42592024-04-03T20:29:39.827Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str
42602024-04-03T20:29:39.852Z PASS [ 0.030s] omicron-common api::external::test::test_ipnet_first_last_address
42612024-04-03T20:29:39.852Z PASS [ 0.027s] omicron-common api::external::test::test_ipnet_serde
42622024-04-03T20:29:39.877Z PASS [ 0.037s] omicron-common api::external::test::test_ipv4_net_operations
42632024-04-03T20:29:39.901Z PASS [ 0.042s] omicron-common api::external::test::test_ipv6_net_operations
42642024-04-03T20:29:39.901Z PASS [ 0.030s] omicron-common api::external::test::test_mac_system_iterator
42652024-04-03T20:29:39.934Z PASS [ 0.026s] omicron-common api::external::test::test_mac_to_int_conversions
42662024-04-03T20:29:40.437Z PASS [ 0.027s] omicron-common api::external::test::test_macaddr
42672024-04-03T20:29:40.437Z PASS [ 0.027s] omicron-common api::external::test::test_name_parse
42682024-04-03T20:29:40.437Z PASS [ 0.032s] omicron-common api::external::test::test_resource_name_parse
42692024-04-03T20:29:40.437Z PASS [ 0.048s] omicron-common api::external::test::test_name_parse_from_param
42702024-04-03T20:29:40.437Z PASS [ 0.041s] omicron-common api::external::test::test_role_name_parse
42712024-04-03T20:29:40.437Z PASS [ 0.045s] omicron-common api::external::test::test_route_destination_parse
42722024-04-03T20:29:40.437Z PASS [ 0.045s] omicron-common api::external::test::test_route_target_parse
42732024-04-03T20:29:40.437Z PASS [ 0.041s] omicron-common api::external::test::test_semver_serialize
42742024-04-03T20:29:40.437Z PASS [ 0.033s] omicron-common api::external::test::test_semver_validation
42752024-04-03T20:29:40.437Z PASS [ 0.028s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
42762024-04-03T20:29:40.437Z PASS [ 0.042s] omicron-common ledger::test::test_create_default_ledger
42772024-04-03T20:29:40.437Z PASS [ 0.061s] omicron-common ledger::test::test_commit_handles_write_failures
42782024-04-03T20:29:40.438Z PASS [ 0.036s] omicron-common ledger::test::test_create_ledger_reads_from_storage
42792024-04-03T20:29:40.438Z PASS [ 0.040s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
42802024-04-03T20:29:40.438Z PASS [ 0.030s] omicron-common update::tests::serde_artifact_kind
42812024-04-03T20:29:40.956Z PASS [ 0.756s] omicron-dev::test_omicron_dev test_cert_create
42822024-04-03T20:29:41.406Z PASS [ 7.158s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
42832024-04-03T20:29:41.406Z PASS [ 7.223s] nexus-metrics-producer-gc tests::test_prune_expired_producers
42842024-04-03T20:29:41.461Z PASS [ 0.106s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
42852024-04-03T20:29:41.485Z PASS [ 0.096s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
42862024-04-03T20:29:41.556Z PASS [ 0.093s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
42872024-04-03T20:29:41.583Z PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
42882024-04-03T20:29:41.646Z PASS [ 0.065s] omicron-gateway management_switch::location_map::tests::test_config_validation
42892024-04-03T20:29:41.719Z PASS [ 0.062s] omicron-gateway management_switch::location_map::tests::test_resolve_location
42902024-04-03T20:29:42.181Z PASS [ 0.476s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
42912024-04-03T20:29:42.481Z PASS [ 0.302s] omicron-gateway::test_all integration_tests::component_list::component_list
42922024-04-03T20:29:42.929Z PASS [ 0.450s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
42932024-04-03T20:29:43.187Z PASS [ 0.258s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
42942024-04-03T20:29:43.500Z PASS [ 0.311s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
42952024-04-03T20:29:49.181Z PASS [ 8.963s] omicron-dev::test_omicron_dev test_db_killed
42962024-04-03T20:29:52.485Z PASS [ 17.881s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
42972024-04-03T20:29:52.573Z PASS [ 16.742s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
42982024-04-03T20:29:53.263Z PASS [ 17.346s] nexus-reconfigurator-execution resource_allocation::tests::test_allocate_external_networking
42992024-04-03T20:29:56.723Z PASS [ 15.164s] omicron-dev::test_omicron_dev test_run_all
43002024-04-03T20:30:02.352Z PASS [ 19.009s] omicron-dev::test_omicron_dev test_db_run
43012024-04-03T20:30:02.451Z PASS [ 25.202s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
43022024-04-03T20:30:02.509Z PASS [ 18.322s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
43032024-04-03T20:30:04.907Z PASS [ 15.727s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
43042024-04-03T20:30:07.014Z PASS [ 14.268s] omicron-nexus app::background::common::test::test_driver_basic
43052024-04-03T20:30:07.572Z PASS [ 14.320s] omicron-nexus app::background::common::test::test_saga_request_flow
43062024-04-03T20:30:08.767Z PASS [ 16.283s] omicron-nexus app::background::common::test::test_activation_in_progress
43072024-04-03T20:30:09.858Z PASS [ 1.096s] omicron-nexus app::external_endpoints::test::test_authority
43082024-04-03T20:30:10.011Z PASS [ 0.162s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
43092024-04-03T20:30:10.930Z PASS [ 14.216s] omicron-nexus app::background::dns_config::test::test_basic
43102024-04-03T20:30:11.057Z PASS [ 0.113s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
43112024-04-03T20:30:11.113Z PASS [ 0.064s] omicron-nexus app::external_endpoints::test::test_no_endpoint
43122024-04-03T20:30:11.580Z PASS [ 0.068s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
43132024-04-03T20:30:11.607Z PASS [ 1.331s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
43142024-04-03T20:30:14.730Z PASS [ 14.768s] omicron-nexus app::background::dns_propagation::test::test_basic
43152024-04-03T20:30:15.613Z PASS [ 14.658s] omicron-nexus app::background::external_endpoints::test::test_basic
43162024-04-03T20:30:16.820Z PASS [ 14.998s] omicron-nexus app::background::init::test::test_dns_propagation_basic
43172024-04-03T20:30:21.495Z PASS [ 13.919s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
43182024-04-03T20:30:24.053Z PASS [ 17.213s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
43192024-04-03T20:30:27.645Z PASS [ 22.740s] omicron-nexus app::background::inventory_collection::test::test_basic
43202024-04-03T20:30:34.232Z PASS [ 22.886s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
43212024-04-03T20:30:34.346Z PASS [ 23.167s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
43222024-04-03T20:30:34.886Z PASS [ 19.274s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
43232024-04-03T20:30:35.620Z PASS [ 20.889s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
43242024-04-03T20:30:36.641Z PASS [ 19.824s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
43252024-04-03T20:30:40.928Z PASS [ 19.427s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
43262024-04-03T20:30:58.569Z PASS [ 24.229s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
43272024-04-03T20:31:00.581Z PASS [ 25.699s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
43282024-04-03T20:31:00.878Z PASS [ 25.257s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
43292024-04-03T20:31:01.097Z PASS [ 26.867s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
43302024-04-03T20:31:02.770Z PASS [ 26.124s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
43312024-04-03T20:31:06.738Z PASS [ 25.822s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
43322024-04-03T20:31:21.952Z PASS [ 23.383s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
43332024-04-03T20:31:22.836Z PASS [ 22.259s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
43342024-04-03T20:31:24.062Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43352024-04-03T20:31:26.898Z PASS [ 26.022s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
43362024-04-03T20:31:27.014Z PASS [ 24.247s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
43372024-04-03T20:31:27.598Z PASS [ 26.508s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
43382024-04-03T20:31:27.640Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43392024-04-03T20:31:28.840Z PASS [ 22.100s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
43402024-04-03T20:31:45.756Z PASS [ 22.911s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
43412024-04-03T20:31:48.614Z PASS [ 21.014s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
43422024-04-03T20:31:49.133Z PASS [ 22.121s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
43432024-04-03T20:31:50.049Z PASS [ 21.215s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
43442024-04-03T20:31:53.155Z PASS [ 26.254s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
43452024-04-03T20:31:53.198Z PASS [ 0.051s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
43462024-04-03T20:32:03.791Z PASS [ 15.152s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
43472024-04-03T20:32:06.938Z PASS [ 44.981s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
43482024-04-03T20:32:08.086Z PASS [ 21.299s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
43492024-04-03T20:32:15.409Z PASS [ 22.211s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
43502024-04-03T20:32:21.356Z PASS [ 14.304s] omicron-nexus app::sagas::test_saga::test_saga_stuck
43512024-04-03T20:32:24.042Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43522024-04-03T20:32:26.848Z PASS [ 23.077s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
43532024-04-03T20:32:27.641Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43542024-04-03T20:32:31.362Z PASS [ 4.521s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
43552024-04-03T20:32:31.413Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
43562024-04-03T20:32:31.458Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
43572024-04-03T20:32:31.520Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
43582024-04-03T20:32:31.570Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
43592024-04-03T20:32:31.612Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
43602024-04-03T20:32:31.662Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
43612024-04-03T20:32:31.723Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_relative_uri
43622024-04-03T20:32:32.160Z PASS [ 0.147s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
43632024-04-03T20:32:33.357Z PASS [ 26.426s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
43642024-04-03T20:32:34.136Z PASS [ 18.726s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
43652024-04-03T20:32:37.244Z PASS [ 15.873s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
43662024-04-03T20:32:43.981Z PASS [ 2.566s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
43672024-04-03T20:32:44.048Z PASS [ 1.002s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
43682024-04-03T20:32:44.048Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
43692024-04-03T20:32:49.128Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43702024-04-03T20:32:49.287Z PASS [ 15.154s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
43712024-04-03T20:32:49.743Z PASS [ 16.388s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
43722024-04-03T20:32:50.049Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43732024-04-03T20:32:56.691Z PASS [ 15.748s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
43742024-04-03T20:33:06.376Z PASS [ 75.843s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43752024-04-03T20:33:06.731Z PASS [ 17.444s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
43762024-04-03T20:33:08.015Z PASS [ 17.864s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
43772024-04-03T20:33:12.302Z PASS [ 15.643s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
43782024-04-03T20:33:21.916Z PASS [ 15.187s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
43792024-04-03T20:33:22.189Z PASS [ 14.581s] omicron-nexus::test_all integration_tests::basic::test_ping
43802024-04-03T20:33:22.257Z PASS [ 16.365s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
43812024-04-03T20:33:24.039Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43822024-04-03T20:33:27.636Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43832024-04-03T20:33:31.860Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
43842024-04-03T20:33:31.956Z PASS [ 19.650s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
43852024-04-03T20:33:37.321Z PASS [ 15.066s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
43862024-04-03T20:33:37.381Z PASS [ 15.190s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
43872024-04-03T20:33:46.036Z PASS [ 24.120s] omicron-nexus::test_all integration_tests::basic::test_projects_list
43882024-04-03T20:33:46.772Z PASS [ 74.909s] omicron-nexus populate::test::test_populators
43892024-04-03T20:33:47.377Z PASS [ 15.422s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
43902024-04-03T20:33:49.126Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43912024-04-03T20:33:52.225Z PASS [ 14.848s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
43922024-04-03T20:33:52.333Z PASS [ 15.017s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
43932024-04-03T20:33:54.226Z PASS [ 2.002s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
43942024-04-03T20:33:54.251Z PASS [ 1.903s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
43952024-04-03T20:33:54.380Z PASS [ 0.153s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
43962024-04-03T20:33:58.439Z PASS [ 0.381s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
43972024-04-03T20:33:58.487Z PASS [ 0.906s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
43982024-04-03T20:34:01.927Z PASS [ 15.156s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
43992024-04-03T20:34:02.582Z PASS [ 16.548s] omicron-nexus::test_all integration_tests::certificates::test_crud
44002024-04-03T20:34:07.437Z PASS [ 20.065s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
44012024-04-03T20:34:09.497Z PASS [ 14.738s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
44022024-04-03T20:34:10.477Z PASS [ 15.333s] omicron-nexus::test_all integration_tests::console_api::test_assets
44032024-04-03T20:34:17.202Z PASS [ 15.279s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
44042024-04-03T20:34:21.135Z PASS [ 18.538s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
44052024-04-03T20:34:24.039Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44062024-04-03T20:34:25.009Z PASS [ 15.106s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
44072024-04-03T20:34:25.928Z PASS [ 15.451s] omicron-nexus::test_all integration_tests::console_api::test_session_me
44082024-04-03T20:34:26.679Z PASS [ 19.244s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
44092024-04-03T20:34:27.635Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44102024-04-03T20:34:32.476Z PASS [ 15.273s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
44112024-04-03T20:34:40.157Z PASS [ 15.548s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
44122024-04-03T20:34:40.322Z PASS [ 19.200s] omicron-nexus::test_all integration_tests::console_api::test_sessions
44132024-04-03T20:34:41.760Z PASS [ 15.395s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
44142024-04-03T20:34:49.127Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44152024-04-03T20:34:50.345Z PASS [ 23.654s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
44162024-04-03T20:35:02.787Z PASS [ 22.637s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
44172024-04-03T20:35:02.836Z PASS [ 22.518s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
44182024-04-03T20:35:02.965Z PASS [ 30.492s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
44192024-04-03T20:35:03.082Z PASS [ 21.752s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
44202024-04-03T20:35:10.814Z PASS [ 20.483s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
44212024-04-03T20:35:21.637Z PASS [ 212.518s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44222024-04-03T20:35:24.038Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44232024-04-03T20:35:25.572Z PASS [ 22.499s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
44242024-04-03T20:35:27.634Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44252024-04-03T20:35:34.233Z PASS [ 31.447s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
44262024-04-03T20:35:34.515Z PASS [ 23.698s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
44272024-04-03T20:35:37.958Z PASS [ 35.126s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
44282024-04-03T20:35:38.331Z PASS [ 16.688s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
44292024-04-03T20:35:40.835Z PASS [ 15.264s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
44302024-04-03T20:35:42.145Z PASS [ 38.464s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
44312024-04-03T20:35:50.924Z PASS [ 16.414s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
44322024-04-03T20:35:53.772Z PASS [ 19.537s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
44332024-04-03T20:35:59.840Z PASS [ 21.881s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
44342024-04-03T20:36:00.387Z PASS [ 19.557s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
44352024-04-03T20:36:03.632Z PASS [ 22.209s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
44362024-04-03T20:36:08.960Z PASS [ 30.636s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
44372024-04-03T20:36:13.274Z PASS [ 22.347s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
44382024-04-03T20:36:16.921Z PASS [ 23.155s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
44392024-04-03T20:36:21.030Z PASS [ 20.644s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
44402024-04-03T20:36:22.191Z PASS [ 22.351s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
44412024-04-03T20:36:24.035Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44422024-04-03T20:36:26.889Z PASS [ 23.260s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
44432024-04-03T20:36:27.631Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44442024-04-03T20:36:36.729Z PASS [ 27.771s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
44452024-04-03T20:36:37.711Z PASS [ 16.676s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
44462024-04-03T20:36:44.769Z PASS [ 17.873s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
44472024-04-03T20:36:47.534Z PASS [ 25.339s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
44482024-04-03T20:36:48.007Z PASS [ 34.734s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
44492024-04-03T20:36:49.996Z PASS [ 33.075s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
44502024-04-03T20:36:54.122Z PASS [ 16.419s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
44512024-04-03T20:36:54.636Z PASS [ 0.511s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
44522024-04-03T20:36:55.104Z PASS [ 0.467s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
44532024-04-03T20:36:55.591Z PASS [ 0.485s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
44542024-04-03T20:36:56.037Z PASS [ 0.450s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
44552024-04-03T20:37:00.672Z PASS [ 15.912s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
44562024-04-03T20:37:00.728Z PASS [ 24.001s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
44572024-04-03T20:37:03.862Z PASS [ 16.334s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
44582024-04-03T20:37:04.160Z PASS [ 16.158s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
44592024-04-03T20:37:05.505Z PASS [ 15.511s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
44602024-04-03T20:37:15.293Z PASS [ 19.248s] omicron-nexus::test_all integration_tests::images::test_image_create
44612024-04-03T20:37:21.049Z PASS [ 20.377s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
44622024-04-03T20:37:24.038Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44632024-04-03T20:37:24.101Z PASS [ 23.361s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
44642024-04-03T20:37:24.899Z PASS [ 20.739s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
44652024-04-03T20:37:25.420Z PASS [ 21.263s] omicron-nexus::test_all integration_tests::images::test_image_promotion
44662024-04-03T20:37:25.420Z PASS [ 19.698s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
44672024-04-03T20:37:27.632Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44682024-04-03T20:37:33.029Z PASS [ 8.926s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
44692024-04-03T20:37:33.653Z PASS [ 8.527s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
44702024-04-03T20:37:33.750Z PASS [ 8.544s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
44712024-04-03T20:37:34.175Z PASS [ 9.277s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
44722024-04-03T20:37:35.053Z PASS [ 19.768s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
44732024-04-03T20:37:39.455Z PASS [ 18.407s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
44742024-04-03T20:37:55.450Z PASS [ 15.997s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
44752024-04-03T20:37:57.536Z PASS [ 24.513s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
44762024-04-03T20:37:59.788Z PASS [ 26.037s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
44772024-04-03T20:38:00.681Z PASS [ 25.630s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
44782024-04-03T20:38:08.263Z PASS [ 34.093s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
44792024-04-03T20:38:09.578Z PASS [ 35.933s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
44802024-04-03T20:38:11.500Z PASS [ 16.052s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
44812024-04-03T20:38:15.661Z PASS [ 15.475s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
44822024-04-03T20:38:24.055Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44832024-04-03T20:38:27.148Z PASS [ 15.648s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
44842024-04-03T20:38:27.627Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44852024-04-03T20:38:28.014Z PASS [ 30.487s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
44862024-04-03T20:38:31.066Z PASS [ 30.385s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
44872024-04-03T20:38:31.365Z PASS [ 21.783s] omicron-nexus::test_all integration_tests::instances::test_instance_access
44882024-04-03T20:38:39.910Z PASS [ 24.653s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
44892024-04-03T20:38:47.370Z PASS [ 503.342s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44902024-04-03T20:38:54.218Z PASS [ 27.064s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
44912024-04-03T20:38:55.561Z PASS [ 24.202s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
44922024-04-03T20:38:56.419Z PASS [ 508.801s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44932024-04-03T20:38:57.059Z PASS [ 25.993s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
44942024-04-03T20:38:57.686Z PASS [ 29.675s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
44952024-04-03T20:39:01.871Z PASS [ 53.595s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
44962024-04-03T20:39:06.882Z PASS [ 26.975s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
44972024-04-03T20:39:17.098Z PASS [ 20.683s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
44982024-04-03T20:39:17.745Z PASS [ 30.381s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
44992024-04-03T20:39:18.900Z PASS [ 23.330s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
45002024-04-03T20:39:24.190Z PASS [ 27.136s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
45012024-04-03T20:39:26.831Z PASS [ 24.973s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
45022024-04-03T20:39:29.206Z PASS [ 31.522s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
45032024-04-03T20:39:29.890Z PASS [ 23.009s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
45042024-04-03T20:39:33.541Z PASS [ 39.330s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
45052024-04-03T20:39:41.163Z PASS [ 24.062s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
45062024-04-03T20:39:42.766Z PASS [ 15.935s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
45072024-04-03T20:39:43.379Z PASS [ 24.490s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
45082024-04-03T20:39:46.131Z PASS [ 16.238s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
45092024-04-03T20:39:51.152Z PASS [ 33.411s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
45102024-04-03T20:39:52.264Z PASS [ 23.061s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
45112024-04-03T20:39:52.674Z PASS [ 28.481s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
45122024-04-03T20:39:53.862Z PASS [ 20.316s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
45132024-04-03T20:39:57.709Z PASS [ 14.945s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
45142024-04-03T20:40:02.536Z PASS [ 21.376s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
45152024-04-03T20:40:07.292Z PASS [ 15.009s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
45162024-04-03T20:40:07.446Z PASS [ 21.315s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
45172024-04-03T20:40:08.894Z PASS [ 16.223s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
45182024-04-03T20:40:09.768Z PASS [ 15.912s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
45192024-04-03T20:40:12.095Z PASS [ 28.718s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
45202024-04-03T20:40:13.229Z PASS [ 15.518s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
45212024-04-03T20:40:14.674Z PASS [ 23.523s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
45222024-04-03T20:40:19.804Z PASS [ 17.268s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
45232024-04-03T20:40:24.458Z PASS [ 17.019s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
45242024-04-03T20:40:24.871Z PASS [ 15.979s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
45252024-04-03T20:40:25.028Z PASS [ 15.262s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
45262024-04-03T20:40:25.778Z PASS [ 18.502s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
45272024-04-03T20:40:27.662Z PASS [ 15.566s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
45282024-04-03T20:40:28.220Z PASS [ 14.995s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
45292024-04-03T20:40:29.350Z PASS [ 14.676s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
45302024-04-03T20:40:35.901Z PASS [ 16.100s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
45312024-04-03T20:40:41.231Z PASS [ 16.359s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
45322024-04-03T20:40:42.060Z PASS [ 16.284s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
45332024-04-03T20:40:42.213Z PASS [ 17.755s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
45342024-04-03T20:40:42.596Z PASS [ 17.569s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
45352024-04-03T20:40:44.198Z PASS [ 14.835s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
45362024-04-03T20:40:51.238Z PASS [ 15.337s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
45372024-04-03T20:40:51.317Z PASS [ 23.653s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
45382024-04-03T20:41:00.800Z PASS [ 19.570s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
45392024-04-03T20:41:03.190Z PASS [ 20.595s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
45402024-04-03T20:41:04.872Z PASS [ 20.691s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
45412024-04-03T20:41:10.730Z PASS [ 28.248s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
45422024-04-03T20:41:11.232Z PASS [ 19.996s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
45432024-04-03T20:41:16.484Z PASS [ 48.265s] omicron-nexus::test_all integration_tests::metrics::test_metrics
45442024-04-03T20:41:36.103Z PASS [ 37.356s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
45452024-04-03T20:41:36.180Z PASS [ 20.687s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
45462024-04-03T20:41:36.209Z PASS [ 36.438s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
45472024-04-03T20:41:36.944Z PASS [ 25.708s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
45482024-04-03T20:41:37.152Z PASS [ 36.354s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
45492024-04-03T20:41:39.538Z PASS [ 19.962s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
45502024-04-03T20:41:43.770Z PASS [ 30.477s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
45512024-04-03T20:41:43.865Z PASS [ 37.339s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
45522024-04-03T20:41:44.054Z PASS [ 27.570s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
45532024-04-03T20:41:55.428Z PASS [ 18.267s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
45542024-04-03T20:41:56.523Z PASS [ 16.995s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
45552024-04-03T20:42:00.280Z PASS [ 16.228s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
45562024-04-03T20:42:01.197Z PASS [ 20.415s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
45572024-04-03T20:42:01.382Z PASS [ 37.499s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
45582024-04-03T20:42:02.223Z PASS [ 20.012s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
45592024-04-03T20:42:06.829Z PASS [ 39.081s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
45602024-04-03T20:42:16.103Z PASS [ 20.683s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
45612024-04-03T20:42:17.137Z PASS [ 14.916s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
45622024-04-03T20:42:17.432Z PASS [ 16.232s] omicron-nexus::test_all integration_tests::projects::test_projects
45632024-04-03T20:42:17.510Z PASS [ 17.223s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
45642024-04-03T20:42:21.138Z PASS [ 24.612s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
45652024-04-03T20:42:21.454Z PASS [ 14.624s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
45662024-04-03T20:42:28.655Z PASS [ 51.699s] omicron-nexus::test_all integration_tests::password_login::test_local_users
45672024-04-03T20:42:32.736Z PASS [ 15.601s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
45682024-04-03T20:42:32.799Z PASS [ 15.371s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
45692024-04-03T20:42:33.070Z PASS [ 16.969s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
45702024-04-03T20:42:33.485Z PASS [ 0.413s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
45712024-04-03T20:42:33.703Z PASS [ 16.201s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
45722024-04-03T20:42:35.367Z PASS [ 14.232s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
45732024-04-03T20:42:35.451Z PASS [ 13.998s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
45742024-04-03T20:42:35.602Z PASS [ 0.152s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
45752024-04-03T20:42:35.712Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
45762024-04-03T20:42:35.835Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
45772024-04-03T20:42:35.944Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
45782024-04-03T20:42:36.091Z PASS [ 0.136s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
45792024-04-03T20:42:36.181Z PASS [ 3.417s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
45802024-04-03T20:42:36.278Z PASS [ 3.453s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
45812024-04-03T20:42:36.973Z PASS [ 3.492s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
45822024-04-03T20:42:37.122Z PASS [ 3.417s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
45832024-04-03T20:42:40.004Z PASS [ 38.628s] omicron-nexus::test_all integration_tests::quotas::test_quotas
45842024-04-03T20:42:43.878Z PASS [ 15.243s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
45852024-04-03T20:42:44.026Z PASS [ 0.147s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
45862024-04-03T20:42:52.558Z PASS [ 16.306s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
45872024-04-03T20:42:52.942Z PASS [ 16.862s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
45882024-04-03T20:42:53.078Z PASS [ 0.137s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
45892024-04-03T20:42:53.163Z PASS [ 16.989s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
45902024-04-03T20:42:53.218Z PASS [ 0.136s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
45912024-04-03T20:42:53.299Z PASS [ 16.316s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
45922024-04-03T20:42:53.785Z PASS [ 16.666s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
45932024-04-03T20:42:53.947Z PASS [ 18.593s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
45942024-04-03T20:42:54.938Z PASS [ 14.519s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
45952024-04-03T20:42:58.884Z PASS [ 14.871s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
45962024-04-03T20:43:06.137Z PASS [ 12.844s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
45972024-04-03T20:43:06.279Z PASS [ 13.098s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
45982024-04-03T20:43:06.311Z PASS [ 13.061s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
45992024-04-03T20:43:06.347Z PASS [ 13.737s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
46002024-04-03T20:43:06.597Z PASS [ 12.811s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
46012024-04-03T20:43:17.471Z PASS [ 11.341s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
46022024-04-03T20:43:19.095Z PASS [ 12.499s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
46032024-04-03T20:43:29.827Z PASS [ 12.345s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
46042024-04-03T20:43:30.291Z PASS [ 11.196s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
46052024-04-03T20:43:41.733Z PASS [ 11.441s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
46062024-04-03T20:43:41.770Z PASS [ 11.954s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
46072024-04-03T20:43:48.554Z PASS [ 6.775s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
46082024-04-03T20:44:16.668Z PASS [ 28.123s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
46092024-04-03T20:44:23.214Z PASS [ 41.479s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
46102024-04-03T20:44:35.612Z PASS [ 18.947s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
46112024-04-03T20:44:46.481Z PASS [ 23.221s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
46122024-04-03T20:44:59.213Z PASS [ 12.762s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
46132024-04-03T20:44:59.650Z PASS [ 12.807s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
46142024-04-03T20:44:59.776Z PASS [ 13.332s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
46152024-04-03T20:44:59.866Z PASS [ 13.398s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
46162024-04-03T20:45:02.881Z PASS [ 27.239s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
46172024-04-03T20:45:15.316Z PASS [ 16.096s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
46182024-04-03T20:45:15.573Z PASS [ 16.339s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
46192024-04-03T20:45:15.778Z PASS [ 15.913s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
46202024-04-03T20:45:15.819Z PASS [ 16.050s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
46212024-04-03T20:45:18.588Z PASS [ 15.721s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
46222024-04-03T20:45:18.620Z PASS [ 15.728s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
46232024-04-03T20:45:19.126Z PASS [ 15.839s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
46242024-04-03T20:45:20.214Z PASS [ 17.346s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
46252024-04-03T20:45:32.765Z PASS [ 17.188s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
46262024-04-03T20:45:32.817Z PASS [ 17.512s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
46272024-04-03T20:45:33.199Z PASS [ 17.378s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
46282024-04-03T20:45:34.482Z PASS [ 15.766s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
46292024-04-03T20:45:34.564Z PASS [ 15.951s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
46302024-04-03T20:45:36.227Z PASS [ 16.027s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
46312024-04-03T20:45:36.799Z PASS [ 18.216s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
46322024-04-03T20:45:37.805Z PASS [ 22.021s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
46332024-04-03T20:45:49.577Z PASS [ 16.761s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
46342024-04-03T20:45:49.829Z PASS [ 17.050s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
46352024-04-03T20:45:52.316Z PASS [ 15.519s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
46362024-04-03T20:45:52.542Z PASS [ 17.981s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
46372024-04-03T20:45:53.140Z PASS [ 19.940s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
46382024-04-03T20:45:56.116Z PASS [ 19.894s] omicron-nexus::test_all integration_tests::silos::test_silos
46392024-04-03T20:45:56.218Z PASS [ 21.739s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
46402024-04-03T20:45:58.473Z PASS [ 20.677s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
46412024-04-03T20:46:06.217Z PASS [ 16.638s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
46422024-04-03T20:46:09.586Z PASS [ 16.863s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
46432024-04-03T20:46:10.823Z PASS [ 21.017s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
46442024-04-03T20:46:11.039Z PASS [ 14.921s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
46452024-04-03T20:46:12.077Z PASS [ 15.860s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
46462024-04-03T20:46:15.222Z PASS [ 16.755s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
46472024-04-03T20:46:16.494Z PASS [ 4.410s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
46482024-04-03T20:46:17.909Z PASS [ 1.421s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
46492024-04-03T20:46:19.061Z PASS [ 26.513s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
46502024-04-03T20:46:19.670Z PASS [ 4.446s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
46512024-04-03T20:46:20.333Z PASS [ 27.196s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
46522024-04-03T20:46:21.365Z PASS [ 15.150s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
46532024-04-03T20:46:22.349Z PASS [ 4.447s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
46542024-04-03T20:46:23.317Z PASS [ 0.965s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
46552024-04-03T20:46:23.495Z PASS [ 4.440s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
46562024-04-03T20:46:31.678Z PASS [ 20.643s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
46572024-04-03T20:46:34.274Z PASS [ 23.449s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
46582024-04-03T20:46:35.076Z PASS [ 15.409s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
46592024-04-03T20:46:35.291Z PASS [ 26.113s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
46602024-04-03T20:46:38.172Z PASS [ 14.855s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
46612024-04-03T20:46:43.031Z PASS [ 19.540s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
46622024-04-03T20:46:47.508Z PASS [ 15.828s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
46632024-04-03T20:46:48.192Z PASS [ 27.856s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
46642024-04-03T20:46:49.213Z PASS [ 14.927s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
46652024-04-03T20:46:58.657Z PASS [ 23.367s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
46662024-04-03T20:47:02.147Z PASS [ 27.072s] omicron-nexus::test_all integration_tests::utilization::test_utilization
46672024-04-03T20:47:03.488Z PASS [ 25.320s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
46682024-04-03T20:47:08.128Z PASS [ 25.092s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
46692024-04-03T20:47:13.570Z PASS [ 26.063s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
46702024-04-03T20:47:13.823Z PASS [ 25.636s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
46712024-04-03T20:47:14.317Z PASS [ 25.118s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
46722024-04-03T20:47:21.370Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46732024-04-03T20:47:24.701Z PASS [ 26.027s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46742024-04-03T20:47:28.132Z PASS [ 25.985s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
46752024-04-03T20:47:28.401Z PASS [ 24.894s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46762024-04-03T20:47:29.725Z PASS [ 21.600s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46772024-04-03T20:47:34.052Z PASS [ 20.481s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46782024-04-03T20:47:38.137Z PASS [ 76.780s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46792024-04-03T20:47:45.074Z PASS [ 31.253s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46802024-04-03T20:47:45.119Z PASS [ 30.806s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46812024-04-03T20:47:57.358Z PASS [ 23.308s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46822024-04-03T20:47:59.158Z PASS [ 14.037s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46832024-04-03T20:48:00.006Z PASS [ 35.326s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46842024-04-03T20:48:03.676Z PASS [ 35.545s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46852024-04-03T20:48:04.201Z PASS [ 34.469s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46862024-04-03T20:48:04.430Z PASS [ 26.294s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46872024-04-03T20:48:08.932Z PASS [ 23.854s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46882024-04-03T20:48:11.313Z PASS [ 42.916s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46892024-04-03T20:48:12.203Z PASS [ 14.850s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46902024-04-03T20:48:13.378Z PASS [ 14.214s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46912024-04-03T20:48:13.952Z PASS [ 13.945s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46922024-04-03T20:48:17.754Z PASS [ 14.075s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46932024-04-03T20:48:18.229Z PASS [ 13.797s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46942024-04-03T20:48:18.265Z PASS [ 14.079s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46952024-04-03T20:48:23.538Z PASS [ 14.607s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46962024-04-03T20:48:27.144Z PASS [ 15.840s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46972024-04-03T20:48:28.747Z PASS [ 15.377s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
46982024-04-03T20:48:28.821Z PASS [ 14.873s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
46992024-04-03T20:48:29.260Z PASS [ 17.050s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
47002024-04-03T20:48:32.753Z PASS [ 14.480s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
47012024-04-03T20:48:32.848Z PASS [ 14.597s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
47022024-04-03T20:48:32.931Z PASS [ 15.110s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
47032024-04-03T20:48:38.210Z PASS [ 14.670s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
47042024-04-03T20:48:43.345Z PASS [ 16.198s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
47052024-04-03T20:48:43.943Z PASS [ 15.194s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
47062024-04-03T20:48:44.224Z PASS [ 15.401s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
47072024-04-03T20:48:44.286Z PASS [ 15.027s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
47082024-04-03T20:48:47.766Z PASS [ 14.942s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
47092024-04-03T20:48:47.980Z PASS [ 15.229s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
47102024-04-03T20:48:48.485Z PASS [ 15.619s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
47112024-04-03T20:48:56.958Z PASS [ 15.435s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
47122024-04-03T20:48:59.579Z PASS [ 16.244s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
47132024-04-03T20:49:00.035Z PASS [ 16.091s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
47142024-04-03T20:49:00.084Z PASS [ 15.863s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
47152024-04-03T20:49:02.111Z PASS [ 17.831s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
47162024-04-03T20:49:02.171Z PASS [ 0.061s] omicron-package dot::test::test_bad_dependency
47172024-04-03T20:49:02.206Z PASS [ 0.036s] omicron-package dot::test::test_dot_output
47182024-04-03T20:49:03.824Z PASS [ 3.732s] omicron-omdb::test_all_output test_omdb_usage_errors
47192024-04-03T20:49:04.756Z PASS [ 0.025s] omicron-passwords test::test_password_constraints
47202024-04-03T20:49:05.995Z PASS [ 18.228s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
47212024-04-03T20:49:06.514Z PASS [ 2.667s] omicron-passwords test::test_reproducible
47222024-04-03T20:49:06.556Z PASS [ 0.045s] omicron-passwords test::test_stable
47232024-04-03T20:49:06.584Z PASS [ 0.024s] omicron-passwords test::test_weak_hashes
47242024-04-03T20:49:06.615Z PASS [ 0.022s] omicron-rpaths internal::tests::test_configure_from_path
47252024-04-03T20:49:06.654Z PASS [ 0.051s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47262024-04-03T20:49:06.682Z PASS [ 0.022s] omicron-rpaths internal::tests::test_emit_rpath
47272024-04-03T20:49:06.898Z PASS [ 0.219s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47282024-04-03T20:49:07.034Z PASS [ 18.558s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47292024-04-03T20:49:07.149Z PASS [ 0.117s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47302024-04-03T20:49:07.294Z PASS [ 0.143s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47312024-04-03T20:49:07.394Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47322024-04-03T20:49:07.508Z PASS [ 0.613s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47332024-04-03T20:49:07.576Z PASS [ 0.066s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47342024-04-03T20:49:07.621Z PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47352024-04-03T20:49:07.693Z PASS [ 0.061s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47362024-04-03T20:49:07.733Z PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47372024-04-03T20:49:07.774Z PASS [ 0.036s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47382024-04-03T20:49:07.812Z PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47392024-04-03T20:49:07.895Z PASS [ 0.075s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47402024-04-03T20:49:07.958Z PASS [ 0.556s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47412024-04-03T20:49:07.989Z PASS [ 0.071s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47422024-04-03T20:49:07.989Z PASS [ 0.032s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47432024-04-03T20:49:08.014Z PASS [ 0.038s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47442024-04-03T20:49:08.014Z PASS [ 0.032s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47452024-04-03T20:49:08.039Z PASS [ 0.033s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47462024-04-03T20:49:08.065Z PASS [ 0.031s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47472024-04-03T20:49:08.094Z PASS [ 0.058s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47482024-04-03T20:49:08.138Z PASS [ 0.054s] omicron-sled-agent config::test::test_smf_configs
47492024-04-03T20:49:08.579Z PASS [ 0.051s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47502024-04-03T20:49:08.579Z PASS [ 0.053s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47512024-04-03T20:49:09.416Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47522024-04-03T20:49:09.416Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47532024-04-03T20:49:09.416Z PASS [ 0.049s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47542024-04-03T20:49:09.416Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47552024-04-03T20:49:09.416Z PASS [ 6.077s] omicron-passwords test::test_compatible
47562024-04-03T20:49:10.550Z PASS [ 22.575s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
47572024-04-03T20:49:11.194Z PASS [ 17.557s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47582024-04-03T20:49:11.222Z PASS [ 2.991s] omicron-sled-agent instance::tests::test_instance_create_events_normal
47592024-04-03T20:49:11.254Z PASS [ 0.035s] omicron-sled-agent probe_manager::test::probe_state_set_ops
47602024-04-03T20:49:11.364Z PASS [ 0.047s] omicron-sled-agent profile::tests::empty_profile
47612024-04-03T20:49:11.364Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_disabled_instance
47622024-04-03T20:49:11.393Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_instance
47632024-04-03T20:49:11.421Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_multiple
47642024-04-03T20:49:11.455Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property
47652024-04-03T20:49:11.488Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_property_group
47662024-04-03T20:49:11.522Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_service
47672024-04-03T20:49:11.560Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service_property_group
47682024-04-03T20:49:11.616Z PASS [ 0.049s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47692024-04-03T20:49:11.659Z PASS [ 0.048s] omicron-sled-agent rack_setup::config::test::test_subnets
47702024-04-03T20:49:11.693Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47712024-04-03T20:49:11.746Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47722024-04-03T20:49:11.833Z PASS [ 0.081s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47732024-04-03T20:49:11.873Z PASS [ 3.609s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47742024-04-03T20:49:11.903Z PASS [ 3.579s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47752024-04-03T20:49:11.903Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
47762024-04-03T20:49:11.904Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47772024-04-03T20:49:11.940Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47782024-04-03T20:49:11.972Z PASS [ 0.050s] omicron-sled-agent services::test::test_all_zones_requests_schema
47792024-04-03T20:49:12.008Z PASS [ 0.089s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47802024-04-03T20:49:12.009Z PASS [ 0.047s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47812024-04-03T20:49:13.069Z PASS [ 2.515s] omicron-sled-agent instance::tests::test_instance_manager_creation
47822024-04-03T20:49:14.367Z PASS [ 2.400s] omicron-sled-agent services::test::test_ensure_service
47832024-04-03T20:49:14.445Z PASS [ 2.447s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47842024-04-03T20:49:14.913Z PASS [ 2.590s] omicron-sled-agent services::test::test_bad_generations
47852024-04-03T20:49:15.757Z PASS [ 2.688s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
47862024-04-03T20:49:16.409Z PASS [ 2.043s] omicron-sled-agent services::test::test_old_ledger_migration
47872024-04-03T20:49:16.448Z PASS [ 0.035s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47882024-04-03T20:49:16.483Z PASS [ 2.042s] omicron-sled-agent services::test::test_old_ledger_migration_bad
47892024-04-03T20:49:16.507Z PASS [ 0.050s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47902024-04-03T20:49:16.534Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47912024-04-03T20:49:16.990Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47922024-04-03T20:49:17.019Z PASS [ 0.108s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47932024-04-03T20:49:17.020Z PASS [ 17.018s] omicron-omdb::test_all_output test_omdb_env_settings
47942024-04-03T20:49:17.020Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47952024-04-03T20:49:17.020Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47962024-04-03T20:49:17.020Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47972024-04-03T20:49:17.020Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47982024-04-03T20:49:17.020Z PASS [ 0.045s] omicron-sled-agent updates::test::test_query_no_components
47992024-04-03T20:49:17.021Z PASS [ 0.044s] omicron-sled-agent updates::test::test_query_sled_agent_version
48002024-04-03T20:49:17.021Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_zone_version
48012024-04-03T20:49:17.021Z PASS [ 0.038s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
48022024-04-03T20:49:17.021Z PASS [ 0.148s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
48032024-04-03T20:49:17.021Z PASS [ 2.405s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
48042024-04-03T20:49:17.021Z PASS [ 0.048s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
48052024-04-03T20:49:18.518Z PASS [ 2.760s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
48062024-04-03T20:49:18.747Z PASS [ 1.879s] omicron-sled-agent zone_bundle::illumos_tests::test_context
48072024-04-03T20:49:18.904Z PASS [ 18.864s] omicron-omdb::test_all_output test_omdb_success_cases
48082024-04-03T20:49:18.958Z PASS [ 0.062s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
48092024-04-03T20:49:18.993Z PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
48102024-04-03T20:49:19.046Z PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_disk_usage
48112024-04-03T20:49:19.078Z PASS [ 0.032s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
48122024-04-03T20:49:19.108Z PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
48132024-04-03T20:49:19.133Z PASS [ 2.354s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
48142024-04-03T20:49:19.192Z PASS [ 0.034s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
48152024-04-03T20:49:19.226Z PASS [ 2.256s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
48162024-04-03T20:49:19.254Z PASS [ 13.256s] omicron-passwords test::test_smoke
48172024-04-03T20:49:19.421Z PASS [ 2.776s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
48182024-04-03T20:49:19.445Z PASS [ 0.291s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
48192024-04-03T20:49:19.485Z PASS [ 0.053s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
48202024-04-03T20:49:19.520Z PASS [ 0.272s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48212024-04-03T20:49:19.545Z PASS [ 0.121s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
48222024-04-03T20:49:19.569Z PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
48232024-04-03T20:49:19.599Z PASS [ 0.446s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
48242024-04-03T20:49:19.599Z PASS [ 0.050s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48252024-04-03T20:49:20.036Z PASS [ 0.034s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48262024-04-03T20:49:20.036Z PASS [ 0.086s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48272024-04-03T20:49:20.036Z PASS [ 0.532s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
48282024-04-03T20:49:20.036Z PASS [ 0.281s] omicron-test-utils dev::db::test::test_bad_cmd
48292024-04-03T20:49:20.036Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48302024-04-03T20:49:20.036Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48312024-04-03T20:49:20.036Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48322024-04-03T20:49:20.036Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_process_exit_normal
48332024-04-03T20:49:20.068Z PASS [ 0.320s] omicron-test-utils dev::db::test::test_database_start_hang
48342024-04-03T20:49:20.139Z PASS [ 0.531s] omicron-test-utils dev::db::test::test_cmd_fails
48352024-04-03T20:49:20.461Z PASS [ 1.936s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
48362024-04-03T20:49:20.494Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_starter_tmpdir
48372024-04-03T20:49:20.532Z PASS [ 1.037s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
48382024-04-03T20:49:20.566Z PASS [ 0.058s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48392024-04-03T20:49:20.593Z PASS [ 0.041s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48402024-04-03T20:49:20.620Z PASS [ 0.039s] oximeter histogram::tests::test_bin_range
48412024-04-03T20:49:20.621Z PASS [ 0.062s] omicron-test-utils dev::test_cmds::tests::test_redact_variable
48422024-04-03T20:49:20.649Z PASS [ 0.028s] oximeter histogram::tests::test_bin_range_from
48432024-04-03T20:49:20.649Z PASS [ 0.030s] oximeter histogram::tests::test_bin_range_to
48442024-04-03T20:49:20.683Z PASS [ 0.039s] oximeter histogram::tests::test_empty_bins_not_supported
48452024-04-03T20:49:20.712Z PASS [ 0.035s] oximeter histogram::tests::test_ensure_finite
48462024-04-03T20:49:20.713Z PASS [ 0.037s] oximeter histogram::tests::test_histogram
48472024-04-03T20:49:20.739Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_extreme_bins
48482024-04-03T20:49:20.775Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_extreme_samples
48492024-04-03T20:49:20.775Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_float_bins
48502024-04-03T20:49:20.802Z PASS [ 0.043s] oximeter histogram::tests::test_histogram_to_arrays
48512024-04-03T20:49:20.827Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_unbounded_samples
48522024-04-03T20:49:20.827Z PASS [ 2.053s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48532024-04-03T20:49:20.854Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_unsorted_bins
48542024-04-03T20:49:20.897Z PASS [ 0.051s] oximeter histogram::tests::test_histogram_with_bins
48552024-04-03T20:49:20.897Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48562024-04-03T20:49:20.897Z LEAK [ 0.820s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
48572024-04-03T20:49:20.923Z PASS [ 0.086s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48582024-04-03T20:49:20.923Z PASS [ 0.080s] oximeter histogram::tests::test_log_linear_bins_all_representable
48592024-04-03T20:49:20.923Z PASS [ 0.066s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48602024-04-03T20:49:20.959Z PASS [ 0.029s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48612024-04-03T20:49:21.003Z PASS [ 0.067s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48622024-04-03T20:49:21.003Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
48632024-04-03T20:49:21.003Z PASS [ 0.085s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48642024-04-03T20:49:21.091Z PASS [ 0.043s] oximeter histogram::tests::test_span_decades
48652024-04-03T20:49:21.132Z PASS [ 0.061s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
48662024-04-03T20:49:21.132Z PASS [ 0.057s] oximeter histogram::tests::test_span_decades_other_counts_f64
48672024-04-03T20:49:21.132Z PASS [ 0.043s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48682024-04-03T20:49:21.133Z PASS [ 0.058s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48692024-04-03T20:49:21.133Z PASS [ 0.046s] oximeter schema::tests::test_field_schema_ordering
48702024-04-03T20:49:21.133Z PASS [ 0.047s] oximeter schema::tests::test_timeseries_name
48712024-04-03T20:49:21.172Z PASS [ 0.046s] oximeter schema::tests::test_timeseries_name_from_str
48722024-04-03T20:49:21.172Z PASS [ 0.074s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48732024-04-03T20:49:21.172Z PASS [ 0.065s] oximeter schema::tests::test_timeseries_schema_from_parts
48742024-04-03T20:49:21.173Z PASS [ 0.040s] oximeter schema::tests::test_timeseries_schema_from_sample
48752024-04-03T20:49:21.203Z PASS [ 0.042s] oximeter traits::tests::test_metric_trait
48762024-04-03T20:49:21.203Z PASS [ 0.051s] oximeter test_util::tests::test_gen_test_samples
48772024-04-03T20:49:21.231Z PASS [ 0.055s] oximeter traits::tests::test_producer_trait
48782024-04-03T20:49:21.231Z PASS [ 0.046s] oximeter traits::tests::test_target_trait
48792024-04-03T20:49:21.259Z PASS [ 0.048s] oximeter types::tests::test_cumulative_i64
48802024-04-03T20:49:21.259Z PASS [ 0.064s] oximeter types::tests::test_cumulative_f64
48812024-04-03T20:49:21.312Z PASS [ 0.051s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48822024-04-03T20:49:21.312Z PASS [ 0.063s] oximeter types::tests::test_datum
48832024-04-03T20:49:21.358Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48842024-04-03T20:49:21.358Z PASS [ 0.063s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48852024-04-03T20:49:21.395Z PASS [ 0.066s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48862024-04-03T20:49:21.395Z PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48872024-04-03T20:49:21.395Z PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48882024-04-03T20:49:21.395Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48892024-04-03T20:49:21.556Z PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48902024-04-03T20:49:21.556Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48912024-04-03T20:49:21.557Z PASS [ 0.058s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48922024-04-03T20:49:21.557Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48932024-04-03T20:49:21.591Z PASS [ 0.053s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48942024-04-03T20:49:21.591Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48952024-04-03T20:49:21.592Z PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48962024-04-03T20:49:21.592Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48972024-04-03T20:49:21.592Z PASS [ 0.056s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48982024-04-03T20:49:21.592Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48992024-04-03T20:49:21.592Z PASS [ 0.048s] oximeter types::tests::test_measurement
49002024-04-03T20:49:21.592Z PASS [ 0.054s] oximeter types::tests::test_sample_struct
49012024-04-03T20:49:21.593Z PASS [ 0.040s] oximeter types::tests::test_verify_field_names
49022024-04-03T20:49:21.643Z PASS [ 0.126s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
49032024-04-03T20:49:21.681Z PASS [ 0.036s] oximeter-collector self_stats::tests::test_failure_reason_serialization
49042024-04-03T20:49:21.755Z PASS [ 0.078s] oximeter-collector self_stats::tests::test_no_schema_changes
49052024-04-03T20:49:21.780Z PASS [ 0.216s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
49062024-04-03T20:49:21.817Z PASS [ 0.237s] oximeter-collector agent::tests::test_self_stat_error_counter
49072024-04-03T20:49:21.817Z PASS [ 0.248s] oximeter-collector agent::tests::test_self_stat_collection_count
49082024-04-03T20:49:22.051Z PASS [ 0.287s] oximeter-collector::test_commands test_oximeter_no_args
49092024-04-03T20:49:22.495Z PASS [ 0.417s] oximeter-collector::test_commands test_oximeter_openapi
49102024-04-03T20:49:23.073Z PASS [ 1.297s] oximeter-db client::oxql::tests::test_get_entire_table
49112024-04-03T20:49:23.133Z PASS [ 1.348s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
49122024-04-03T20:49:23.257Z PASS [ 1.207s] oximeter-db client::oxql::tests::test_get_one_timeseries
49132024-04-03T20:49:23.780Z PASS [ 0.707s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
49142024-04-03T20:49:24.181Z PASS [ 1.031s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
49152024-04-03T20:49:24.228Z PASS [ 0.046s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
49162024-04-03T20:49:24.228Z PASS [ 0.963s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
49172024-04-03T20:49:25.153Z PASS [ 1.373s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
49182024-04-03T20:49:25.177Z PASS [ 2.981s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49192024-04-03T20:49:25.344Z PASS [ 1.131s] oximeter-db client::tests::test_select_all_field_types
49202024-04-03T20:49:25.373Z PASS [ 0.030s] oximeter-db client::tests::test_unravel_index
49212024-04-03T20:49:25.424Z PASS [ 0.039s] oximeter-db client::tests::test_verify_schema_upgrades
49222024-04-03T20:49:25.454Z PASS [ 0.029s] oximeter-db model::tests::test_db_bool
49232024-04-03T20:49:25.883Z PASS [ 0.435s] oximeter-db model::tests::test_db_bool_bad
49242024-04-03T20:49:25.919Z PASS [ 0.035s] oximeter-db model::tests::test_db_datum_type_conversion
49252024-04-03T20:49:25.948Z PASS [ 0.039s] oximeter-db model::tests::test_db_field_list_conversion
49262024-04-03T20:49:25.986Z PASS [ 0.029s] oximeter-db model::tests::test_db_field_type_conversion
49272024-04-03T20:49:26.013Z PASS [ 0.031s] oximeter-db model::tests::test_db_histogram
49282024-04-03T20:49:26.040Z PASS [ 0.033s] oximeter-db model::tests::test_histogram_to_arrays
49292024-04-03T20:49:26.199Z PASS [ 0.157s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49302024-04-03T20:49:26.232Z PASS [ 0.034s] oximeter-db model::tests::test_parse_bytes_measurement
49312024-04-03T20:49:26.305Z PASS [ 0.034s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49322024-04-03T20:49:26.343Z PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49332024-04-03T20:49:26.372Z PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49342024-04-03T20:49:26.415Z PASS [ 0.036s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49352024-04-03T20:49:26.467Z PASS [ 0.035s] oximeter-db model::tests::test_unroll_from_source
49362024-04-03T20:49:26.517Z PASS [ 0.048s] oximeter-db model::tests::test_unroll_measurement_row
49372024-04-03T20:49:26.518Z PASS [ 0.035s] oximeter-db model::tests::test_unroll_missing_measurement_row
49382024-04-03T20:49:26.561Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49392024-04-03T20:49:26.594Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49402024-04-03T20:49:26.594Z PASS [ 6.436s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
49412024-04-03T20:49:26.622Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_comparison
49422024-04-03T20:49:26.622Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49432024-04-03T20:49:26.650Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49442024-04-03T20:49:26.651Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49452024-04-03T20:49:26.676Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49462024-04-03T20:49:26.701Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49472024-04-03T20:49:26.701Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49482024-04-03T20:49:26.733Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49492024-04-03T20:49:26.855Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49502024-04-03T20:49:26.855Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49512024-04-03T20:49:26.856Z PASS [ 0.070s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49522024-04-03T20:49:26.891Z PASS [ 0.102s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
49532024-04-03T20:49:26.921Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_ident
49542024-04-03T20:49:26.956Z PASS [ 0.123s] oximeter-db oxql::ast::grammar::tests::test_group_by
49552024-04-03T20:49:26.997Z PASS [ 7.305s] omicron-test-utils dev::db::test::test_database_concurrent
49562024-04-03T20:49:26.997Z PASS [ 0.056s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
49572024-04-03T20:49:27.440Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
49582024-04-03T20:49:27.440Z PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
49592024-04-03T20:49:27.440Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
49602024-04-03T20:49:27.441Z PASS [ 0.056s] oximeter-db oxql::ast::grammar::tests::test_now_with_offset
49612024-04-03T20:49:27.441Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
49622024-04-03T20:49:27.441Z PASS [ 1.899s] oximeter-db client::tests::test_sql_query_output
49632024-04-03T20:49:27.441Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
49642024-04-03T20:49:27.441Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
49652024-04-03T20:49:27.441Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_query
49662024-04-03T20:49:27.441Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
49672024-04-03T20:49:27.442Z PASS [ 0.054s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
49682024-04-03T20:49:27.442Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
49692024-04-03T20:49:27.442Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
49702024-04-03T20:49:27.442Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_reducer
49712024-04-03T20:49:27.442Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
49722024-04-03T20:49:27.443Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
49732024-04-03T20:49:27.443Z PASS [ 0.036s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
49742024-04-03T20:49:27.443Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
49752024-04-03T20:49:27.443Z PASS [ 0.035s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
49762024-04-03T20:49:27.443Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
49772024-04-03T20:49:27.443Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
49782024-04-03T20:49:27.443Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
49792024-04-03T20:49:27.444Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
49802024-04-03T20:49:27.444Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
49812024-04-03T20:49:27.444Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
49822024-04-03T20:49:27.444Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
49832024-04-03T20:49:27.444Z PASS [ 0.046s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
49842024-04-03T20:49:27.445Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
49852024-04-03T20:49:27.522Z PASS [ 0.086s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
49862024-04-03T20:49:27.522Z PASS [ 0.070s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
49872024-04-03T20:49:27.522Z PASS [ 0.101s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
49882024-04-03T20:49:27.522Z PASS [ 0.071s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
49892024-04-03T20:49:27.522Z PASS [ 0.056s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
49902024-04-03T20:49:27.522Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
49912024-04-03T20:49:27.523Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
49922024-04-03T20:49:27.670Z PASS [ 0.034s] oximeter-db oxql::point::tests::test_cast_points_from_bool
49932024-04-03T20:49:27.670Z PASS [ 0.041s] oximeter-db oxql::point::tests::test_cast_points_from_double
49942024-04-03T20:49:27.670Z PASS [ 0.040s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
49952024-04-03T20:49:27.670Z PASS [ 0.060s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
49962024-04-03T20:49:27.670Z PASS [ 0.041s] oximeter-db oxql::point::tests::test_cast_points_from_integer
49972024-04-03T20:49:27.670Z PASS [ 0.058s] oximeter-db oxql::point::tests::test_cast_points_from_string
49982024-04-03T20:49:27.670Z PASS [ 0.046s] oximeter-db oxql::point::tests::test_point_delta_between
49992024-04-03T20:49:27.671Z PASS [ 0.043s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
50002024-04-03T20:49:27.671Z PASS [ 0.043s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
50012024-04-03T20:49:27.788Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
50022024-04-03T20:49:27.788Z PASS [ 0.053s] oximeter-db oxql::query::tests::test_coalesce_predicates
50032024-04-03T20:49:27.813Z PASS [ 0.055s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
50042024-04-03T20:49:27.813Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
50052024-04-03T20:49:27.813Z PASS [ 0.052s] oximeter-db oxql::query::tests::test_query_end_time
50062024-04-03T20:49:27.813Z PASS [ 0.053s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
50072024-04-03T20:49:27.813Z PASS [ 0.047s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
50082024-04-03T20:49:27.813Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50092024-04-03T20:49:27.844Z PASS [ 0.062s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50102024-04-03T20:49:27.868Z PASS [ 0.049s] oximeter-db query::tests::test_field_cmp
50112024-04-03T20:49:27.868Z PASS [ 0.050s] oximeter-db query::tests::test_field_selector_as_query
50122024-04-03T20:49:27.902Z PASS [ 0.096s] oximeter-db oxql::query::tests::test_split_query
50132024-04-03T20:49:27.903Z PASS [ 0.037s] oximeter-db query::tests::test_field_value_as_db_str
50142024-04-03T20:49:27.937Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_field_selectors
50152024-04-03T20:49:27.937Z PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_filter_raw
50162024-04-03T20:49:27.968Z PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_from_parts
50172024-04-03T20:49:27.969Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_full
50182024-04-03T20:49:28.010Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_limit_offset
50192024-04-03T20:49:28.010Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_fields
50202024-04-03T20:49:28.049Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_no_selectors
50212024-04-03T20:49:28.049Z PASS [ 0.048s] oximeter-db query::tests::test_string_field_selector
50222024-04-03T20:49:28.049Z PASS [ 0.046s] oximeter-db query::tests::test_time_range
50232024-04-03T20:49:28.085Z PASS [ 0.047s] oximeter-db sql::tests::test_allow_limit_offset
50242024-04-03T20:49:28.085Z PASS [ 0.040s] oximeter-db sql::tests::test_cannot_name_database
50252024-04-03T20:49:28.085Z PASS [ 0.061s] oximeter-db sql::tests::test_allow_subqueries
50262024-04-03T20:49:28.125Z PASS [ 0.041s] oximeter-db sql::tests::test_ctes_are_not_supported
50272024-04-03T20:49:28.125Z PASS [ 0.045s] oximeter-db sql::tests::test_function_allow_list
50282024-04-03T20:49:28.157Z PASS [ 0.047s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50292024-04-03T20:49:28.157Z PASS [ 0.073s] oximeter-db sql::tests::test_join_must_be_inner
50302024-04-03T20:49:28.183Z PASS [ 0.047s] oximeter-db sql::tests::test_query_must_be_select_statement
50312024-04-03T20:49:28.183Z PASS [ 0.043s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50322024-04-03T20:49:28.216Z PASS [ 0.045s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50332024-04-03T20:49:28.216Z PASS [ 0.044s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50342024-04-03T20:49:28.243Z PASS [ 0.042s] oximeter-db sql::tests::test_with_comma_join_fails
50352024-04-03T20:49:28.243Z PASS [ 0.039s] oximeter-db tests::test_timeseries_key_field_stability
50362024-04-03T20:49:28.243Z PASS [ 0.039s] oximeter-db tests::test_timeseries_key_sample_stability
50372024-04-03T20:49:28.273Z PASS [ 0.037s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50382024-04-03T20:49:28.312Z PASS [ 0.068s] oximeter-instruments http::tests::test_normalize_uri_path
50392024-04-03T20:49:28.338Z PASS [ 0.090s] oximeter-instruments http::tests::test_latency_tracker
50402024-04-03T20:49:28.382Z PASS [ 0.123s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50412024-04-03T20:49:28.413Z PASS [ 0.084s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
50422024-04-03T20:49:28.413Z PASS [ 0.072s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
50432024-04-03T20:49:28.438Z PASS [ 1.377s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
50442024-04-03T20:49:28.462Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
50452024-04-03T20:49:28.525Z PASS [ 0.072s] oximeter-instruments kstat::link::tests::test_physical_datalink
50462024-04-03T20:49:28.525Z PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
50472024-04-03T20:49:28.553Z PASS [ 0.043s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
50482024-04-03T20:49:28.553Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
50492024-04-03T20:49:28.553Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
50502024-04-03T20:49:28.554Z PASS [ 0.076s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
50512024-04-03T20:49:28.554Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
50522024-04-03T20:49:28.554Z PASS [ 0.045s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
50532024-04-03T20:49:28.583Z PASS [ 0.045s] oximeter-macro-impl tests::test_metric_annotated_field
50542024-04-03T20:49:28.583Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_datum_field
50552024-04-03T20:49:28.608Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_without_datum_field
50562024-04-03T20:49:28.608Z PASS [ 0.044s] oximeter-macro-impl tests::test_metric_enum
50572024-04-03T20:49:28.633Z PASS [ 0.043s] oximeter-macro-impl tests::test_target
50582024-04-03T20:49:28.633Z PASS [ 0.033s] oximeter-macro-impl tests::test_target_empty_struct
50592024-04-03T20:49:28.661Z PASS [ 0.034s] oximeter-macro-impl tests::test_target_unit_struct
50602024-04-03T20:49:28.661Z PASS [ 0.043s] oximeter-macro-impl tests::test_target_enum
50612024-04-03T20:49:28.705Z PASS [ 0.044s] oximeter-macro-impl tests::test_target_with_datum_field
50622024-04-03T20:49:28.705Z PASS [ 0.035s] oxlog tests::test_is_oxide_smf_log_file
50632024-04-03T20:49:28.705Z PASS [ 0.048s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
50642024-04-03T20:49:28.706Z PASS [ 0.035s] oxlog tests::test_sort_logs
50652024-04-03T20:49:28.753Z PASS [ 0.044s] sled-hardware disk::test::test_disk_paths
50662024-04-03T20:49:28.753Z PASS [ 0.043s] sled-hardware disk::test::test_partition_device_paths
50672024-04-03T20:49:28.802Z PASS [ 0.067s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
50682024-04-03T20:49:28.802Z PASS [ 0.057s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
50692024-04-03T20:49:28.843Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
50702024-04-03T20:49:28.876Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
50712024-04-03T20:49:28.876Z PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
50722024-04-03T20:49:28.906Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
50732024-04-03T20:49:28.906Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
50742024-04-03T20:49:28.939Z PASS [ 0.041s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
50752024-04-03T20:49:28.968Z PASS [ 0.069s] sled-storage dataset::test::serialize_dataset_name
50762024-04-03T20:49:29.011Z PASS [ 0.065s] sled-storage manager::test::test_omicron_physical_disks_schema
50772024-04-03T20:49:29.567Z PASS [ 0.921s] reconfigurator-cli::test_basic test_basic
50782024-04-03T20:49:29.650Z PASS [ 0.076s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
50792024-04-03T20:49:29.870Z PASS [ 0.892s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
50802024-04-03T20:49:29.931Z PASS [ 0.056s] sled-storage manager::tests::ensure_using_exactly_these_disks
50812024-04-03T20:49:30.770Z PASS [ 1.806s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
50822024-04-03T20:49:31.269Z PASS [ 11.195s] omicron-test-utils dev::db::test::test_setup_database_default_dir
50832024-04-03T20:49:31.818Z PASS [ 1.891s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
50842024-04-03T20:49:32.423Z PASS [ 2.773s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
50852024-04-03T20:49:33.461Z PASS [ 1.034s] sled-storage manager::tests::wait_for_boot_disk
50862024-04-03T20:49:33.767Z PASS [ 2.498s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
50872024-04-03T20:49:34.166Z PASS [ 2.333s] sled-storage manager::tests::upsert_filesystem
50882024-04-03T20:49:34.471Z PASS [ 0.715s] tufaceous::integration-tests command_tests::test_init_and_add
50892024-04-03T20:49:34.513Z PASS [ 0.041s] tufaceous-lib archive::tests::test_validate_path
50902024-04-03T20:49:34.573Z PASS [ 0.058s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
50912024-04-03T20:49:34.623Z PASS [ 0.046s] tufaceous-lib key::tests::test_from_str
50922024-04-03T20:49:34.668Z PASS [ 3.894s] sled-storage manager::tests::ledgerless_to_ledgered_migration
50932024-04-03T20:49:34.727Z PASS [ 1.270s] tufaceous::integration-tests command_tests::test_assemble_fake
50942024-04-03T20:49:34.778Z PASS [ 0.161s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
50952024-04-03T20:49:34.952Z PASS [ 0.170s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
50962024-04-03T20:49:34.994Z PASS [ 0.843s] tufaceous::manifest-tests check_manifest::fake.toml
50972024-04-03T20:49:35.178Z PASS [ 0.175s] update-engine display::group_display::tests::test_stats
50982024-04-03T20:49:35.212Z PASS [ 0.035s] update-engine display::line_display_shared::tests::test_format_progress_counter
50992024-04-03T20:49:35.244Z PASS [ 0.041s] update-engine engine::tests::error_exits_early
51002024-04-03T20:49:35.306Z PASS [ 0.051s] update-engine events::tests::progress_event_parse_unknown
51012024-04-03T20:49:35.334Z PASS [ 0.366s] update-engine buffer::tests::test_buffer
51022024-04-03T20:49:35.334Z PASS [ 0.037s] update-engine events::tests::step_event_parse_unknown
51032024-04-03T20:49:35.383Z PASS [ 0.042s] wicket state::inventory::tests::component_id_display
51042024-04-03T20:49:35.416Z PASS [ 0.088s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
51052024-04-03T20:49:35.502Z PASS [ 0.089s] wicketd installinator_progress::tests::test_states
51062024-04-03T20:49:35.675Z PASS [ 0.301s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
51072024-04-03T20:49:35.732Z PASS [ 1.066s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
51082024-04-03T20:49:36.055Z PASS [ 0.554s] wicketd::mod integration_tests::commands::test_wicketd_openapi
51092024-04-03T20:49:36.636Z PASS [ 0.953s] wicketd::mod integration_tests::inventory::test_inventory
51102024-04-03T20:49:37.665Z PASS [ 1.632s] wicketd::mod integration_tests::updates::test_update_races
51112024-04-03T20:49:38.705Z PASS [ 14.079s] oximeter-db client::tests::test_single_node
51122024-04-03T20:49:38.745Z PASS [ 3.784s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
51132024-04-03T20:49:39.384Z PASS [ 3.665s] wicketd::mod integration_tests::updates::test_installinator_fetch
51142024-04-03T20:49:39.422Z PASS [ 2.804s] wicketd::mod integration_tests::updates::test_updates
51152024-04-03T20:49:41.732Z PASS [ 16.568s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
51162024-04-03T20:49:43.245Z PASS [ 14.587s] reconfigurator-cli::test_basic test_blueprint_edit
51172024-04-03T20:49:43.331Z PASS [ 32.149s] omicron-sled-agent nexus::test::nexus_self_notification_test
51182024-04-03T20:50:41.730Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
51192024-04-03T20:51:41.883Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51202024-04-03T20:52:41.727Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51212024-04-03T20:53:41.790Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
51222024-04-03T20:54:17.768Z PASS [ 272.245s] oximeter-db client::tests::test_replicated
51232024-04-03T20:54:17.769Z------------
51242024-04-03T20:54:17.769Z Summary [1647.903s] 1191 tests run: 1191 passed (7 slow, 1 leaky), 3 skipped
51252024-04-03T20:54:17.837Z
51262024-04-03T20:54:17.837Zreal 27:45.541399939
51272024-04-03T20:54:17.837Zuser 1:58:47.071276204
51282024-04-03T20:54:17.837Zsys 37:00.720253998
51292024-04-03T20:54:17.837Ztrap 1:50.494641694
51302024-04-03T20:54:17.838Ztflt 8.053157554
51312024-04-03T20:54:17.838Zdflt 30.249751862
51322024-04-03T20:54:17.838Zkflt 0.111346749
51332024-04-03T20:54:17.838Zlock 713:16:08.221894174
51342024-04-03T20:54:17.838Zslp 28:51:29.816745128
51352024-04-03T20:54:17.838Zlat 2:28:17.255027807
51362024-04-03T20:54:17.838Zstop 37:41.921715612
51372024-04-03T20:54:17.838Z
51382024-04-03T20:54:17.838Z ##### #### #### ##### ###### #### #####
51392024-04-03T20:54:17.838Z # # # # # # # # # #
51402024-04-03T20:54:17.838Z # # # # # # ##### #### #
51412024-04-03T20:54:17.838Z # # # # # # # # #
51422024-04-03T20:54:17.838Z # # # # # # # # # # #
51432024-04-03T20:54:17.838Z ##### #### #### # ###### #### #
51442024-04-03T20:54:17.838Z
51452024-04-03T20:54:17.838Z Fresh unicode-ident v1.0.12
51462024-04-03T20:54:17.838Z Fresh cfg-if v1.0.0
51472024-04-03T20:54:17.838Z Fresh version_check v0.9.4
51482024-04-03T20:54:17.838Z Fresh autocfg v1.1.0
51492024-04-03T20:54:17.838Z Fresh memchr v2.7.1
51502024-04-03T20:54:17.839Z Fresh log v0.4.21
51512024-04-03T20:54:17.839Z Fresh byteorder v1.5.0
51522024-04-03T20:54:17.839Z Fresh once_cell v1.19.0
51532024-04-03T20:54:17.839Z Fresh itoa v1.0.9
51542024-04-03T20:54:17.839Z Fresh proc-macro2 v1.0.78
51552024-04-03T20:54:17.839Z Fresh libc v0.2.153
51562024-04-03T20:54:17.839Z Fresh scopeguard v1.2.0
51572024-04-03T20:54:17.839Z Fresh smallvec v1.13.1
51582024-04-03T20:54:17.839Z Fresh quote v1.0.35
51592024-04-03T20:54:17.839Z Fresh getrandom v0.2.12
51602024-04-03T20:54:17.839Z Fresh lock_api v0.4.10
51612024-04-03T20:54:17.839Z Fresh cc v1.0.83
51622024-04-03T20:54:17.839Z Fresh syn v2.0.52
51632024-04-03T20:54:17.839Z Fresh syn v1.0.109
51642024-04-03T20:54:17.839Z Fresh parking_lot_core v0.9.8
51652024-04-03T20:54:17.839Z Fresh ryu v1.0.15
51662024-04-03T20:54:17.840Z Fresh pin-project-lite v0.2.13
51672024-04-03T20:54:17.840Z Fresh serde_derive v1.0.197
51682024-04-03T20:54:17.840Z Fresh thiserror-impl v1.0.57
51692024-04-03T20:54:17.840Z Fresh zerocopy-derive v0.7.32
51702024-04-03T20:54:17.840Z Fresh parking_lot v0.12.1
51712024-04-03T20:54:17.840Z Fresh libm v0.2.7
51722024-04-03T20:54:17.840Z Fresh signal-hook-registry v1.4.1
51732024-04-03T20:54:17.840Z Fresh serde v1.0.197
51742024-04-03T20:54:17.840Z Fresh thiserror v1.0.57
51752024-04-03T20:54:17.840Z Fresh zerocopy v0.7.32
51762024-04-03T20:54:17.840Z Fresh num-traits v0.2.18
51772024-04-03T20:54:17.840Z Fresh mio v0.8.11
51782024-04-03T20:54:17.841Z Fresh num_cpus v1.16.0
51792024-04-03T20:54:17.841Z Fresh futures-core v0.3.30
51802024-04-03T20:54:17.841Z Fresh bytes v1.5.0
51812024-04-03T20:54:17.841Z Fresh serde_json v1.0.115
51822024-04-03T20:54:17.841Z Fresh bitflags v2.4.2
51832024-04-03T20:54:17.841Z Fresh ahash v0.8.8
51842024-04-03T20:54:17.841Z Fresh allocator-api2 v0.2.16
51852024-04-03T20:54:17.841Z Fresh spin v0.5.2
51862024-04-03T20:54:17.841Z Fresh rand_core v0.6.4
51872024-04-03T20:54:17.841Z Fresh fnv v1.0.7
51882024-04-03T20:54:17.841Z Fresh hashbrown v0.14.3
51892024-04-03T20:54:17.841Z Fresh tokio-macros v2.2.0
51902024-04-03T20:54:17.841Z Fresh socket2 v0.5.5
51912024-04-03T20:54:17.841Z Fresh zeroize_derive v1.4.2
51922024-04-03T20:54:17.841Z Fresh heck v0.4.1
51932024-04-03T20:54:17.841Z Fresh equivalent v1.0.1
51942024-04-03T20:54:17.841Z Fresh futures-sink v0.3.30
51952024-04-03T20:54:17.841Z Fresh tokio v1.36.0
51962024-04-03T20:54:17.841Z Fresh zeroize v1.7.0
51972024-04-03T20:54:17.842Z Fresh indexmap v2.2.6
51982024-04-03T20:54:17.842Z Fresh pin-utils v0.1.0
51992024-04-03T20:54:17.842Z Fresh futures-channel v0.3.30
52002024-04-03T20:54:17.842Z Fresh futures-macro v0.3.30
52012024-04-03T20:54:17.842Z Fresh futures-io v0.3.30
52022024-04-03T20:54:17.842Z Fresh slab v0.4.9
52032024-04-03T20:54:17.842Z Fresh futures-task v0.3.30
52042024-04-03T20:54:17.842Z Fresh regex-syntax v0.8.2
52052024-04-03T20:54:17.842Z Fresh aho-corasick v1.1.2
52062024-04-03T20:54:17.842Z Fresh iana-time-zone v0.1.57
52072024-04-03T20:54:17.842Z Fresh subtle v2.5.0
52082024-04-03T20:54:17.842Z Fresh futures-util v0.3.30
52092024-04-03T20:54:17.842Z Fresh regex-automata v0.4.5
52102024-04-03T20:54:17.842Z Fresh chrono v0.4.34
52112024-04-03T20:54:17.842Z Fresh lazy_static v1.4.0
52122024-04-03T20:54:17.843Z Fresh uuid v1.7.0
52132024-04-03T20:54:17.843Z Fresh tinyvec_macros v0.1.1
52142024-04-03T20:54:17.843Z Fresh regex v1.10.4
52152024-04-03T20:54:17.843Z Fresh typenum v1.16.0
52162024-04-03T20:54:17.843Z Fresh tinyvec v1.6.0
52172024-04-03T20:54:17.843Z Fresh pkg-config v0.3.27
52182024-04-03T20:54:17.843Z Fresh serde_derive_internals v0.26.0
52192024-04-03T20:54:17.843Z Fresh tracing-attributes v0.1.27
52202024-04-03T20:54:17.843Z Fresh tracing-core v0.1.32
52212024-04-03T20:54:17.843Z Fresh dyn-clone v1.0.17
52222024-04-03T20:54:17.843Z Fresh generic-array v0.14.7
52232024-04-03T20:54:17.843Z Fresh unicode-normalization v0.1.22
52242024-04-03T20:54:17.843Z Fresh const-oid v0.9.6
52252024-04-03T20:54:17.892Z Fresh schemars_derive v0.8.16
52262024-04-03T20:54:17.892Z Fresh tracing v0.1.40
52272024-04-03T20:54:17.892Z Fresh unicode-bidi v0.3.15
52282024-04-03T20:54:17.892Z Fresh crypto-common v0.1.6
52292024-04-03T20:54:17.892Z Fresh uuid v0.8.2
52302024-04-03T20:54:17.892Z Fresh errno v0.3.8
52312024-04-03T20:54:17.892Z Fresh percent-encoding v2.3.1
52322024-04-03T20:54:17.892Z Fresh unicode-width v0.1.11
52332024-04-03T20:54:17.892Z Fresh ppv-lite86 v0.2.17
52342024-04-03T20:54:17.893Z Fresh schemars v0.8.16
52352024-04-03T20:54:17.893Z Fresh rustix v0.38.31
52362024-04-03T20:54:17.893Z Fresh rand_chacha v0.3.1
52372024-04-03T20:54:17.893Z Fresh spin v0.9.8
52382024-04-03T20:54:17.893Z Fresh base64 v0.21.7
52392024-04-03T20:54:17.893Z Fresh form_urlencoded v1.2.1
52402024-04-03T20:54:17.893Z Fresh block-buffer v0.10.4
52412024-04-03T20:54:17.893Z Fresh rand v0.8.5
52422024-04-03T20:54:17.893Z Fresh digest v0.10.7
52432024-04-03T20:54:17.894Z Fresh http v0.2.12
52442024-04-03T20:54:17.894Z Fresh ucd-trie v0.1.6
52452024-04-03T20:54:17.894Z Fresh powerfmt v0.2.0
52462024-04-03T20:54:17.894Z Fresh num-conv v0.1.0
52472024-04-03T20:54:17.894Z Fresh httparse v1.8.0
52482024-04-03T20:54:17.894Z Fresh time-core v0.1.2
52492024-04-03T20:54:17.894Z Fresh pest v2.7.6
52502024-04-03T20:54:17.894Z Fresh deranged v0.3.11
52512024-04-03T20:54:17.894Z Fresh either v1.10.0
52522024-04-03T20:54:17.894Z Fresh num_threads v0.1.6
52532024-04-03T20:54:17.895Z Fresh idna v0.5.0
52542024-04-03T20:54:17.895Z Fresh time-macros v0.2.17
52552024-04-03T20:54:17.895Z Fresh url v2.5.0
52562024-04-03T20:54:17.895Z Fresh vcpkg v0.2.15
52572024-04-03T20:54:17.895Z Fresh untrusted v0.9.0
52582024-04-03T20:54:17.895Z Fresh adler v1.0.2
52592024-04-03T20:54:17.895Z Fresh cpufeatures v0.2.12
52602024-04-03T20:54:17.895Z Fresh try-lock v0.2.4
52612024-04-03T20:54:17.895Z Fresh time v0.3.34
52622024-04-03T20:54:17.895Z Fresh ring v0.17.8
52632024-04-03T20:54:17.896Z Fresh want v0.3.1
52642024-04-03T20:54:17.896Z Fresh miniz_oxide v0.7.1
52652024-04-03T20:54:17.896Z Fresh tower-service v0.3.2
52662024-04-03T20:54:17.896Z Fresh slog v2.7.0
52672024-04-03T20:54:17.896Z Fresh tokio-util v0.7.10
52682024-04-03T20:54:17.896Z Fresh serde_spanned v0.6.5
52692024-04-03T20:54:17.896Z Fresh toml_datetime v0.6.5
52702024-04-03T20:54:17.896Z Fresh async-trait v0.1.79
52712024-04-03T20:54:17.896Z Fresh httpdate v1.0.3
52722024-04-03T20:54:17.896Z Fresh h2 v0.3.24
52732024-04-03T20:54:17.896Z Fresh pest_meta v2.7.6
52742024-04-03T20:54:17.897Z Fresh http-body v0.4.5
52752024-04-03T20:54:17.897Z Fresh futures-executor v0.3.30
52762024-04-03T20:54:17.897Z Fresh rustversion v1.0.14
52772024-04-03T20:54:17.897Z Fresh foreign-types-shared v0.1.1
52782024-04-03T20:54:17.897Z Fresh openssl-probe v0.1.5
52792024-04-03T20:54:17.897Z Fresh semver v1.0.22
52802024-04-03T20:54:17.897Z Fresh hyper v0.14.28
52812024-04-03T20:54:17.897Z Fresh pest_generator v2.7.6
52822024-04-03T20:54:17.897Z Fresh foreign-types v0.3.2
52832024-04-03T20:54:17.897Z Fresh openssl-sys v0.9.96
52842024-04-03T20:54:17.897Z Fresh openssl-macros v0.1.1
52852024-04-03T20:54:17.897Z Fresh untrusted v0.7.1
52862024-04-03T20:54:17.897Z Fresh gimli v0.28.0
52872024-04-03T20:54:17.898Z Fresh mime v0.3.17
52882024-04-03T20:54:17.898Z Fresh openssl v0.10.60
52892024-04-03T20:54:17.898Z Fresh addr2line v0.21.0
52902024-04-03T20:54:17.898Z Fresh ring v0.16.20
52912024-04-03T20:54:17.898Z Fresh pest_derive v2.7.6
52922024-04-03T20:54:17.898Z Fresh futures v0.3.30
52932024-04-03T20:54:17.898Z Fresh object v0.32.1
52942024-04-03T20:54:17.898Z Fresh bitflags v1.3.2
52952024-04-03T20:54:17.898Z Fresh rustc-demangle v0.1.23
52962024-04-03T20:54:17.898Z Fresh winnow v0.5.15
52972024-04-03T20:54:17.898Z Fresh ipnet v2.9.0
52982024-04-03T20:54:17.898Z Fresh toml_edit v0.19.15
52992024-04-03T20:54:17.899Z Fresh backtrace v0.3.69
53002024-04-03T20:54:17.899Z Fresh crossbeam-utils v0.8.19
53012024-04-03T20:54:17.899Z Fresh sct v0.7.0
53022024-04-03T20:54:17.899Z Fresh rustls-webpki v0.101.7
53032024-04-03T20:54:17.899Z Fresh unicode-xid v0.2.4
53042024-04-03T20:54:17.899Z Fresh anyhow v1.0.79
53052024-04-03T20:54:17.899Z Fresh native-tls v0.2.11
53062024-04-03T20:54:17.899Z Fresh serde_urlencoded v0.7.1
53072024-04-03T20:54:17.899Z Fresh idna v0.3.0
53082024-04-03T20:54:17.899Z Fresh thread-id v4.2.0
53092024-04-03T20:54:17.899Z Fresh rustls v0.21.9
53102024-04-03T20:54:17.899Z Fresh encoding_rs v0.8.33
53112024-04-03T20:54:17.900Z Fresh utf8parse v0.2.1
53122024-04-03T20:54:17.900Z Fresh psl-types v2.0.11
53132024-04-03T20:54:17.900Z Fresh tokio-native-tls v0.3.1
53142024-04-03T20:54:17.900Z Fresh rustls-pemfile v1.0.3
53152024-04-03T20:54:17.900Z Fresh openapiv3 v2.0.0
53162024-04-03T20:54:17.901Z Fresh cookie v0.17.0
53172024-04-03T20:54:17.901Z Fresh tokio-rustls v0.24.1
53182024-04-03T20:54:17.901Z Fresh publicsuffix v2.2.3
53192024-04-03T20:54:17.901Z Fresh hyper-tls v0.5.0
53202024-04-03T20:54:17.901Z Fresh webpki-roots v0.25.2
53212024-04-03T20:54:17.901Z Fresh anstyle v1.0.6
53222024-04-03T20:54:17.901Z Fresh base64ct v1.6.0
53232024-04-03T20:54:17.901Z Fresh unicode-segmentation v1.10.1
53242024-04-03T20:54:17.901Z Fresh cookie_store v0.20.0
53252024-04-03T20:54:17.945Z Fresh hyper-rustls v0.24.2
53262024-04-03T20:54:17.945Z Fresh sync_wrapper v0.1.2
53272024-04-03T20:54:17.945Z Fresh rustc_version v0.4.0
53282024-04-03T20:54:17.945Z Fresh scroll_derive v0.12.0
53292024-04-03T20:54:17.946Z Fresh data-encoding v2.4.0
53302024-04-03T20:54:17.946Z Fresh plain v0.2.3
53312024-04-03T20:54:17.946Z Fresh pem-rfc7468 v0.7.0
53322024-04-03T20:54:17.946Z Fresh reqwest v0.11.24
53332024-04-03T20:54:17.946Z Fresh scroll v0.12.0
53342024-04-03T20:54:17.946Z Fresh anstyle-parse v0.2.1
53352024-04-03T20:54:17.946Z Fresh der_derive v0.7.2
53362024-04-03T20:54:17.946Z Fresh colorchoice v1.0.0
53372024-04-03T20:54:17.946Z Fresh anstyle-query v1.0.0
53382024-04-03T20:54:17.946Z Fresh goblin v0.8.0
53392024-04-03T20:54:17.947Z Fresh pretty-hex v0.4.1
53402024-04-03T20:54:17.947Z Fresh flagset v0.4.3
53412024-04-03T20:54:17.947Z Fresh anstream v0.6.11
53422024-04-03T20:54:17.947Z Fresh dtrace-parser v0.2.0
53432024-04-03T20:54:17.947Z Fresh terminal_size v0.3.0
53442024-04-03T20:54:17.948Z Fresh der v0.7.8
53452024-04-03T20:54:17.948Z Fresh dof v0.3.0
53462024-04-03T20:54:17.948Z Fresh num-integer v0.1.46
53472024-04-03T20:54:17.948Z Fresh strsim v0.11.0
53482024-04-03T20:54:17.948Z Fresh siphasher v0.3.11
53492024-04-03T20:54:17.948Z Fresh clap_lex v0.7.0
53502024-04-03T20:54:17.948Z Fresh crc32fast v1.3.2
53512024-04-03T20:54:17.949Z Fresh synstructure v0.12.6
53522024-04-03T20:54:17.949Z Fresh usdt-impl v0.5.0
53532024-04-03T20:54:17.949Z Fresh spki v0.7.2
53542024-04-03T20:54:17.949Z Fresh clap_builder v4.5.1
53552024-04-03T20:54:17.949Z Fresh crossbeam-epoch v0.9.18
53562024-04-03T20:54:17.949Z Fresh itertools v0.10.5
53572024-04-03T20:54:17.950Z Fresh clap_derive v4.5.0
53582024-04-03T20:54:17.950Z Fresh stable_deref_trait v1.2.0
53592024-04-03T20:54:17.950Z Fresh bit-vec v0.6.3
53602024-04-03T20:54:17.950Z Fresh clap v4.5.1
53612024-04-03T20:54:17.950Z Fresh zerocopy-derive v0.2.0
53622024-04-03T20:54:17.951Z Fresh hex v0.4.3
53632024-04-03T20:54:17.951Z Fresh pkcs8 v0.10.2
53642024-04-03T20:54:17.951Z Fresh toml v0.7.8
53652024-04-03T20:54:17.951Z Fresh zerocopy-derive v0.6.4
53662024-04-03T20:54:17.951Z Fresh managed v0.8.0
53672024-04-03T20:54:17.951Z Fresh zerocopy v0.3.0
53682024-04-03T20:54:17.952Z Fresh fixedbitset v0.4.2
53692024-04-03T20:54:17.952Z Fresh zerocopy v0.6.4
53702024-04-03T20:54:17.952Z Fresh bit-set v0.5.3
53712024-04-03T20:54:17.952Z Fresh phf_shared v0.10.0
53722024-04-03T20:54:17.952Z Fresh flate2 v1.0.28
53732024-04-03T20:54:17.952Z Fresh petgraph v0.6.4
53742024-04-03T20:54:17.952Z Fresh dof v0.1.5
53752024-04-03T20:54:17.952Z Fresh dtrace-parser v0.1.14
53762024-04-03T20:54:17.953Z Fresh sha2 v0.10.8
53772024-04-03T20:54:17.953Z Fresh ipnetwork v0.20.0
53782024-04-03T20:54:17.953Z Fresh static_assertions v1.1.0
53792024-04-03T20:54:17.953Z Fresh precomputed-hash v0.1.1
53802024-04-03T20:54:17.953Z Fresh minimal-lexical v0.2.1
53812024-04-03T20:54:17.953Z Fresh new_debug_unreachable v1.0.4
53822024-04-03T20:54:17.953Z Fresh signal-hook v0.3.17
53832024-04-03T20:54:17.954Z Fresh usdt-impl v0.3.5
53842024-04-03T20:54:17.954Z Fresh num-iter v0.1.44
53852024-04-03T20:54:17.954Z Fresh hmac v0.12.1
53862024-04-03T20:54:17.954Z Fresh serde_tokenstream v0.1.7
53872024-04-03T20:54:17.954Z Fresh nom v7.1.3
53882024-04-03T20:54:17.954Z Fresh string_cache v0.8.7
53892024-04-03T20:54:17.955Z Fresh winnow v0.6.1
53902024-04-03T20:54:17.955Z Fresh lalrpop-util v0.19.12
53912024-04-03T20:54:17.955Z Fresh regex-automata v0.1.10
53922024-04-03T20:54:17.955Z Fresh toml_edit v0.22.9
53932024-04-03T20:54:17.955Z Fresh matches v0.1.10
53942024-04-03T20:54:17.955Z Fresh bzip2-sys v0.1.11+1.0.8
53952024-04-03T20:54:17.955Z Fresh bstr v0.2.17
53962024-04-03T20:54:17.955Z Fresh usdt-macro v0.3.5
53972024-04-03T20:54:17.956Z Fresh usdt-attr-macro v0.3.5
53982024-04-03T20:54:17.956Z Fresh idna v0.2.3
53992024-04-03T20:54:17.956Z Fresh signal-hook-mio v0.2.3
54002024-04-03T20:54:17.956Z Fresh block-padding v0.3.3
54012024-04-03T20:54:17.956Z Fresh enum-as-inner v0.5.1
54022024-04-03T20:54:17.957Z Fresh scheduled-thread-pool v0.2.7
54032024-04-03T20:54:17.957Z Fresh diesel_table_macro_syntax v0.1.0
54042024-04-03T20:54:17.957Z Fresh hash32 v0.2.1
54052024-04-03T20:54:17.957Z Fresh predicates-core v1.0.6
54062024-04-03T20:54:17.957Z Fresh trust-dns-proto v0.22.0
54072024-04-03T20:54:17.957Z Fresh crossterm v0.27.0
54082024-04-03T20:54:17.958Z Fresh heapless v0.7.16
54092024-04-03T20:54:17.958Z Fresh inout v0.1.3
54102024-04-03T20:54:17.958Z Fresh diesel_derives v2.1.2
54112024-04-03T20:54:17.958Z Fresh r2d2 v0.8.10
54122024-04-03T20:54:17.958Z Fresh usdt v0.3.5
54132024-04-03T20:54:17.958Z Fresh bzip2 v0.4.4
54142024-04-03T20:54:17.958Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
54152024-04-03T20:54:17.959Z Fresh md-5 v0.10.5
54162024-04-03T20:54:17.959Z Fresh console v0.15.8
54172024-04-03T20:54:17.959Z Fresh stringprep v0.1.3
54182024-04-03T20:54:17.959Z Fresh bstr v1.9.0
54192024-04-03T20:54:17.959Z Fresh ff v0.13.0
54202024-04-03T20:54:17.960Z Fresh float-cmp v0.9.0
54212024-04-03T20:54:17.960Z Fresh hubpack_derive v0.1.1
54222024-04-03T20:54:17.960Z Fresh fallible-iterator v0.2.0
54232024-04-03T20:54:17.960Z Fresh base16ct v0.2.0
54242024-04-03T20:54:17.961Z Fresh difflib v0.4.0
54252024-04-03T20:54:18.008Z Fresh normalize-line-endings v0.3.0
54262024-04-03T20:54:18.009Z Fresh predicates v3.1.0
54272024-04-03T20:54:18.009Z Fresh hubpack v0.1.2
54282024-04-03T20:54:18.009Z Fresh sec1 v0.7.3
54292024-04-03T20:54:18.010Z Fresh group v0.13.0
54302024-04-03T20:54:18.010Z Fresh postgres-protocol v0.6.6
54312024-04-03T20:54:18.010Z Fresh diesel v2.1.5
54322024-04-03T20:54:18.010Z Fresh num-bigint v0.4.4
54332024-04-03T20:54:18.011Z Fresh zip v0.6.6
54342024-04-03T20:54:18.011Z Fresh smoltcp v0.9.1
54352024-04-03T20:54:18.011Z Fresh cipher v0.4.4
54362024-04-03T20:54:18.011Z Fresh similar v2.4.0
54372024-04-03T20:54:18.012Z Fresh hkdf v0.12.4
54382024-04-03T20:54:18.012Z Fresh phf_shared v0.11.2
54392024-04-03T20:54:18.012Z Fresh strum_macros v0.25.2
54402024-04-03T20:54:18.012Z Fresh crypto-bigint v0.5.2
54412024-04-03T20:54:18.012Z Fresh serde_repr v0.1.16
54422024-04-03T20:54:18.012Z Fresh peg-runtime v0.8.2
54432024-04-03T20:54:18.012Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
54442024-04-03T20:54:18.012Z Fresh phf v0.11.2
54452024-04-03T20:54:18.012Z Fresh elliptic-curve v0.13.8
54462024-04-03T20:54:18.012Z Fresh postgres-types v0.2.6
54472024-04-03T20:54:18.012Z Fresh yasna v0.5.2
54482024-04-03T20:54:18.012Z Fresh whoami v1.5.0
54492024-04-03T20:54:18.012Z Fresh tokio-stream v0.1.15
54502024-04-03T20:54:18.013Z Fresh tokio-postgres v0.7.10
54512024-04-03T20:54:18.013Z Fresh serde_tokenstream v0.2.0
54522024-04-03T20:54:18.013Z Fresh regress v0.9.1
54532024-04-03T20:54:18.013Z Fresh getopts v0.2.21
54542024-04-03T20:54:18.013Z Fresh unsafe-libyaml v0.2.10
54552024-04-03T20:54:18.013Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54562024-04-03T20:54:18.013Z Fresh ident_case v1.0.1
54572024-04-03T20:54:18.013Z Fresh strsim v0.10.0
54582024-04-03T20:54:18.013Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54592024-04-03T20:54:18.013Z Fresh serde_yaml v0.9.25
54602024-04-03T20:54:18.013Z Fresh atty v0.2.14
54612024-04-03T20:54:18.013Z Fresh dirs-sys-next v0.1.2
54622024-04-03T20:54:18.013Z Fresh fastrand v2.0.1
54632024-04-03T20:54:18.013Z Fresh strum_macros v0.26.1
54642024-04-03T20:54:18.013Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54652024-04-03T20:54:18.013Z Fresh tempfile v3.10.0
54662024-04-03T20:54:18.013Z Fresh dirs-next v2.0.0
54672024-04-03T20:54:18.013Z Fresh strum v0.26.1
54682024-04-03T20:54:18.014Z Fresh darling_core v0.20.3
54692024-04-03T20:54:18.014Z Fresh sha1 v0.10.6
54702024-04-03T20:54:18.014Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
54712024-04-03T20:54:18.014Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54722024-04-03T20:54:18.014Z Fresh camino v1.1.6
54732024-04-03T20:54:18.014Z Fresh term v0.7.0
54742024-04-03T20:54:18.014Z Fresh http v1.0.0
54752024-04-03T20:54:18.014Z Fresh darling_macro v0.20.3
54762024-04-03T20:54:18.014Z Fresh match_cfg v0.1.0
54772024-04-03T20:54:18.014Z Fresh rustls-pki-types v1.3.0
54782024-04-03T20:54:18.014Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54792024-04-03T20:54:18.014Z Fresh darling v0.20.3
54802024-04-03T20:54:18.014Z Fresh hostname v0.3.1
54812024-04-03T20:54:18.014Z Fresh quick-error v1.2.3
54822024-04-03T20:54:18.014Z Fresh toml v0.8.12
54832024-04-03T20:54:18.014Z Fresh crossbeam-channel v0.5.8
54842024-04-03T20:54:18.014Z Fresh thread_local v1.1.7
54852024-04-03T20:54:18.014Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54862024-04-03T20:54:18.014Z Fresh rustls-webpki v0.102.1
54872024-04-03T20:54:18.014Z Fresh instant v0.1.12
54882024-04-03T20:54:18.014Z Fresh take_mut v0.2.2
54892024-04-03T20:54:18.015Z Fresh slog-term v2.9.0
54902024-04-03T20:54:18.015Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54912024-04-03T20:54:18.015Z Fresh paste v1.0.14
54922024-04-03T20:54:18.015Z Fresh rustls-pemfile v2.1.1
54932024-04-03T20:54:18.015Z Fresh debug-ignore v1.0.5
54942024-04-03T20:54:18.015Z Fresh serde_with_macros v3.6.1
54952024-04-03T20:54:18.015Z Fresh rustls v0.22.2
54962024-04-03T20:54:18.015Z Fresh slog-async v2.8.0
54972024-04-03T20:54:18.015Z Fresh slog-json v2.6.1
54982024-04-03T20:54:18.015Z Fresh async-stream-impl v0.3.5
54992024-04-03T20:54:18.015Z Fresh wait-timeout v0.2.0
55002024-04-03T20:54:18.015Z Fresh atomic-waker v1.1.1
55012024-04-03T20:54:18.015Z Fresh tokio-rustls v0.25.0
55022024-04-03T20:54:18.016Z Fresh async-stream v0.3.5
55032024-04-03T20:54:18.016Z Fresh slog-bunyan v2.5.0
55042024-04-03T20:54:18.016Z Fresh multer v3.0.0
55052024-04-03T20:54:18.016Z Fresh waitgroup v0.1.2
55062024-04-03T20:54:18.016Z Fresh serde_with v3.6.1
55072024-04-03T20:54:18.016Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55082024-04-03T20:54:18.017Z Fresh serde_path_to_error v0.1.16
55092024-04-03T20:54:18.017Z Fresh structmeta-derive v0.3.0
55102024-04-03T20:54:18.017Z Fresh rusty-fork v0.3.0
55112024-04-03T20:54:18.017Z Fresh newtype-uuid v1.0.1
55122024-04-03T20:54:18.017Z Fresh rand_xorshift v0.3.0
55132024-04-03T20:54:18.018Z Fresh structmeta-derive v0.2.0
55142024-04-03T20:54:18.018Z Fresh unarray v0.1.4
55152024-04-03T20:54:18.018Z Fresh backoff v0.4.0
55162024-04-03T20:54:18.018Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55172024-04-03T20:54:18.018Z Fresh structmeta v0.3.0
55182024-04-03T20:54:18.018Z Fresh proptest v1.4.0
55192024-04-03T20:54:18.019Z Fresh structmeta v0.2.0
55202024-04-03T20:54:18.019Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55212024-04-03T20:54:18.019Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
55222024-04-03T20:54:18.019Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
55232024-04-03T20:54:18.019Z Fresh parse-display-derive v0.9.0
55242024-04-03T20:54:18.019Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55252024-04-03T20:54:18.058Z Fresh test-strategy v0.3.1
55262024-04-03T20:54:18.058Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55272024-04-03T20:54:18.058Z Fresh macaddr v1.0.1
55282024-04-03T20:54:18.058Z Fresh camino-tempfile v1.1.1
55292024-04-03T20:54:18.058Z Fresh parse-display v0.9.0
55302024-04-03T20:54:18.059Z Fresh proc-macro-crate v1.3.1
55312024-04-03T20:54:18.059Z Fresh foreign-types-macros v0.2.3
55322024-04-03T20:54:18.059Z Fresh foreign-types-shared v0.3.1
55332024-04-03T20:54:18.059Z Fresh proc-macro-error-attr v1.0.4
55342024-04-03T20:54:18.059Z Fresh num_enum_derive v0.5.11
55352024-04-03T20:54:18.060Z Fresh foreign-types v0.5.0
55362024-04-03T20:54:18.060Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55372024-04-03T20:54:18.060Z Fresh proc-macro-error v1.0.4
55382024-04-03T20:54:18.060Z Fresh num_enum v0.5.11
55392024-04-03T20:54:18.060Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55402024-04-03T20:54:18.060Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55412024-04-03T20:54:18.060Z Fresh cstr-argument v0.1.2
55422024-04-03T20:54:18.061Z Fresh pretty-hex v0.2.1
55432024-04-03T20:54:18.061Z Fresh tabwriter v1.4.0
55442024-04-03T20:54:18.061Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55452024-04-03T20:54:18.061Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55462024-04-03T20:54:18.061Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55472024-04-03T20:54:18.061Z Fresh colored v2.1.0
55482024-04-03T20:54:18.062Z Fresh socket2 v0.4.9
55492024-04-03T20:54:18.062Z Fresh smf v0.2.2
55502024-04-03T20:54:18.062Z Fresh humantime v2.1.0
55512024-04-03T20:54:18.062Z Fresh termcolor v1.2.0
55522024-04-03T20:54:18.063Z Fresh hash32 v0.3.1
55532024-04-03T20:54:18.063Z Fresh same-file v1.0.6
55542024-04-03T20:54:18.063Z Fresh embedded-io v0.4.0
55552024-04-03T20:54:18.063Z Fresh cobs v0.2.3
55562024-04-03T20:54:18.063Z Fresh walkdir v2.4.0
55572024-04-03T20:54:18.064Z Fresh postcard v1.0.8
55582024-04-03T20:54:18.064Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55592024-04-03T20:54:18.064Z Fresh termtree v0.4.1
55602024-04-03T20:54:18.064Z Fresh heapless v0.8.0
55612024-04-03T20:54:18.064Z Fresh predicates-tree v1.0.9
55622024-04-03T20:54:18.064Z Fresh crucible-workspace-hack v0.1.0
55632024-04-03T20:54:18.070Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55642024-04-03T20:54:18.071Z Fresh usdt-macro v0.5.0
55652024-04-03T20:54:18.072Z Fresh usdt-attr-macro v0.5.0
55662024-04-03T20:54:18.073Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55672024-04-03T20:54:18.073Z Fresh memmap v0.7.0
55682024-04-03T20:54:18.074Z Fresh smoltcp v0.11.0
55692024-04-03T20:54:18.076Z Fresh usdt v0.5.0
55702024-04-03T20:54:18.076Z Fresh sigpipe v0.1.3
55712024-04-03T20:54:18.076Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
55722024-04-03T20:54:18.077Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55732024-04-03T20:54:18.077Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
55742024-04-03T20:54:18.077Z Fresh mockall_derive v0.12.0
55752024-04-03T20:54:18.077Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55762024-04-03T20:54:18.078Z Fresh num-derive v0.4.0
55772024-04-03T20:54:18.078Z Fresh fragile v2.0.0
55782024-04-03T20:54:18.081Z Fresh downcast v0.11.0
55792024-04-03T20:54:18.081Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
55802024-04-03T20:54:18.082Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55812024-04-03T20:54:18.083Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55822024-04-03T20:54:18.085Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
55832024-04-03T20:54:18.085Z Fresh mockall v0.12.0
55842024-04-03T20:54:18.086Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
55852024-04-03T20:54:18.087Z Fresh filetime v0.2.23
55862024-04-03T20:54:18.088Z Fresh xattr v1.0.1
55872024-04-03T20:54:18.089Z Fresh base64 v0.22.0
55882024-04-03T20:54:18.089Z Fresh newline-converter v0.3.0
55892024-04-03T20:54:18.090Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55902024-04-03T20:54:18.091Z Fresh tar v0.4.40
55912024-04-03T20:54:18.092Z Fresh expectorate v1.1.0
55922024-04-03T20:54:18.093Z Fresh heck v0.3.3
55932024-04-03T20:54:18.094Z Fresh arc-swap v1.6.0
55942024-04-03T20:54:18.094Z Fresh utf-8 v0.7.6
55952024-04-03T20:54:18.094Z Fresh pem v3.0.2
55962024-04-03T20:54:18.094Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55972024-04-03T20:54:18.094Z Fresh slog-scope v4.4.0
55982024-04-03T20:54:18.095Z Fresh tungstenite v0.20.1
55992024-04-03T20:54:18.095Z Fresh env_logger v0.9.3
56002024-04-03T20:54:18.095Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56012024-04-03T20:54:18.095Z Fresh is-terminal v0.4.9
56022024-04-03T20:54:18.095Z Fresh bitstruct_derive v0.1.0
56032024-04-03T20:54:18.096Z Fresh slog-stdlog v4.1.1
56042024-04-03T20:54:18.096Z Fresh tokio-tungstenite v0.20.1
56052024-04-03T20:54:18.096Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56062024-04-03T20:54:18.096Z Fresh ascii v1.1.0
56072024-04-03T20:54:18.098Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56082024-04-03T20:54:18.098Z Fresh bitstruct v0.1.1
56092024-04-03T20:54:18.099Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56102024-04-03T20:54:18.099Z Fresh slog-envlogger v2.2.0
56112024-04-03T20:54:18.099Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56122024-04-03T20:54:18.099Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
56132024-04-03T20:54:18.099Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56142024-04-03T20:54:18.100Z Fresh erased-serde v0.3.31
56152024-04-03T20:54:18.100Z Fresh serde_arrays v0.1.0
56162024-04-03T20:54:18.100Z Fresh password-hash v0.5.0
56172024-04-03T20:54:18.100Z Fresh blake2 v0.10.6
56182024-04-03T20:54:18.100Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56192024-04-03T20:54:18.100Z Fresh argon2 v0.5.3
56202024-04-03T20:54:18.100Z Fresh zone_cfg_derive v0.1.2
56212024-04-03T20:54:18.100Z Fresh tungstenite v0.21.0
56222024-04-03T20:54:18.101Z Fresh derive-where v1.2.7
56232024-04-03T20:54:18.101Z Fresh swrite v0.1.0
56242024-04-03T20:54:18.101Z Fresh base64 v0.13.1
56252024-04-03T20:54:18.140Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56262024-04-03T20:54:18.141Z Fresh tokio-tungstenite v0.21.0
56272024-04-03T20:54:18.142Z Fresh zone v0.1.8
56282024-04-03T20:54:18.142Z Fresh ron v0.7.1
56292024-04-03T20:54:18.142Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56302024-04-03T20:54:18.142Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56312024-04-03T20:54:18.143Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
56322024-04-03T20:54:18.143Z Fresh portpicker v0.1.1
56332024-04-03T20:54:18.143Z Fresh headers-core v0.2.0
56342024-04-03T20:54:18.144Z Fresh rcgen v0.12.1
56352024-04-03T20:54:18.144Z Fresh atomicwrites v0.4.3
56362024-04-03T20:54:18.144Z Fresh subprocess v0.2.9
56372024-04-03T20:54:18.144Z Fresh semver v0.1.20
56382024-04-03T20:54:18.145Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
56392024-04-03T20:54:18.145Z Fresh headers v0.3.9
56402024-04-03T20:54:18.145Z Fresh rustc_version v0.1.7
56412024-04-03T20:54:18.145Z Fresh bytecount v0.6.3
56422024-04-03T20:54:18.146Z Fresh tabled_derive v0.7.0
56432024-04-03T20:54:18.146Z Fresh glob v0.3.1
56442024-04-03T20:54:18.146Z Fresh itertools v0.12.1
56452024-04-03T20:54:18.146Z Fresh papergrid v0.11.0
56462024-04-03T20:54:18.147Z Fresh linked-hash-map v0.5.6
56472024-04-03T20:54:18.147Z Fresh tap v1.0.1
56482024-04-03T20:54:18.147Z Fresh tabled v0.15.0
56492024-04-03T20:54:18.148Z Fresh lru-cache v0.1.2
56502024-04-03T20:54:18.148Z Fresh wyz v0.5.1
56512024-04-03T20:54:18.149Z Fresh newtype_derive v0.1.6
56522024-04-03T20:54:18.149Z Fresh cancel-safe-futures v0.1.5
56532024-04-03T20:54:18.149Z Fresh radium v0.7.0
56542024-04-03T20:54:18.150Z Fresh crossbeam-deque v0.8.3
56552024-04-03T20:54:18.150Z Fresh half v2.3.1
56562024-04-03T20:54:18.150Z Fresh steno v0.4.0
56572024-04-03T20:54:18.150Z Fresh crc-catalog v2.2.0
56582024-04-03T20:54:18.151Z Fresh funty v2.0.0
56592024-04-03T20:54:18.151Z Fresh ciborium-io v0.2.2
56602024-04-03T20:54:18.152Z Fresh maybe-uninit v2.0.0
56612024-04-03T20:54:18.152Z Fresh rayon-core v1.12.1
56622024-04-03T20:54:18.152Z Fresh bitvec v1.0.1
56632024-04-03T20:54:18.153Z Fresh ciborium-ll v0.2.2
56642024-04-03T20:54:18.153Z Fresh crc v3.0.1
56652024-04-03T20:54:18.154Z Fresh libsw v3.3.1
56662024-04-03T20:54:18.154Z Fresh packed_struct_codegen v0.10.1
56672024-04-03T20:54:18.154Z Fresh owo-colors v4.0.0
56682024-04-03T20:54:18.155Z Fresh nodrop v0.1.14
56692024-04-03T20:54:18.155Z Fresh linear-map v1.2.0
56702024-04-03T20:54:18.155Z Fresh ciborium v0.2.2
56712024-04-03T20:54:18.155Z Fresh num-rational v0.4.1
56722024-04-03T20:54:18.156Z Fresh num-bigint-dig v0.8.4
56732024-04-03T20:54:18.156Z Fresh packed_struct v0.10.1
56742024-04-03T20:54:18.156Z Fresh array-init v0.0.4
56752024-04-03T20:54:18.156Z Fresh smallvec v0.6.14
56762024-04-03T20:54:18.156Z Fresh rayon v1.9.0
56772024-04-03T20:54:18.157Z Fresh pkcs1 v0.7.5
56782024-04-03T20:54:18.157Z Fresh signature v2.1.0
56792024-04-03T20:54:18.157Z Fresh num-complex v0.4.4
56802024-04-03T20:54:18.157Z Fresh hashbrown v0.12.3
56812024-04-03T20:54:18.157Z Fresh bitfield v0.14.0
56822024-04-03T20:54:18.157Z Fresh serde-hex v0.1.0
56832024-04-03T20:54:18.157Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56842024-04-03T20:54:18.158Z Fresh env_logger v0.10.0
56852024-04-03T20:54:18.158Z Fresh x509-cert v0.2.4
56862024-04-03T20:54:18.158Z Fresh indexmap v1.9.3
56872024-04-03T20:54:18.158Z Fresh num v0.4.1
56882024-04-03T20:54:18.158Z Fresh rsa v0.9.2
56892024-04-03T20:54:18.159Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56902024-04-03T20:54:18.159Z Fresh ron v0.8.1
56912024-04-03T20:54:18.159Z Fresh hashbrown v0.13.2
56922024-04-03T20:54:18.159Z Fresh display-error-chain v0.2.0
56932024-04-03T20:54:18.159Z Fresh crc-any v2.4.3
56942024-04-03T20:54:18.160Z Fresh object v0.30.4
56952024-04-03T20:54:18.160Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56962024-04-03T20:54:18.160Z Fresh path-slash v0.1.5
56972024-04-03T20:54:18.160Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56982024-04-03T20:54:18.160Z Fresh slog-dtrace v0.3.0
56992024-04-03T20:54:18.161Z Fresh resolv-conf v0.7.0
57002024-04-03T20:54:18.161Z Fresh convert_case v0.4.0
57012024-04-03T20:54:18.161Z Fresh home v0.5.5
57022024-04-03T20:54:18.161Z Fresh arrayvec v0.7.4
57032024-04-03T20:54:18.161Z Fresh arrayref v0.3.7
57042024-04-03T20:54:18.161Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
57052024-04-03T20:54:18.162Z Fresh derive_more v0.99.17
57062024-04-03T20:54:18.162Z Fresh trust-dns-resolver v0.22.0
57072024-04-03T20:54:18.162Z Fresh async-recursion v1.0.5
57082024-04-03T20:54:18.162Z Fresh pin-project-internal v1.1.3
57092024-04-03T20:54:18.162Z Fresh constant_time_eq v0.3.0
57102024-04-03T20:54:18.162Z Fresh pin-project v1.1.3
57112024-04-03T20:54:18.163Z Fresh textwrap v0.11.0
57122024-04-03T20:54:18.163Z Fresh toml v0.5.11
57132024-04-03T20:54:18.163Z Fresh nibble_vec v0.1.0
57142024-04-03T20:54:18.163Z Fresh fxhash v0.2.1
57152024-04-03T20:54:18.163Z Fresh ansi_term v0.12.1
57162024-04-03T20:54:18.164Z Fresh diff v0.1.13
57172024-04-03T20:54:18.164Z Fresh strsim v0.8.0
57182024-04-03T20:54:18.164Z Fresh endian-type v0.1.2
57192024-04-03T20:54:18.164Z Fresh vec_map v0.8.2
57202024-04-03T20:54:18.164Z Fresh clap v2.34.0
57212024-04-03T20:54:18.164Z Fresh radix_trie v0.2.1
57222024-04-03T20:54:18.164Z Fresh crunchy v0.2.2
57232024-04-03T20:54:18.165Z Fresh prettyplease v0.2.17
57242024-04-03T20:54:18.165Z Fresh structopt-derive v0.4.18
57252024-04-03T20:54:18.203Z Fresh darling_core v0.14.4
57262024-04-03T20:54:18.203Z Fresh memmap2 v0.7.1
57272024-04-03T20:54:18.203Z Fresh heck v0.5.0
57282024-04-03T20:54:18.203Z Fresh darling_macro v0.14.4
57292024-04-03T20:54:18.203Z Fresh blake3 v1.5.0
57302024-04-03T20:54:18.204Z Fresh structopt v0.3.26
57312024-04-03T20:54:18.204Z Fresh tiny-keccak v2.0.2
57322024-04-03T20:54:18.204Z Fresh libefi-sys v0.1.0
57332024-04-03T20:54:18.204Z Fresh buf-list v1.0.3
57342024-04-03T20:54:18.204Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57352024-04-03T20:54:18.204Z Fresh ascii-canvas v3.0.0
57362024-04-03T20:54:18.204Z Fresh semver-parser v0.10.2
57372024-04-03T20:54:18.205Z Fresh gethostname v0.4.3
57382024-04-03T20:54:18.205Z Fresh ena v0.14.2
57392024-04-03T20:54:18.205Z Fresh libloading v0.7.4
57402024-04-03T20:54:18.205Z Fresh keccak v0.1.4
57412024-04-03T20:54:18.205Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57422024-04-03T20:54:18.205Z Fresh topological-sort v0.2.2
57432024-04-03T20:54:18.205Z Fresh regex-syntax v0.6.29
57442024-04-03T20:54:18.205Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
57452024-04-03T20:54:18.206Z Fresh semver v0.11.0
57462024-04-03T20:54:18.206Z Fresh clang-sys v1.6.1
57472024-04-03T20:54:18.206Z Fresh sha3 v0.10.8
57482024-04-03T20:54:18.206Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57492024-04-03T20:54:18.206Z Fresh lalrpop v0.19.12
57502024-04-03T20:54:18.207Z Fresh omicron-zone-package v0.11.0
57512024-04-03T20:54:18.207Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57522024-04-03T20:54:18.207Z Fresh darling v0.14.4
57532024-04-03T20:54:18.207Z Fresh doc-comment v0.3.3
57542024-04-03T20:54:18.208Z Fresh cexpr v0.6.0
57552024-04-03T20:54:18.208Z Fresh which v4.4.0
57562024-04-03T20:54:18.208Z Fresh secrecy v0.8.0
57572024-04-03T20:54:18.208Z Fresh rustc-hash v1.1.0
57582024-04-03T20:54:18.208Z Fresh lazycell v1.3.0
57592024-04-03T20:54:18.208Z Fresh shlex v1.3.0
57602024-04-03T20:54:18.209Z Fresh peeking_take_while v0.1.2
57612024-04-03T20:54:18.209Z Fresh derive_builder_core v0.12.0
57622024-04-03T20:54:18.209Z Fresh bindgen v0.69.2
57632024-04-03T20:54:18.209Z Fresh toolchain_find v0.2.0
57642024-04-03T20:54:18.210Z Fresh ref-cast-impl v1.0.20
57652024-04-03T20:54:18.210Z Fresh signature v1.6.4
57662024-04-03T20:54:18.210Z Fresh ref-cast v1.0.20
57672024-04-03T20:54:18.210Z Fresh rustfmt-wrapper v0.2.0
57682024-04-03T20:54:18.210Z Fresh ed25519 v1.5.3
57692024-04-03T20:54:18.211Z Fresh derive_builder_macro v0.12.0
57702024-04-03T20:54:18.211Z Fresh memoffset v0.7.1
57712024-04-03T20:54:18.211Z Fresh strum_macros v0.24.3
57722024-04-03T20:54:18.211Z Fresh snafu-derive v0.7.5
57732024-04-03T20:54:18.211Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57742024-04-03T20:54:18.212Z Fresh vte_generate_state_changes v0.1.1
57752024-04-03T20:54:18.212Z Fresh indoc v1.0.9
57762024-04-03T20:54:18.212Z Fresh maplit v1.0.2
57772024-04-03T20:54:18.217Z Fresh vte v0.11.1
57782024-04-03T20:54:18.218Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57792024-04-03T20:54:18.218Z Fresh polar-core v0.27.0
57802024-04-03T20:54:18.218Z Fresh derive_builder v0.12.0
57812024-04-03T20:54:18.219Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
57822024-04-03T20:54:18.219Z Fresh salty v0.2.0
57832024-04-03T20:54:18.219Z Fresh platforms v3.0.2
57842024-04-03T20:54:18.219Z Fresh snafu v0.7.5
57852024-04-03T20:54:18.219Z Fresh libxml v0.3.3
57862024-04-03T20:54:18.220Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
57872024-04-03T20:54:18.220Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
57882024-04-03T20:54:18.220Z Fresh globset v0.4.13
57892024-04-03T20:54:18.220Z Fresh const_format_proc_macros v0.2.32
57902024-04-03T20:54:18.220Z Fresh bb8 v0.8.3
57912024-04-03T20:54:18.221Z Fresh fd-lock v4.0.2
57922024-04-03T20:54:18.221Z Fresh olpc-cjson v0.1.3
57932024-04-03T20:54:18.221Z Fresh quick-xml v0.30.0
57942024-04-03T20:54:18.221Z Fresh serde-big-array v0.5.1
57952024-04-03T20:54:18.221Z Fresh serde-big-array v0.4.1
57962024-04-03T20:54:18.221Z Fresh serde_plain v1.0.2
57972024-04-03T20:54:18.222Z Fresh impl-trait-for-tuples v0.2.2
57982024-04-03T20:54:18.222Z Fresh oso-derive v0.27.0
57992024-04-03T20:54:18.222Z Fresh typed-path v0.7.0
58002024-04-03T20:54:18.222Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
58012024-04-03T20:54:18.223Z Fresh samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
58022024-04-03T20:54:18.223Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58032024-04-03T20:54:18.223Z Fresh oso v0.27.0
58042024-04-03T20:54:18.223Z Fresh tough v0.16.0
58052024-04-03T20:54:18.223Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
58062024-04-03T20:54:18.224Z Fresh const_format v0.2.32
58072024-04-03T20:54:18.224Z Fresh parking_lot_core v0.8.6
58082024-04-03T20:54:18.224Z Fresh cookie v0.18.0
58092024-04-03T20:54:18.225Z Fresh strip-ansi-escapes v0.2.0
58102024-04-03T20:54:18.225Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
58112024-04-03T20:54:18.225Z Fresh unicase v2.7.0
58122024-04-03T20:54:18.225Z Fresh fs-err v2.11.0
58132024-04-03T20:54:18.225Z Fresh signal-hook-tokio v0.3.1
58142024-04-03T20:54:18.226Z Fresh corncobs v0.1.3
58152024-04-03T20:54:18.226Z Fresh nu-ansi-term v0.50.0
58162024-04-03T20:54:18.226Z Fresh parse-size v1.0.0
58172024-04-03T20:54:18.226Z Fresh parking_lot v0.11.2
58182024-04-03T20:54:18.227Z Fresh reedline v0.31.0
58192024-04-03T20:54:18.227Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58202024-04-03T20:54:18.227Z Fresh trust-dns-client v0.22.0
58212024-04-03T20:54:18.227Z Fresh universal-hash v0.5.1
58222024-04-03T20:54:18.227Z Fresh thiserror-impl-no-std v2.0.2
58232024-04-03T20:54:18.228Z Fresh curve25519-dalek-derive v0.1.0
58242024-04-03T20:54:18.228Z Fresh opaque-debug v0.3.0
58252024-04-03T20:54:18.273Z Fresh trust-dns-server v0.22.1
58262024-04-03T20:54:18.273Z Fresh thiserror-no-std v2.0.2
58272024-04-03T20:54:18.273Z Fresh sled v0.34.7
58282024-04-03T20:54:18.273Z Fresh poly1305 v0.8.0
58292024-04-03T20:54:18.273Z Fresh curve25519-dalek v4.1.1
58302024-04-03T20:54:18.273Z Fresh peg-macros v0.8.2
58312024-04-03T20:54:18.273Z Fresh chacha20 v0.9.1
58322024-04-03T20:54:18.274Z Fresh aead v0.5.2
58332024-04-03T20:54:18.274Z Fresh nix v0.27.1
58342024-04-03T20:54:18.274Z Fresh kstat-rs v0.2.3
58352024-04-03T20:54:18.274Z Fresh sqlparser_derive v0.2.2
58362024-04-03T20:54:18.274Z Fresh nanorand v0.7.0
58372024-04-03T20:54:18.274Z Fresh unicode_categories v0.1.1
58382024-04-03T20:54:18.275Z Fresh chacha20poly1305 v0.10.1
58392024-04-03T20:54:18.275Z Fresh vsss-rs v3.3.4
58402024-04-03T20:54:18.275Z Fresh flume v0.11.0
58412024-04-03T20:54:18.275Z Fresh sqlparser v0.43.1
58422024-04-03T20:54:18.275Z Fresh sqlformat v0.2.3
58432024-04-03T20:54:18.275Z Fresh rustyline v13.0.0
58442024-04-03T20:54:18.276Z Fresh peg v0.8.2
58452024-04-03T20:54:18.276Z Fresh mime_guess v2.0.4
58462024-04-03T20:54:18.276Z Fresh rand_seeder v0.2.3
58472024-04-03T20:54:18.276Z Fresh bcs v0.1.6
58482024-04-03T20:54:18.276Z Fresh highway v1.1.0
58492024-04-03T20:54:18.277Z Fresh portable-atomic v1.4.3
58502024-04-03T20:54:18.277Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
58512024-04-03T20:54:18.277Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
58522024-04-03T20:54:18.277Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
58532024-04-03T20:54:18.277Z Fresh http-range v0.1.5
58542024-04-03T20:54:18.278Z Fresh number_prefix v0.4.0
58552024-04-03T20:54:18.278Z Fresh hyper-staticfile v0.9.5
58562024-04-03T20:54:18.278Z Fresh indicatif v0.17.8
58572024-04-03T20:54:18.278Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
58582024-04-03T20:54:18.278Z Fresh castaway v0.2.2
58592024-04-03T20:54:18.278Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58602024-04-03T20:54:18.279Z Fresh lru v0.12.1
58612024-04-03T20:54:18.279Z Fresh compact_str v0.7.1
58622024-04-03T20:54:18.279Z Fresh stability v0.1.1
58632024-04-03T20:54:18.279Z Fresh assert_matches v1.5.0
58642024-04-03T20:54:18.279Z Fresh indoc v2.0.3
58652024-04-03T20:54:18.280Z Fresh is_ci v1.2.0
58662024-04-03T20:54:18.280Z Fresh cassowary v0.3.0
58672024-04-03T20:54:18.280Z Fresh supports-color v3.0.0
58682024-04-03T20:54:18.280Z Fresh ratatui v0.26.1
58692024-04-03T20:54:18.280Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58702024-04-03T20:54:18.280Z Fresh rtoolbox v0.0.1
58712024-04-03T20:54:18.280Z Fresh smawk v0.3.1
58722024-04-03T20:54:18.281Z Fresh unicode-linebreak v0.1.5
58732024-04-03T20:54:18.281Z Fresh rpassword v7.3.1
58742024-04-03T20:54:18.281Z Fresh tui-tree-widget v0.19.0
58752024-04-03T20:54:18.281Z Fresh textwrap v0.16.1
58762024-04-03T20:54:18.281Z Fresh http-body v1.0.0
58772024-04-03T20:54:18.282Z Fresh tower-layer v0.3.2
58782024-04-03T20:54:18.282Z Fresh plotters-backend v0.3.5
58792024-04-03T20:54:18.282Z Fresh shell-words v1.1.0
58802024-04-03T20:54:18.282Z Fresh tower v0.4.13
58812024-04-03T20:54:18.282Z Fresh hyper v1.1.0
58822024-04-03T20:54:18.282Z Fresh target-lexicon v0.12.13
58832024-04-03T20:54:18.283Z Fresh plotters-svg v0.3.5
58842024-04-03T20:54:18.283Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58852024-04-03T20:54:18.283Z Fresh cast v0.3.0
58862024-04-03T20:54:18.283Z Fresh yansi v0.5.1
58872024-04-03T20:54:18.283Z Fresh pretty_assertions v1.4.0
58882024-04-03T20:54:18.283Z Fresh criterion-plot v0.5.0
58892024-04-03T20:54:18.284Z Fresh cfg-expr v0.15.6
58902024-04-03T20:54:18.284Z Fresh guppy-workspace-hack v0.1.0
58912024-04-03T20:54:18.284Z Fresh hyper-util v0.1.2
58922024-04-03T20:54:18.284Z Fresh plotters v0.3.5
58932024-04-03T20:54:18.284Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
58942024-04-03T20:54:18.284Z Fresh rustls-native-certs v0.7.0
58952024-04-03T20:54:18.285Z Fresh httptest v0.15.5
58962024-04-03T20:54:18.285Z Fresh fatfs v0.3.6
58972024-04-03T20:54:18.286Z Fresh tinytemplate v1.2.1
58982024-04-03T20:54:18.286Z Fresh threadpool v1.8.1
58992024-04-03T20:54:18.286Z Fresh cargo-platform v0.1.3
59002024-04-03T20:54:18.286Z Fresh relative-path v1.9.0
59012024-04-03T20:54:18.287Z Fresh anes v0.1.6
59022024-04-03T20:54:18.287Z Fresh constant_time_eq v0.2.6
59032024-04-03T20:54:18.287Z Fresh oorandom v11.1.3
59042024-04-03T20:54:18.287Z Fresh criterion v0.5.1
59052024-04-03T20:54:18.287Z Fresh blake2b_simd v1.0.1
59062024-04-03T20:54:18.288Z Fresh cargo_metadata v0.18.1
59072024-04-03T20:54:18.288Z Fresh rstest_macros v0.18.2
59082024-04-03T20:54:18.288Z Fresh libtest-mimic v0.6.1
59092024-04-03T20:54:18.288Z Fresh hyper-rustls v0.26.0
59102024-04-03T20:54:18.288Z Fresh target-spec v3.1.0
59112024-04-03T20:54:18.289Z Fresh assert_cmd v2.0.14
59122024-04-03T20:54:18.289Z Fresh pathdiff v0.2.1
59132024-04-03T20:54:18.289Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59142024-04-03T20:54:18.289Z Fresh basic-toml v0.1.8
59152024-04-03T20:54:18.289Z Fresh rand v0.4.6
59162024-04-03T20:54:18.289Z Fresh nested v0.1.1
59172024-04-03T20:54:18.289Z Fresh futures-timer v3.0.2
59182024-04-03T20:54:18.289Z Fresh remove_dir_all v0.5.3
59192024-04-03T20:54:18.289Z Fresh trybuild v1.0.89
59202024-04-03T20:54:18.290Z Fresh datatest-stable v0.2.3
59212024-04-03T20:54:18.290Z Fresh rust-argon2 v2.1.0
59222024-04-03T20:54:18.290Z Fresh tempdir v0.3.7
59232024-04-03T20:54:18.290Z Fresh rstest v0.18.2
59242024-04-03T20:54:18.291Z Fresh guppy v0.17.5
59252024-04-03T20:54:18.738Z Fresh partial-io v0.5.4
59262024-04-03T20:54:18.739Z Fresh similar-asserts v1.5.0
59272024-04-03T20:54:18.739Z Fresh approx v0.5.1
59282024-04-03T20:54:18.739Z Fresh hex-literal v0.4.1
59292024-04-03T20:54:18.739Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59302024-04-03T20:54:18.740Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59312024-04-03T20:54:18.740Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59322024-04-03T20:54:18.740Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59332024-04-03T20:54:18.740Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59342024-04-03T20:54:18.740Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59352024-04-03T20:54:18.740Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59362024-04-03T20:54:18.740Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
59372024-04-03T20:54:18.740Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59382024-04-03T20:54:18.740Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59392024-04-03T20:54:18.741Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59402024-04-03T20:54:18.741Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59412024-04-03T20:54:18.741Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59422024-04-03T20:54:18.741Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59432024-04-03T20:54:18.741Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
59442024-04-03T20:54:18.742Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
59452024-04-03T20:54:18.742Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
59462024-04-03T20:54:18.742Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
59472024-04-03T20:54:18.742Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59482024-04-03T20:54:18.742Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59492024-04-03T20:54:18.742Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
59502024-04-03T20:54:18.743Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59512024-04-03T20:54:18.743Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59522024-04-03T20:54:18.743Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59532024-04-03T20:54:18.743Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
59542024-04-03T20:54:18.743Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
59552024-04-03T20:54:18.743Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59562024-04-03T20:54:18.744Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59572024-04-03T20:54:18.744Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
59582024-04-03T20:54:18.744Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59592024-04-03T20:54:18.744Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59602024-04-03T20:54:18.744Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59612024-04-03T20:54:18.745Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59622024-04-03T20:54:18.745Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59632024-04-03T20:54:18.745Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59642024-04-03T20:54:18.745Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59652024-04-03T20:54:18.746Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
59662024-04-03T20:54:18.746Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59672024-04-03T20:54:18.746Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
59682024-04-03T20:54:18.746Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
59692024-04-03T20:54:18.746Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59702024-04-03T20:54:18.746Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59712024-04-03T20:54:18.747Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59722024-04-03T20:54:18.747Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59732024-04-03T20:54:18.747Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59742024-04-03T20:54:18.747Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59752024-04-03T20:54:18.747Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59762024-04-03T20:54:18.748Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59772024-04-03T20:54:18.748Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59782024-04-03T20:54:18.748Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59792024-04-03T20:54:18.748Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59802024-04-03T20:54:18.748Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59812024-04-03T20:54:18.748Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59822024-04-03T20:54:18.749Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59832024-04-03T20:54:18.749Z
59842024-04-03T20:54:18.749Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59852024-04-03T20:54:18.749Zrunning 7 tests
59862024-04-03T20:54:18.749Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59872024-04-03T20:54:18.750Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59882024-04-03T20:54:18.750Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59892024-04-03T20:54:18.750Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59902024-04-03T20:54:18.750Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59912024-04-03T20:54:18.751Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59922024-04-03T20:54:18.751Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59932024-04-03T20:54:18.751Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59942024-04-03T20:54:18.751Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59952024-04-03T20:54:18.751Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59962024-04-03T20:54:18.751Z Finished test [unoptimized + debuginfo] target(s) in 3.78s
59972024-04-03T20:54:18.752Z Doc-tests authz-macros
59982024-04-03T20:54:18.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-64fdd309c5534059.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3bb079b634828386.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-1e48b485d5ff4912.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59992024-04-03T20:54:18.752Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
60002024-04-03T20:54:18.752Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
60012024-04-03T20:54:18.753Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
60022024-04-03T20:54:18.753Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
60032024-04-03T20:54:18.753Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
60042024-04-03T20:54:18.753Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
60052024-04-03T20:54:18.753Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
60062024-04-03T20:54:18.753Z
60072024-04-03T20:54:18.754Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
60082024-04-03T20:54:18.754Z
60092024-04-03T20:54:18.754Z Doc-tests bootstore
60102024-04-03T20:54:18.754Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60112024-04-03T20:54:18.864Z
60122024-04-03T20:54:18.864Zrunning 0 tests
60132024-04-03T20:54:18.865Z
60142024-04-03T20:54:18.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60152024-04-03T20:54:18.865Z
60162024-04-03T20:54:18.902Z Doc-tests bootstrap-agent-client
60172024-04-03T20:54:18.936Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60182024-04-03T20:54:19.743Z
60192024-04-03T20:54:19.743Zrunning 0 tests
60202024-04-03T20:54:19.744Z
60212024-04-03T20:54:19.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60222024-04-03T20:54:19.744Z
60232024-04-03T20:54:19.781Z Doc-tests db-macros
60242024-04-03T20:54:19.814Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-508f43621ce3e883.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3bb079b634828386.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-1e48b485d5ff4912.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60252024-04-03T20:54:20.126Z
60262024-04-03T20:54:20.126Zrunning 4 tests
60272024-04-03T20:54:20.160Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
60282024-04-03T20:54:20.160Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
60292024-04-03T20:54:20.160Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
60302024-04-03T20:54:20.160Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
60312024-04-03T20:54:20.160Z
60322024-04-03T20:54:20.160Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.01s
60332024-04-03T20:54:20.160Z
60342024-04-03T20:54:20.160Z Doc-tests dns-server
60352024-04-03T20:54:20.160Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60362024-04-03T20:54:20.591Z
60372024-04-03T20:54:20.591Zrunning 0 tests
60382024-04-03T20:54:20.591Z
60392024-04-03T20:54:20.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60402024-04-03T20:54:20.591Z
60412024-04-03T20:54:20.621Z Doc-tests dns-service-client
60422024-04-03T20:54:20.621Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib -C embed-bitcode=no -D warnings --error-format human`
60432024-04-03T20:54:20.953Z
60442024-04-03T20:54:20.953Zrunning 0 tests
60452024-04-03T20:54:20.953Z
60462024-04-03T20:54:20.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60472024-04-03T20:54:20.953Z
60482024-04-03T20:54:20.978Z Doc-tests dpd-client
60492024-04-03T20:54:21.009Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60502024-04-03T20:54:22.576Z
60512024-04-03T20:54:22.576Zrunning 0 tests
60522024-04-03T20:54:22.576Z
60532024-04-03T20:54:22.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60542024-04-03T20:54:22.577Z
60552024-04-03T20:54:22.633Z Doc-tests gateway-client
60562024-04-03T20:54:22.633Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60572024-04-03T20:54:23.828Z
60582024-04-03T20:54:23.828Zrunning 0 tests
60592024-04-03T20:54:23.828Z
60602024-04-03T20:54:23.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60612024-04-03T20:54:23.828Z
60622024-04-03T20:54:23.870Z Doc-tests gateway-test-utils
60632024-04-03T20:54:23.898Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60642024-04-03T20:54:24.289Z
60652024-04-03T20:54:24.289Zrunning 0 tests
60662024-04-03T20:54:24.289Z
60672024-04-03T20:54:24.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60682024-04-03T20:54:24.290Z
60692024-04-03T20:54:24.333Z Doc-tests illumos-utils
60702024-04-03T20:54:24.333Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a77b9e79295d7c3f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-372c5b945d12b23b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
60712024-04-03T20:54:26.466Z
60722024-04-03T20:54:26.466Zrunning 0 tests
60732024-04-03T20:54:26.466Z
60742024-04-03T20:54:26.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60752024-04-03T20:54:26.466Z
60762024-04-03T20:54:26.522Z Doc-tests installinator
60772024-04-03T20:54:26.550Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b3fb0b08efc4ce70.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60782024-04-03T20:54:27.149Z
60792024-04-03T20:54:27.149Zrunning 0 tests
60802024-04-03T20:54:27.149Z
60812024-04-03T20:54:27.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60822024-04-03T20:54:27.149Z
60832024-04-03T20:54:27.184Z Doc-tests installinator-artifact-client
60842024-04-03T20:54:27.209Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60852024-04-03T20:54:28.313Z
60862024-04-03T20:54:28.313Zrunning 0 tests
60872024-04-03T20:54:28.313Z
60882024-04-03T20:54:28.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60892024-04-03T20:54:28.314Z
60902024-04-03T20:54:28.359Z Doc-tests installinator-artifactd
60912024-04-03T20:54:28.359Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60922024-04-03T20:54:28.724Z
60932024-04-03T20:54:28.724Zrunning 0 tests
60942024-04-03T20:54:28.724Z
60952024-04-03T20:54:28.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60962024-04-03T20:54:28.724Z
60972024-04-03T20:54:29.166Z Doc-tests installinator-common
60982024-04-03T20:54:29.166Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib -C embed-bitcode=no -D warnings --error-format human`
60992024-04-03T20:54:29.243Z
61002024-04-03T20:54:29.243Zrunning 0 tests
61012024-04-03T20:54:29.243Z
61022024-04-03T20:54:29.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61032024-04-03T20:54:29.243Z
61042024-04-03T20:54:29.278Z Doc-tests internal-dns
61052024-04-03T20:54:29.278Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61062024-04-03T20:54:29.636Z
61072024-04-03T20:54:29.636Zrunning 0 tests
61082024-04-03T20:54:29.636Z
61092024-04-03T20:54:29.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102024-04-03T20:54:29.636Z
61112024-04-03T20:54:29.665Z Doc-tests ipcc
61122024-04-03T20:54:29.666Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
61132024-04-03T20:54:29.986Z
61142024-04-03T20:54:29.986Zrunning 0 tests
61152024-04-03T20:54:29.986Z
61162024-04-03T20:54:29.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61172024-04-03T20:54:29.986Z
61182024-04-03T20:54:30.025Z Doc-tests key-manager
61192024-04-03T20:54:30.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human`
61202024-04-03T20:54:30.306Z
61212024-04-03T20:54:30.306Zrunning 0 tests
61222024-04-03T20:54:30.306Z
61232024-04-03T20:54:30.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242024-04-03T20:54:30.306Z
61252024-04-03T20:54:30.336Z Doc-tests nexus-client
61262024-04-03T20:54:30.336Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61272024-04-03T20:54:33.802Z
61282024-04-03T20:54:33.802Zrunning 0 tests
61292024-04-03T20:54:33.803Z
61302024-04-03T20:54:33.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61312024-04-03T20:54:33.803Z
61322024-04-03T20:54:33.886Z Doc-tests nexus-config
61332024-04-03T20:54:33.886Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61342024-04-03T20:54:34.471Z
61352024-04-03T20:54:34.472Zrunning 0 tests
61362024-04-03T20:54:34.472Z
61372024-04-03T20:54:34.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61382024-04-03T20:54:34.472Z
61392024-04-03T20:54:35.025Z Doc-tests nexus-db-model
61402024-04-03T20:54:35.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-508f43621ce3e883.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61412024-04-03T20:54:46.671Z
61422024-04-03T20:54:46.672Zrunning 2 tests
61432024-04-03T20:54:48.823Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
61442024-04-03T20:54:48.852Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
61452024-04-03T20:54:48.852Z
61462024-04-03T20:54:48.852Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.15s
61472024-04-03T20:54:48.852Z
61482024-04-03T20:54:49.079Z Doc-tests nexus-db-queries
61492024-04-03T20:54:49.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-64fdd309c5534059.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f5bc0aeb5666684.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-508f43621ce3e883.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6238a9a857b02524.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b5c8878f027c1e69.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61502024-04-03T20:54:51.559Z
61512024-04-03T20:54:51.559Zrunning 2 tests
61522024-04-03T20:54:51.584Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
61532024-04-03T20:55:02.791Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
61542024-04-03T20:55:02.792Z
61552024-04-03T20:55:02.792Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 11.23s
61562024-04-03T20:55:02.792Z
61572024-04-03T20:55:02.899Z Doc-tests nexus-defaults
61582024-04-03T20:55:02.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib -C embed-bitcode=no -D warnings --error-format human`
61592024-04-03T20:55:03.162Z
61602024-04-03T20:55:03.163Zrunning 0 tests
61612024-04-03T20:55:03.163Z
61622024-04-03T20:55:03.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61632024-04-03T20:55:03.164Z
61642024-04-03T20:55:03.202Z Doc-tests nexus-inventory
61652024-04-03T20:55:03.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-64e05e8808e88490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61662024-04-03T20:55:03.531Z
61672024-04-03T20:55:03.531Zrunning 0 tests
61682024-04-03T20:55:03.531Z
61692024-04-03T20:55:03.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61702024-04-03T20:55:03.532Z
61712024-04-03T20:55:03.569Z Doc-tests nexus-macros-common
61722024-04-03T20:55:03.597Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3bb079b634828386.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib -C embed-bitcode=no -D warnings --error-format human`
61732024-04-03T20:55:03.674Z
61742024-04-03T20:55:03.674Zrunning 0 tests
61752024-04-03T20:55:03.674Z
61762024-04-03T20:55:03.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61772024-04-03T20:55:03.674Z
61782024-04-03T20:55:03.701Z Doc-tests nexus-metrics-producer-gc
61792024-04-03T20:55:03.701Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61802024-04-03T20:55:04.148Z
61812024-04-03T20:55:04.148Zrunning 0 tests
61822024-04-03T20:55:04.148Z
61832024-04-03T20:55:04.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61842024-04-03T20:55:04.176Z
61852024-04-03T20:55:04.203Z Doc-tests nexus-networking
61862024-04-03T20:55:04.203Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61872024-04-03T20:55:04.593Z
61882024-04-03T20:55:04.593Zrunning 0 tests
61892024-04-03T20:55:04.593Z
61902024-04-03T20:55:04.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61912024-04-03T20:55:04.594Z
61922024-04-03T20:55:04.630Z Doc-tests nexus-reconfigurator-execution
61932024-04-03T20:55:04.663Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61942024-04-03T20:55:05.135Z
61952024-04-03T20:55:05.135Zrunning 0 tests
61962024-04-03T20:55:05.135Z
61972024-04-03T20:55:05.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61982024-04-03T20:55:05.135Z
61992024-04-03T20:55:05.202Z Doc-tests nexus-reconfigurator-planning
62002024-04-03T20:55:05.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-64e05e8808e88490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62012024-04-03T20:55:05.580Z
62022024-04-03T20:55:05.580Zrunning 0 tests
62032024-04-03T20:55:05.580Z
62042024-04-03T20:55:05.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62052024-04-03T20:55:05.581Z
62062024-04-03T20:55:05.618Z Doc-tests nexus-reconfigurator-preparation
62072024-04-03T20:55:05.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib -C embed-bitcode=no -D warnings --error-format human`
62082024-04-03T20:55:06.041Z
62092024-04-03T20:55:06.041Zrunning 0 tests
62102024-04-03T20:55:06.041Z
62112024-04-03T20:55:06.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62122024-04-03T20:55:06.042Z
62132024-04-03T20:55:06.081Z Doc-tests nexus-types
62142024-04-03T20:55:06.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-022a02655bb08666.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-620c451cdcf08354.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62152024-04-03T20:55:09.257Z
62162024-04-03T20:55:09.258Zrunning 0 tests
62172024-04-03T20:55:09.258Z
62182024-04-03T20:55:09.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62192024-04-03T20:55:09.258Z
62202024-04-03T20:55:09.354Z Doc-tests omicron-certificates
62212024-04-03T20:55:09.355Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human`
62222024-04-03T20:55:09.625Z
62232024-04-03T20:55:09.626Zrunning 0 tests
62242024-04-03T20:55:09.626Z
62252024-04-03T20:55:09.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62262024-04-03T20:55:09.626Z
62272024-04-03T20:55:09.671Z Doc-tests omicron-common
62282024-04-03T20:55:09.672Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-022a02655bb08666.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
62292024-04-03T20:55:11.773Z
62302024-04-03T20:55:11.773Zrunning 2 tests
62312024-04-03T20:55:11.799Ztest common/src/lib.rs - FileKv (line 57) ... ignored
62322024-04-03T20:55:17.474Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok
62332024-04-03T20:55:17.474Z
62342024-04-03T20:55:17.474Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.70s
62352024-04-03T20:55:17.475Z
62362024-04-03T20:55:17.554Z Doc-tests omicron-ddm-admin-client
62372024-04-03T20:55:17.555Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d3de256108314328.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62382024-04-03T20:55:17.873Z
62392024-04-03T20:55:17.873Zrunning 0 tests
62402024-04-03T20:55:17.873Z
62412024-04-03T20:55:17.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422024-04-03T20:55:17.874Z
62432024-04-03T20:55:17.907Z Doc-tests omicron-gateway
62442024-04-03T20:55:17.907Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-8d27b84a693a1bad.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a096b86e735b14dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62452024-04-03T20:55:19.206Z
62462024-04-03T20:55:19.206Zrunning 0 tests
62472024-04-03T20:55:19.206Z
62482024-04-03T20:55:19.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62492024-04-03T20:55:19.206Z
62502024-04-03T20:55:19.262Z Doc-tests omicron-nexus
62512024-04-03T20:55:19.302Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2a2d67a98beee0ba.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-a94ff090386724c9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-bf7e6b605c8737da.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c4f9bedc7654b0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eea617539e3628e6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-76ad7055599db936.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-d25ca16c655a5683.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-664eb46436d633ff.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-98e3171fceff325c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-00237958f8cef23c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-99733b7754d1ad83.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ee1895581c5b1975.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1a0525b7c8c340b6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-041554cf97541121.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f07e912b12f3e69f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e0293490ec4eacdf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-40ec71c6b1b70cac.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9574c4f4ce053948.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9dc47aa986726b5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-63656a7207b6e847.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4c5ea3a4b1f7c984.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62522024-04-03T20:55:22.729Z
62532024-04-03T20:55:22.729Zrunning 5 tests
62542024-04-03T20:55:22.757Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
62552024-04-03T20:55:26.285Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 785) ... ok
62562024-04-03T20:55:26.403Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 691) ... ok
62572024-04-03T20:55:26.428Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 713) ... ok
62582024-04-03T20:55:26.428Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 755) ... ok
62592024-04-03T20:55:26.429Z
62602024-04-03T20:55:26.429Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.70s
62612024-04-03T20:55:26.429Z
62622024-04-03T20:55:26.536Z Doc-tests omicron-package
62632024-04-03T20:55:26.536Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5eadc54aa873f8f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8a85e60ea9cf330b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a74ba561e5d0e0ad.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no -D warnings --error-format human`
62642024-04-03T20:55:26.788Z
62652024-04-03T20:55:26.789Zrunning 0 tests
62662024-04-03T20:55:26.789Z
62672024-04-03T20:55:26.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62682024-04-03T20:55:26.789Z
62692024-04-03T20:55:26.815Z Doc-tests omicron-passwords
62702024-04-03T20:55:26.815Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-a94ff090386724c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41b14d6505b7bda2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human`
62712024-04-03T20:55:26.959Z
62722024-04-03T20:55:26.959Zrunning 0 tests
62732024-04-03T20:55:26.959Z
62742024-04-03T20:55:26.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62752024-04-03T20:55:26.960Z
62762024-04-03T20:55:27.427Z Doc-tests omicron-rpaths
62772024-04-03T20:55:27.427Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1429b0bc5cc0243a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib -C embed-bitcode=no -D warnings --error-format human`
62782024-04-03T20:55:27.481Z
62792024-04-03T20:55:27.482Zrunning 0 tests
62802024-04-03T20:55:27.482Z
62812024-04-03T20:55:27.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62822024-04-03T20:55:27.482Z
62832024-04-03T20:55:27.483Z Doc-tests omicron-sled-agent
62842024-04-03T20:55:27.483Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7361b0d046d82d12.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-268d11b1f69c5d83.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e129330250cac5d5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2dfde674c65fcffe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-89a988bf26a214f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4961701e22be67fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-da351784445b8e6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-32be27022e7c5da8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4e36b17821cf14a5.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-2860a373df1a2360.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no -D warnings --error-format human`
62852024-04-03T20:55:30.295Z
62862024-04-03T20:55:30.296Zrunning 0 tests
62872024-04-03T20:55:30.296Z
62882024-04-03T20:55:30.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62892024-04-03T20:55:30.297Z
62902024-04-03T20:55:30.387Z Doc-tests omicron-test-utils
62912024-04-03T20:55:30.387Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7db66f1d56450c08.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3320953ee5b18107.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-516aae29614e164d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
62922024-04-03T20:55:30.790Z
62932024-04-03T20:55:30.790Zrunning 0 tests
62942024-04-03T20:55:30.790Z
62952024-04-03T20:55:30.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62962024-04-03T20:55:30.791Z
62972024-04-03T20:55:30.825Z Doc-tests omicron-uuid-kinds
62982024-04-03T20:55:30.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-620c451cdcf08354.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-44c85cdbf7423f3c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -D warnings --error-format human`
62992024-04-03T20:55:30.936Z
63002024-04-03T20:55:30.936Zrunning 0 tests
63012024-04-03T20:55:30.936Z
63022024-04-03T20:55:30.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63032024-04-03T20:55:30.936Z
63042024-04-03T20:55:30.962Z Doc-tests oxide-client
63052024-04-03T20:55:30.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d8e6abe744b7a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63062024-04-03T20:55:36.972Z
63072024-04-03T20:55:36.972Zrunning 183 tests
63082024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63092024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
63102024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
63112024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
63122024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63132024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63142024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63152024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63162024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63172024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
63182024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
63192024-04-03T20:55:36.997Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
63202024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
63212024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
63222024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
63232024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
63242024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63252024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63262024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63272024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63282024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
63292024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
63302024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
63312024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
63322024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63332024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63342024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63352024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63362024-04-03T20:55:37.023Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63372024-04-03T20:55:37.024Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63382024-04-03T20:55:37.024Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63392024-04-03T20:55:37.024Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63402024-04-03T20:55:37.024Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63412024-04-03T20:55:37.024Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63422024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63432024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
63442024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
63452024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63462024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63472024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63482024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63492024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63502024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63512024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63522024-04-03T20:55:37.049Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
63532024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
63542024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
63552024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
63562024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
63572024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
63582024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
63592024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
63602024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
63612024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
63622024-04-03T20:55:37.050Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
63632024-04-03T20:55:37.075Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 22) ... ignored
63642024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
63652024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
63662024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
63672024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
63682024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
63692024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
63702024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
63712024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
63722024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
63732024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
63742024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
63752024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
63762024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
63772024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
63782024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
63792024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
63802024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
63812024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
63822024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
63832024-04-03T20:55:37.076Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
63842024-04-03T20:55:37.077Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
63852024-04-03T20:55:37.077Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
63862024-04-03T20:55:37.077Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
63872024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
63882024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
63892024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
63902024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
63912024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
63922024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
63932024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
63942024-04-03T20:55:37.114Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
63952024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
63962024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
63972024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
63982024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
63992024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
64002024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
64012024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
64022024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
64032024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
64042024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
64052024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
64062024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
64072024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64082024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
64092024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64102024-04-03T20:55:37.115Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
64112024-04-03T20:55:37.116Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64122024-04-03T20:55:37.149Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64132024-04-03T20:55:37.150Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64142024-04-03T20:55:37.150Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
64152024-04-03T20:55:37.150Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64162024-04-03T20:55:37.150Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64172024-04-03T20:55:37.151Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64182024-04-03T20:55:37.151Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
64192024-04-03T20:55:37.151Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64202024-04-03T20:55:37.151Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64212024-04-03T20:55:37.151Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
64222024-04-03T20:55:37.152Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64232024-04-03T20:55:37.152Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64242024-04-03T20:55:37.152Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64252024-04-03T20:55:37.152Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
64262024-04-03T20:55:37.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
64272024-04-03T20:55:37.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
64282024-04-03T20:55:37.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
64292024-04-03T20:55:37.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64302024-04-03T20:55:37.153Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
64312024-04-03T20:55:37.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64322024-04-03T20:55:37.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64332024-04-03T20:55:37.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64342024-04-03T20:55:37.154Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64352024-04-03T20:55:37.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64362024-04-03T20:55:37.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
64372024-04-03T20:55:37.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
64382024-04-03T20:55:37.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
64392024-04-03T20:55:37.155Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
64402024-04-03T20:55:37.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
64412024-04-03T20:55:37.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
64422024-04-03T20:55:37.156Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
64432024-04-03T20:55:37.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64442024-04-03T20:55:37.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64452024-04-03T20:55:37.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64462024-04-03T20:55:37.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
64472024-04-03T20:55:37.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64482024-04-03T20:55:37.158Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64492024-04-03T20:55:37.158Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64502024-04-03T20:55:37.158Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64512024-04-03T20:55:37.158Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64522024-04-03T20:55:37.159Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64532024-04-03T20:55:37.159Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64542024-04-03T20:55:37.159Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64552024-04-03T20:55:37.160Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64562024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64572024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64582024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64592024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64602024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64612024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64622024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64632024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
64642024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64652024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64662024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64672024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
64682024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
64692024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64702024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64712024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
64722024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
64732024-04-03T20:55:37.186Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
64742024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
64752024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
64762024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
64772024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
64782024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
64792024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
64802024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
64812024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
64822024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
64832024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
64842024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
64852024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
64862024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
64872024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
64882024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
64892024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
64902024-04-03T20:55:37.187Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
64912024-04-03T20:55:37.187Z
64922024-04-03T20:55:37.187Ztest result: ok. 0 passed; 0 failed; 183 ignored; 0 measured; 0 filtered out; finished in 0.21s
64932024-04-03T20:55:37.187Z
64942024-04-03T20:55:37.369Z Doc-tests oximeter
64952024-04-03T20:55:37.369Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-90c0c0fa4600c290.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-948b575cc4612ac3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
64962024-04-03T20:55:38.101Z
64972024-04-03T20:55:38.101Zrunning 8 tests
64982024-04-03T20:55:38.673Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
64992024-04-03T20:55:38.721Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
65002024-04-03T20:55:39.456Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
65012024-04-03T20:55:44.777Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
65022024-04-03T20:55:44.952Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
65032024-04-03T20:55:45.006Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
65042024-04-03T20:55:45.042Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
65052024-04-03T20:55:45.042Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
65062024-04-03T20:55:45.042Z
65072024-04-03T20:55:45.043Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.93s
65082024-04-03T20:55:45.043Z
65092024-04-03T20:55:45.076Z Doc-tests oximeter-client
65102024-04-03T20:55:45.077Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65112024-04-03T20:55:45.442Z
65122024-04-03T20:55:45.442Zrunning 0 tests
65132024-04-03T20:55:45.442Z
65142024-04-03T20:55:45.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65152024-04-03T20:55:45.442Z
65162024-04-03T20:55:45.481Z Doc-tests oximeter-collector
65172024-04-03T20:55:45.512Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d4af744e30e486be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-accea89e129c4793.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-88682bf30bb8adf2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65182024-04-03T20:55:46.010Z
65192024-04-03T20:55:46.010Zrunning 0 tests
65202024-04-03T20:55:46.010Z
65212024-04-03T20:55:46.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65222024-04-03T20:55:46.010Z
65232024-04-03T20:55:46.045Z Doc-tests oximeter-db
65242024-04-03T20:55:46.071Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-6142e646399206b1.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f07472df5bed6c6e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -D warnings --error-format human`
65252024-04-03T20:55:47.664Z
65262024-04-03T20:55:47.664Zrunning 3 tests
65272024-04-03T20:55:47.693Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 258) ... ignored
65282024-04-03T20:55:47.693Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 272) ... ignored
65292024-04-03T20:55:47.693Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 114) ... ignored
65302024-04-03T20:55:47.694Z
65312024-04-03T20:55:47.694Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65322024-04-03T20:55:47.694Z
65332024-04-03T20:55:47.727Z Doc-tests oximeter-instruments
65342024-04-03T20:55:47.728Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-59d657600bc8fca2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
65352024-04-03T20:55:48.102Z
65362024-04-03T20:55:48.102Zrunning 0 tests
65372024-04-03T20:55:48.102Z
65382024-04-03T20:55:48.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65392024-04-03T20:55:48.103Z
65402024-04-03T20:55:48.135Z Doc-tests oximeter-macro-impl
65412024-04-03T20:55:48.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-90c0c0fa4600c290.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65422024-04-03T20:55:48.252Z
65432024-04-03T20:55:48.252Zrunning 0 tests
65442024-04-03T20:55:48.252Z
65452024-04-03T20:55:48.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65462024-04-03T20:55:48.253Z
65472024-04-03T20:55:48.285Z Doc-tests oximeter-producer
65482024-04-03T20:55:48.285Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5dd6b6f59ac4c50d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-574e8f8edbdb4379.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2586944ab7651835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65492024-04-03T20:55:48.716Z
65502024-04-03T20:55:48.716Zrunning 0 tests
65512024-04-03T20:55:48.716Z
65522024-04-03T20:55:48.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65532024-04-03T20:55:48.717Z
65542024-04-03T20:55:48.717Z Doc-tests oxlog
65552024-04-03T20:55:48.717Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-372c5b945d12b23b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65562024-04-03T20:55:48.768Z
65572024-04-03T20:55:48.768Zrunning 0 tests
65582024-04-03T20:55:48.768Z
65592024-04-03T20:55:48.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65602024-04-03T20:55:48.768Z
65612024-04-03T20:55:48.794Z Doc-tests sled-agent-client
65622024-04-03T20:55:48.794Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0c4599f923fbde9c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65632024-04-03T20:55:52.048Z
65642024-04-03T20:55:52.048Zrunning 0 tests
65652024-04-03T20:55:52.048Z
65662024-04-03T20:55:52.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65672024-04-03T20:55:52.049Z
65682024-04-03T20:55:52.133Z Doc-tests sled-hardware
65692024-04-03T20:55:52.133Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65702024-04-03T20:55:52.554Z
65712024-04-03T20:55:52.554Zrunning 0 tests
65722024-04-03T20:55:52.554Z
65732024-04-03T20:55:52.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65742024-04-03T20:55:52.555Z
65752024-04-03T20:55:52.593Z Doc-tests sled-hardware-types
65762024-04-03T20:55:52.626Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib -C embed-bitcode=no -D warnings --error-format human`
65772024-04-03T20:55:52.931Z
65782024-04-03T20:55:52.931Zrunning 0 tests
65792024-04-03T20:55:52.931Z
65802024-04-03T20:55:52.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65812024-04-03T20:55:52.931Z
65822024-04-03T20:55:52.961Z Doc-tests sled-storage
65832024-04-03T20:55:52.986Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4b55ce918dc7b778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9a7506f0fa280aeb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-32df6c23fb76605f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
65842024-04-03T20:55:53.533Z
65852024-04-03T20:55:53.533Zrunning 0 tests
65862024-04-03T20:55:53.533Z
65872024-04-03T20:55:53.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65882024-04-03T20:55:53.534Z
65892024-04-03T20:55:53.574Z Doc-tests sp-sim
65902024-04-03T20:55:53.599Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-0817628974eac7f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e7080037df965bb2.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -C embed-bitcode=no -D warnings --error-format human`
65912024-04-03T20:55:54.182Z
65922024-04-03T20:55:54.182Zrunning 0 tests
65932024-04-03T20:55:54.182Z
65942024-04-03T20:55:54.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65952024-04-03T20:55:54.183Z
65962024-04-03T20:55:54.217Z Doc-tests tufaceous
65972024-04-03T20:55:54.217Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib -C embed-bitcode=no -D warnings --error-format human`
65982024-04-03T20:55:54.574Z
65992024-04-03T20:55:54.574Zrunning 0 tests
66002024-04-03T20:55:54.574Z
66012024-04-03T20:55:54.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66022024-04-03T20:55:54.574Z
66032024-04-03T20:55:54.614Z Doc-tests tufaceous-lib
66042024-04-03T20:55:54.652Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -C embed-bitcode=no -D warnings --error-format human`
66052024-04-03T20:55:55.114Z
66062024-04-03T20:55:55.115Zrunning 0 tests
66072024-04-03T20:55:55.115Z
66082024-04-03T20:55:55.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66092024-04-03T20:55:55.115Z
66102024-04-03T20:55:55.148Z Doc-tests typed-rng
66112024-04-03T20:55:55.149Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-64e05e8808e88490.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
66122024-04-03T20:55:55.241Z
66132024-04-03T20:55:55.242Zrunning 0 tests
66142024-04-03T20:55:55.242Z
66152024-04-03T20:55:55.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66162024-04-03T20:55:55.242Z
66172024-04-03T20:55:55.268Z Doc-tests update-common
66182024-04-03T20:55:55.268Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib -C embed-bitcode=no -D warnings --error-format human`
66192024-04-03T20:55:55.636Z
66202024-04-03T20:55:55.636Zrunning 0 tests
66212024-04-03T20:55:55.636Z
66222024-04-03T20:55:55.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66232024-04-03T20:55:55.637Z
66242024-04-03T20:55:55.670Z Doc-tests update-engine
66252024-04-03T20:55:55.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
66262024-04-03T20:55:56.317Z
66272024-04-03T20:55:56.317Zrunning 3 tests
66282024-04-03T20:55:56.345Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66292024-04-03T20:55:56.345Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66302024-04-03T20:55:56.345Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66312024-04-03T20:55:56.345Z
66322024-04-03T20:55:56.345Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
66332024-04-03T20:55:56.345Z
66342024-04-03T20:55:56.373Z Doc-tests wicket
66352024-04-03T20:55:56.373Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human`
66362024-04-03T20:55:57.304Z
66372024-04-03T20:55:57.304Zrunning 0 tests
66382024-04-03T20:55:57.304Z
66392024-04-03T20:55:57.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66402024-04-03T20:55:57.304Z
66412024-04-03T20:55:57.352Z Doc-tests wicket-common
66422024-04-03T20:55:57.352Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib -C embed-bitcode=no -D warnings --error-format human`
66432024-04-03T20:55:57.806Z
66442024-04-03T20:55:57.806Zrunning 0 tests
66452024-04-03T20:55:57.806Z
66462024-04-03T20:55:57.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66472024-04-03T20:55:57.806Z
66482024-04-03T20:55:57.840Z Doc-tests wicket-dbg
66492024-04-03T20:55:57.840Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-35ea1d16d13f269f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a4b44f42a09455be.rlib -C embed-bitcode=no -D warnings --error-format human`
66502024-04-03T20:55:58.235Z
66512024-04-03T20:55:58.235Zrunning 0 tests
66522024-04-03T20:55:58.235Z
66532024-04-03T20:55:58.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66542024-04-03T20:55:58.235Z
66552024-04-03T20:55:58.266Z Doc-tests wicketd
66562024-04-03T20:55:58.292Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f271b680eef7fba5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f7ee1f9a5b86ae5f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7511acff4a04f6a9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c0b50876d23fe71a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-16cd3d9921e49c7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-0d6608f872d5d9e4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b3fb0b08efc4ce70.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-626467066399fe0a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-c8e1e36a8c388af7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-45b1e15656c46bde.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5ea48dc106655de5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-305348a2d0e9a616.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2c409141e9cb96df.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-8a002d13132aadee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-35318065b8a18222.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e3a29220506c3142.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4e12b3b3a943ebab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-23fd13be79fa3f00.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f4402e2ad06ccf78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fdb0a4be1dde0d4b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-9861e2b2956ec5c9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cc9b2655654b5753.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2c0f3278e2db3adc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-83d638b2a75e30ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5536c6d693c5d3a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6d591c48c05494fd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib -C embed-bitcode=no -D warnings --error-format human`
66572024-04-03T20:55:59.339Z
66582024-04-03T20:55:59.339Zrunning 0 tests
66592024-04-03T20:55:59.339Z
66602024-04-03T20:55:59.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66612024-04-03T20:55:59.339Z
66622024-04-03T20:55:59.391Z Doc-tests wicketd-client
66632024-04-03T20:55:59.391Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7d61e13c08c9e05e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d4ddcd8882ab4891.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5e9f0c27e4f6d78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c3c986e434042ebc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2dc0c1d1656a828e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25f3763e88edaf11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ae672bc384aceee7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-02db97241e7b52ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e555e448b6562213.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10cfe55f237b3ce2.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c65ad6d18e8329db.rlib -C embed-bitcode=no -D warnings --error-format human`
66642024-04-03T20:56:01.543Z
66652024-04-03T20:56:01.543Zrunning 0 tests
66662024-04-03T20:56:01.543Z
66672024-04-03T20:56:01.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66682024-04-03T20:56:01.543Z
66692024-04-03T20:56:01.647Z
66702024-04-03T20:56:01.647Zreal 1:47.650034491
66712024-04-03T20:56:01.647Zuser 1:32.305663038
66722024-04-03T20:56:01.647Zsys 46.690241288
66732024-04-03T20:56:01.647Ztrap 0.018535872
66742024-04-03T20:56:01.647Ztflt 0.470490996
66752024-04-03T20:56:01.647Zdflt 1.396443340
66762024-04-03T20:56:01.647Zkflt 0.000625823
66772024-04-03T20:56:01.675Zlock 1:36.535751338
66782024-04-03T20:56:01.675Zslp 9:43.498066351
66792024-04-03T20:56:01.675Zlat 1.308573551
66802024-04-03T20:56:01.676Zstop 3.448392695
66812024-04-03T20:56:01.676Zfiles in /var/tmp/omicron_tmp (none expected on success):
66822024-04-03T20:56:01.676Z164784 25 drwxr-xr-x 2 build build 2 Apr 3 20:56 /var/tmp/omicron_tmp
66832024-04-03T20:56:01.949Zprocess exited: duration 3511537 ms, exit code 0
 
66842024-04-03T20:56:02.045Zfound 1 output files
66852024-04-03T20:56:02.045Zuploading: /work/crate-build-timings.json (520313 bytes)
66862024-04-03T20:56:03.738Zuploaded: /work/crate-build-timings.json