01HZHC7SD7CBTPM5W1DFGKCKCY: 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.78.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HZHC80ZVHGHN809JY9EGAKKS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-04T10:21:23.773Zjob assigned to worker 01HZHC81B7KE030RD8R6TMKF0P (queued for 35 s)
 
22024-06-04T10:21:24.545Zstarting task 0: "setup"
32024-06-04T10:21:24.569Z++ uname -s
42024-06-04T10:21:24.569Z+ kern=SunOS
52024-06-04T10:21:24.569Z+ case "$kern" in
62024-06-04T10:21:24.569Z+ groupadd -g 12345 build
72024-06-04T10:21:24.569Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-04T10:21:26.571Z+ zfs create -o mountpoint=/work rpool/work
92024-06-04T10:21:26.621Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-04T10:21:26.662Z+ home_fs=zfs
112024-06-04T10:21:26.662Z+ [[ zfs == autofs ]]
122024-06-04T10:21:26.662Z+ mkdir -p /home/build
132024-06-04T10:21:26.662Z+ chown build:build /home/build /work
142024-06-04T10:21:28.628Z+ chmod 0700 /home/build /work
152024-06-04T10:21:28.656Zprocess exited: duration 4090 ms, exit code 0
 
162024-06-04T10:21:28.718Zstarting task 1: "rust-toolchain"
172024-06-04T10:21:28.754Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-06-04T10:21:28.755Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-06-04T10:21:28.860Zinfo: downloading installer
202024-06-04T10:21:29.239Zwarning: it looks like you have an existing installation of Rust at:
212024-06-04T10:21:29.239Zwarning: /opt/ooce/bin
222024-06-04T10:21:29.240Zwarning: It is recommended that rustup be the primary Rust installation.
232024-06-04T10:21:29.240Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-06-04T10:21:29.240Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-06-04T10:21:29.240Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-06-04T10:21:29.240Zwarning: or pass `-y' to ignore all ignorable checks.
272024-06-04T10:21:29.241Zerror: cannot install while Rust is installed
282024-06-04T10:21:29.241Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-06-04T10:21:29.302Zinfo: profile set to 'default'
302024-06-04T10:21:29.302Zinfo: default host triple is x86_64-unknown-illumos
312024-06-04T10:21:29.331Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-06-04T10:21:29.372Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-06-04T10:21:29.373Zinfo: downloading component 'cargo'
342024-06-04T10:21:29.550Zinfo: downloading component 'clippy'
352024-06-04T10:21:30.035Zinfo: downloading component 'rust-docs'
362024-06-04T10:21:30.035Zinfo: downloading component 'rust-std'
372024-06-04T10:21:30.558Zinfo: downloading component 'rustc'
382024-06-04T10:21:32.302Zinfo: downloading component 'rustfmt'
392024-06-04T10:21:32.403Zinfo: installing component 'cargo'
402024-06-04T10:21:33.505Zinfo: installing component 'clippy'
412024-06-04T10:21:33.919Zinfo: installing component 'rust-docs'
422024-06-04T10:21:36.425Zinfo: installing component 'rust-std'
432024-06-04T10:21:38.554Zinfo: installing component 'rustc'
442024-06-04T10:21:43.587Zinfo: installing component 'rustfmt'
452024-06-04T10:21:43.954Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-06-04T10:21:43.955Z
472024-06-04T10:21:44.075Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-06-04T10:21:44.075Z
492024-06-04T10:21:44.100Z
502024-06-04T10:21:44.100ZRust is installed now. Great!
512024-06-04T10:21:44.100Z
522024-06-04T10:21:44.100ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-06-04T10:21:44.100Zenvironment variable. This has not been done automatically.
542024-06-04T10:21:44.100Z
552024-06-04T10:21:44.100ZTo configure your current shell, you need to source
562024-06-04T10:21:44.100Zthe corresponding env file under $HOME/.cargo.
572024-06-04T10:21:44.100Z
582024-06-04T10:21:44.100ZThis is usually done by running one of the following (note the leading DOT):
592024-06-04T10:21:44.100Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-06-04T10:21:44.100Zsource "$HOME/.cargo/env.fish" # For fish
612024-06-04T10:21:44.147Z+ rustc --version
622024-06-04T10:21:44.254Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-06-04T10:21:44.278Zprocess exited: duration 15547 ms, exit code 0
 
642024-06-04T10:21:44.347Zstarting task 2: "authentication"
652024-06-04T10:21:44.418Zprocess exited: duration 67 ms, exit code 0
 
662024-06-04T10:21:44.469Zstarting task 3: "clone repository"
672024-06-04T10:21:44.494Z+ mkdir -p /work/oxidecomputer/omicron
682024-06-04T10:21:44.494Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-06-04T10:21:44.519ZCloning into '/work/oxidecomputer/omicron'...
702024-06-04T10:21:51.505Z+ cd /work/oxidecomputer/omicron
712024-06-04T10:21:51.505Z+ git fetch origin 48d427ece7c441c9b94e220270f24ea7197c6c3d
722024-06-04T10:21:51.947ZFrom https://github.com/oxidecomputer/omicron
732024-06-04T10:21:51.947Z * branch 48d427ece7c441c9b94e220270f24ea7197c6c3d -> FETCH_HEAD
742024-06-04T10:21:51.972Z+ [[ -n felixmcfelix/opte-545 ]]
752024-06-04T10:21:51.972Z++ git branch --show-current
762024-06-04T10:21:51.972Z+ current=main
772024-06-04T10:21:51.972Z+ [[ main != felixmcfelix/opte-545 ]]
782024-06-04T10:21:51.972Z+ git branch -f felixmcfelix/opte-545 48d427ece7c441c9b94e220270f24ea7197c6c3d
792024-06-04T10:21:51.996Z+ git checkout -f felixmcfelix/opte-545
802024-06-04T10:21:52.144ZSwitched to branch 'felixmcfelix/opte-545'
812024-06-04T10:21:52.168Z+ git reset --hard 48d427ece7c441c9b94e220270f24ea7197c6c3d
822024-06-04T10:21:52.168ZHEAD is now at 48d427ece Update OPTE to 0.31.262 (417f74e)
832024-06-04T10:21:52.168Zprocess exited: duration 7697 ms, exit code 0
 
842024-06-04T10:21:52.219Zstarting task 4: "build"
852024-06-04T10:21:52.243Z+ target_os=illumos
862024-06-04T10:21:52.243Z+ NEXTEST_VERSION=0.9.70
872024-06-04T10:21:52.243Z+ cargo --version
882024-06-04T10:21:52.329Zcargo 1.78.0 (54d8815d0 2024-03-26)
892024-06-04T10:21:52.359Z+ rustc --version
902024-06-04T10:21:52.426Zrustc 1.78.0 (9b00956e5 2024-04-29)
912024-06-04T10:21:52.460Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
922024-06-04T10:21:52.460Z+ gunzip
932024-06-04T10:21:52.460Z+ tar -xvf - -C /home/build/.cargo/bin
942024-06-04T10:21:53.512Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
952024-06-04T10:21:53.558Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
962024-06-04T10:21:53.559Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
972024-06-04T10:21:53.559Ztests will store ephemeral output in /var/tmp/omicron_tmp
982024-06-04T10:21:53.559Z+ mkdir /var/tmp/omicron_tmp
992024-06-04T10:21:53.559Z+ OUTPUT_DIR=/work
1002024-06-04T10:21:53.559Z+ echo 'tests will store non-ephemeral output in /work'
1012024-06-04T10:21:53.559Ztests will store non-ephemeral output in /work
1022024-06-04T10:21:53.559Z+ mkdir -p /work
1032024-06-04T10:21:53.559Z+ source ./env.sh
1042024-06-04T10:21:53.559Z++ set -o xtrace
1052024-06-04T10:21:53.559Z++++ dirname ./env.sh
1062024-06-04T10:21:53.559Z+++ readlink -f .
1072024-06-04T10:21:53.559Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-06-04T10:21:53.559Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-06-04T10:21:53.559Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-06-04T10:21:53.560Z++ 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
1112024-06-04T10:21:53.560Z++ 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
1122024-06-04T10:21:53.560Z++ 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
1132024-06-04T10:21:53.560Z++ 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
1142024-06-04T10:21:53.560Z++ 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
1152024-06-04T10:21:53.560Z++ 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
1162024-06-04T10:21:53.560Z++ unset OMICRON_WS
1172024-06-04T10:21:53.560Z++ set +o xtrace
1182024-06-04T10:21:53.560Z
1192024-06-04T10:21:53.560Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-06-04T10:21:53.560Z # # # # # # # # # # # # # # #
1212024-06-04T10:21:53.560Z # # # # ##### # # ##### # # # # # #### #
1222024-06-04T10:21:53.560Z ##### ##### # ##### # # # # # # # # #
1232024-06-04T10:21:53.560Z # # # # # # # # # # # # # # #
1242024-06-04T10:21:53.560Z # # # ###### # # ###### ### # #### # #### #
1252024-06-04T10:21:53.561Z
1262024-06-04T10:21:58.382Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-06-04T10:22:00.465Z Startup: Caching catalogs ... Done
1282024-06-04T10:22:02.876ZPlanning: Solver setup ... Done (1.758s)
1292024-06-04T10:22:02.909ZPlanning: Running solver ... Done (0.033s)
1302024-06-04T10:22:02.947ZPlanning: Finding local manifests ... Done (0.002s)
1312024-06-04T10:22:03.020ZPlanning: Fetching manifests: 0/4 0% complete
1322024-06-04T10:22:03.358ZPlanning: Fetching manifests: 4/4 100% complete
1332024-06-04T10:22:03.423ZPlanning: Package planning ... Done (0.061s)
1342024-06-04T10:22:03.483ZPlanning: Merging actions ... Done (0.060s)
1352024-06-04T10:22:04.232ZPlanning: Checking for conflicting actions ... Done (0.343s)
1362024-06-04T10:22:04.265ZPlanning: Consolidating action changes ... Done (0.013s)
1372024-06-04T10:22:04.450ZPlanning: Evaluating mediators ... Done (0.614s)
1382024-06-04T10:22:04.477ZPlanning: Planning completed in 3.94 seconds
1392024-06-04T10:22:04.501Z Packages to install: 4
1402024-06-04T10:22:04.502Z Mediators to change: 2
1412024-06-04T10:22:04.502Z Services to change: 1
1422024-06-04T10:22:04.502Z Estimated space available: 148.89 GB
1432024-06-04T10:22:04.502ZEstimated space to be consumed: 1.45 GB
1442024-06-04T10:22:04.502Z Create boot environment: No
1452024-06-04T10:22:04.502ZCreate backup boot environment: No
1462024-06-04T10:22:04.502Z Rebuild boot archive: No
1472024-06-04T10:22:04.502Z
1482024-06-04T10:22:04.502ZChanged mediators:
1492024-06-04T10:22:04.502Z mediator clang:
1502024-06-04T10:22:04.502Z version: None -> 15 (system default)
1512024-06-04T10:22:04.502Z
1522024-06-04T10:22:04.502Z mediator llvm:
1532024-06-04T10:22:04.502Z version: 14 (system default) -> 15 (system default)
1542024-06-04T10:22:04.502Z
1552024-06-04T10:22:04.502ZChanged packages:
1562024-06-04T10:22:04.502Zhelios-dev
1572024-06-04T10:22:04.502Z developer/build-essential
1582024-06-04T10:22:04.502Z None -> 11-2.0
1592024-06-04T10:22:04.502Z library/libxmlsec1
1602024-06-04T10:22:04.502Z None -> 1.2.35-2.0
1612024-06-04T10:22:04.503Z ooce/developer/clang-15
1622024-06-04T10:22:04.503Z None -> 15.0.7-2.0
1632024-06-04T10:22:04.503Z ooce/developer/llvm-15
1642024-06-04T10:22:04.503Z None -> 15.0.7-2.0
1652024-06-04T10:22:04.503Z
1662024-06-04T10:22:04.503ZServices:
1672024-06-04T10:22:04.503Z restart_fmri:
1682024-06-04T10:22:04.503Z svc:/system/update-man-index:default
1692024-06-04T10:22:04.530Z
1702024-06-04T10:22:04.530ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-06-04T10:22:09.532ZDownload: 954/3290 items 19.0/212.6MB 8% complete (3.9M/s)
1722024-06-04T10:22:14.529ZDownload: 1474/3290 items 116.7/212.6MB 54% complete (11.8M/s)
1732024-06-04T10:22:19.630ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1742024-06-04T10:22:24.633ZDownload: 3244/3290 items 175.1/212.6MB 82% complete (5.8M/s)
1752024-06-04T10:22:28.439ZDownload: Completed 212.60 MB in 23.91 seconds (8.9M/s)
1762024-06-04T10:22:28.612Z Actions: 1/3689 actions (Installing new actions)
1772024-06-04T10:22:34.300Z Actions: 3103/3689 actions (Installing new actions)
1782024-06-04T10:22:34.361Z Actions: Completed 3689 actions in 5.65 seconds.
1792024-06-04T10:22:34.585Z Done (0.308s)
1802024-06-04T10:22:34.585Z Done (0.000s)
1812024-06-04T10:22:34.937Z Done (0.362s)
1822024-06-04T10:22:40.016Z Done (4.943s)
1832024-06-04T10:22:40.103Z Done (0.019s)
1842024-06-04T10:22:40.133Z Done (0.000s)
1852024-06-04T10:22:40.257Z Done (0.000s)
1862024-06-04T10:22:40.847ZPlanning: Evaluating mediator changes ... Done
1872024-06-04T10:22:41.048ZPlanning: Checking for conflicting actions ... Done
1882024-06-04T10:22:41.076ZPlanning: Consolidating action changes ... Done
1892024-06-04T10:22:41.368ZPlanning: Evaluating mediators ... Done
1902024-06-04T10:22:41.399ZPlanning: Planning completed in 0.52 seconds
1912024-06-04T10:22:41.428Z Mediators to change: 2
1922024-06-04T10:22:41.429Z Create boot environment: No
1932024-06-04T10:22:41.429ZCreate backup boot environment: No
1942024-06-04T10:22:41.467Z Done
1952024-06-04T10:22:41.467Z Done
1962024-06-04T10:22:41.703Z Done
1972024-06-04T10:22:45.826Z Done
1982024-06-04T10:22:45.909Z Done
1992024-06-04T10:22:45.934Z Done
2002024-06-04T10:22:45.981Z Done
2012024-06-04T10:22:46.707ZPlanning: Evaluating mediator changes ... Done
2022024-06-04T10:22:46.737ZPlanning: Merging actions ... Done
2032024-06-04T10:22:46.925ZPlanning: Checking for conflicting actions ... Done
2042024-06-04T10:22:46.950ZPlanning: Consolidating action changes ... Done
2052024-06-04T10:22:47.242ZPlanning: Evaluating mediators ... Done
2062024-06-04T10:22:47.307ZPlanning: Planning completed in 0.89 seconds
2072024-06-04T10:22:47.345Z Packages to change: 1
2082024-06-04T10:22:47.345Z Mediators to change: 1
2092024-06-04T10:22:47.345Z Services to change: 1
2102024-06-04T10:22:47.371Z Create boot environment: No
2112024-06-04T10:22:47.371ZCreate backup boot environment: Yes
2122024-06-04T10:22:48.871Z Actions: 1/6 actions (Updating modified actions)
2132024-06-04T10:22:48.896Z Actions: Completed 6 actions in 0.00 seconds.
2142024-06-04T10:22:48.896Z Done
2152024-06-04T10:22:48.896Z Done
2162024-06-04T10:22:48.947Z Done
2172024-06-04T10:22:53.065Z Done
2182024-06-04T10:22:53.155Z Done
2192024-06-04T10:22:53.180Z Done
2202024-06-04T10:22:53.228Z Done
2212024-06-04T10:22:53.735ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-06-04T10:22:53.735Zclang system 15 system
2232024-06-04T10:22:53.736Zcsh system system illumos
2242024-06-04T10:22:53.736Zctags system system illumos
2252024-06-04T10:22:53.736Zgcc vendor 12 vendor
2262024-06-04T10:22:53.736Zgcc system 10 system
2272024-06-04T10:22:53.736Zgcc system 7 system
2282024-06-04T10:22:53.736Zgo system 1.20 system
2292024-06-04T10:22:53.736Zgo system 1.19 system
2302024-06-04T10:22:53.736Zllvm system 15 system
2312024-06-04T10:22:53.736Zllvm system 14 system
2322024-06-04T10:22:53.736Zmariadb system 10.6 system
2332024-06-04T10:22:53.736Zmta vendor vendor dma
2342024-06-04T10:22:53.736Zopenjdk system 17 system
2352024-06-04T10:22:53.736Zopenjdk system 11 system
2362024-06-04T10:22:53.736Zopenjdk system 1.8 system
2372024-06-04T10:22:53.736Zopenssl vendor 3 vendor
2382024-06-04T10:22:53.736Zperl system 5.36 system
2392024-06-04T10:22:53.736Zpostgresql system 15 system
2402024-06-04T10:22:53.736Zpostgresql system 13 system
2412024-06-04T10:22:53.736Zpython vendor 3 vendor
2422024-06-04T10:22:53.736Zpython system 2 system
2432024-06-04T10:22:53.736Zpython3 system 3.11 system
2442024-06-04T10:22:53.737Zruby system 3.0 system
2452024-06-04T10:22:53.737Zwords vendor vendor american-english
2462024-06-04T10:22:53.737Zwords system system australian-english
2472024-06-04T10:22:53.737Zwords system system british-english
2482024-06-04T10:22:53.737Zwords system system canadian-english
2492024-06-04T10:22:53.737Zwords system system french
2502024-06-04T10:22:53.737Zwords system system italian
2512024-06-04T10:22:53.737Zwords system system ngerman
2522024-06-04T10:22:53.737Zwords system system ogerman
2532024-06-04T10:22:53.737Zwords system system spanish
2542024-06-04T10:22:54.133ZPUBLISHER TYPE STATUS P LOCATION
2552024-06-04T10:22:54.134Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-06-04T10:22:55.888ZFMRI IFO
2572024-06-04T10:22:55.888Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-06-04T10:22:55.888Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-06-04T10:22:55.889Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-06-04T10:22:55.889Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-06-04T10:22:55.889Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-06-04T10:22:55.889Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-06-04T10:22:55.889Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2642024-06-04T10:22:55.889Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-06-04T10:22:55.889Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-06-04T10:22:55.889Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-06-04T10:22:55.889Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-06-04T10:22:55.889Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-06-04T10:22:56.155Z+ set -o errexit
2702024-06-04T10:22:56.181Z+++ dirname ./tools/ci_download_cockroachdb
2712024-06-04T10:22:56.181Z++ cd ./tools
2722024-06-04T10:22:56.181Z++ pwd
2732024-06-04T10:22:56.181Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2742024-06-04T10:22:56.181Z++ basename ./tools/ci_download_cockroachdb
2752024-06-04T10:22:56.182Z+ ARG0=ci_download_cockroachdb
2762024-06-04T10:22:56.182Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2772024-06-04T10:22:56.182Z+ CIDL_VERSION=v22.1.9
2782024-06-04T10:22:56.182Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2792024-06-04T10:22:56.182Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2802024-06-04T10:22:56.182Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2812024-06-04T10:22:56.182Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2822024-06-04T10:22:56.182Z+ TARGET_DIR=out
2832024-06-04T10:22:56.182Z+ DOWNLOAD_DIR=out/downloads
2842024-06-04T10:22:56.182Z+ DEST_DIR=./out/cockroachdb
2852024-06-04T10:22:56.182Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2862024-06-04T10:22:56.182Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2872024-06-04T10:22:56.182Z+ main
2882024-06-04T10:22:56.182Z+ [[ 0 != 0 ]]
2892024-06-04T10:22:56.182Z+ CIDL_OS=solaris2.11
2902024-06-04T10:22:56.182Z+ [[ 0 != 0 ]]
2912024-06-04T10:22:56.182Z+ configure_os solaris2.11
2922024-06-04T10:22:56.182Z+ echo 'current directory: /work/oxidecomputer/omicron'
2932024-06-04T10:22:56.182Zcurrent directory: /work/oxidecomputer/omicron
2942024-06-04T10:22:56.182Z+ echo 'configuring based on OS: "solaris2.11"'
2952024-06-04T10:22:56.182Z+ case "$1" in
2962024-06-04T10:22:56.182Zconfiguring based on OS: "solaris2.11"
2972024-06-04T10:22:56.183Z+ CIDL_BUILD=illumos
2982024-06-04T10:22:56.183Z+ CIDL_SUFFIX=tar.gz
2992024-06-04T10:22:56.183Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3002024-06-04T10:22:56.183Z+ CIDL_URL_BASE=https://illumos.org/downloads
3012024-06-04T10:22:56.183Z+ CIDL_ASSEMBLE=do_assemble_illumos
3022024-06-04T10:22:56.183Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3032024-06-04T10:22:56.183Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3042024-06-04T10:22:56.183Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-06-04T10:22:56.183Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3062024-06-04T10:22:56.183Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-06-04T10:22:56.183Z+ CIDL_SHA256FUNC=do_sha256sum
3082024-06-04T10:22:56.183Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092024-06-04T10:22:56.183ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-06-04T10:22:56.183Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-06-04T10:22:56.183Z+ mkdir -p out/downloads
3122024-06-04T10:22:56.183ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-06-04T10:22:56.183Z+ mkdir -p ./out/cockroachdb
3142024-06-04T10:22:56.183Z+ local DO_DOWNLOAD=true
3152024-06-04T10:22:56.183Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3162024-06-04T10:22:56.183Z+ '[' true == true ']'
3172024-06-04T10:22:56.183Z+ echo Downloading...
3182024-06-04T10:22:56.183ZDownloading...
3192024-06-04T10:22:56.183Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-06-04T10:22:56.183Z+ 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
3212024-06-04T10:23:00.414Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-06-04T10:23:00.448Z++ sha256sum
3232024-06-04T10:23:00.448Z++ awk '{print $1}'
3242024-06-04T10:23:00.492Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3252024-06-04T10:23:00.492Z+ [[ 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 ]]
3262024-06-04T10:23:00.492Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-06-04T10:23:00.522Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3282024-06-04T10:23:03.446Z+ do_assemble_illumos
3292024-06-04T10:23:03.446Z+ rm -r ./out/cockroachdb
3302024-06-04T10:23:03.471Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3312024-06-04T10:23:03.783Z+ ./out/cockroachdb/bin/cockroach version
3322024-06-04T10:23:04.022ZBuild Tag: v22.1.9-dirty
3332024-06-04T10:23:04.022ZBuild Time: 2022/10/26 21:17:46
3342024-06-04T10:23:04.022ZDistribution: OSS
3352024-06-04T10:23:04.022ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3362024-06-04T10:23:04.022ZGo Version: go1.17.13
3372024-06-04T10:23:04.022ZC Compiler: gcc 10.3.0
3382024-06-04T10:23:04.022ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3392024-06-04T10:23:04.022ZBuild Type: release
3402024-06-04T10:23:04.048Z+ set -o errexit
3412024-06-04T10:23:04.076Z+++ dirname ./tools/ci_download_clickhouse
3422024-06-04T10:23:04.076Z++ cd ./tools
3432024-06-04T10:23:04.076Z++ pwd
3442024-06-04T10:23:04.076Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3452024-06-04T10:23:04.076Z++ basename ./tools/ci_download_clickhouse
3462024-06-04T10:23:04.076Z+ ARG0=ci_download_clickhouse
3472024-06-04T10:23:04.076Z+ TARGET_DIR=out
3482024-06-04T10:23:04.076Z+ DOWNLOAD_DIR=out/downloads
3492024-06-04T10:23:04.076Z+ DEST_DIR=./out/clickhouse
3502024-06-04T10:23:04.076Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3512024-06-04T10:23:04.076Z+ CIDL_VERSION=v23.8.7.24
3522024-06-04T10:23:04.077Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3532024-06-04T10:23:04.077Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3542024-06-04T10:23:04.077Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3552024-06-04T10:23:04.077Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3562024-06-04T10:23:04.077Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3572024-06-04T10:23:04.077Z+ main
3582024-06-04T10:23:04.077Z+ [[ 0 != 0 ]]
3592024-06-04T10:23:04.077Z+ CIDL_OS=solaris2.11
3602024-06-04T10:23:04.077Z+ [[ 0 != 0 ]]
3612024-06-04T10:23:04.077Z+ configure_os solaris2.11
3622024-06-04T10:23:04.077Z+ echo 'current directory: /work/oxidecomputer/omicron'
3632024-06-04T10:23:04.077Zcurrent directory: /work/oxidecomputer/omicron
3642024-06-04T10:23:04.077Z+ echo 'configuring based on OS: "solaris2.11"'
3652024-06-04T10:23:04.077Z+ CIDL_DASHREV=
3662024-06-04T10:23:04.077Z+ case "$1" in
3672024-06-04T10:23:04.077Zconfiguring based on OS: "solaris2.11"
3682024-06-04T10:23:04.077Z+ CIDL_PLATFORM=illumos
3692024-06-04T10:23:04.077Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3702024-06-04T10:23:04.077Z+ CIDL_MD5FUNC=do_md5sum
3712024-06-04T10:23:04.077Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3722024-06-04T10:23:04.077Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3732024-06-04T10:23:04.077Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-06-04T10:23:04.077Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-06-04T10:23:04.078Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3762024-06-04T10:23:04.078ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-06-04T10:23:04.078ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-06-04T10:23:04.078Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3792024-06-04T10:23:04.078Z+ mkdir -p out/downloads
3802024-06-04T10:23:04.078Z+ mkdir -p ./out/clickhouse
3812024-06-04T10:23:04.078Z+ local DO_DOWNLOAD=true
3822024-06-04T10:23:04.078Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3832024-06-04T10:23:04.078Z+ '[' true == true ']'
3842024-06-04T10:23:04.078Z+ echo Downloading...
3852024-06-04T10:23:04.078ZDownloading...
3862024-06-04T10:23:04.078Z+ 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
3872024-06-04T10:23:04.078Z+ 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
3882024-06-04T10:23:11.230Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-06-04T10:23:11.255Z++ md5sum
3902024-06-04T10:23:11.256Z++ awk '{print $1}'
3912024-06-04T10:23:11.497Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3922024-06-04T10:23:11.498Z+ [[ 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 ]]
3932024-06-04T10:23:11.498Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3942024-06-04T10:23:11.498Z+ mkdir -p ./out/clickhouse
3952024-06-04T10:23:11.523Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3962024-06-04T10:23:16.705Z+ [[ solaris2.11 == darwin* ]]
3972024-06-04T10:23:16.706Z+ ./out/clickhouse/clickhouse server --version
3982024-06-04T10:23:16.847ZClickHouse server version 23.8.7.1.
3992024-06-04T10:23:16.877Z+ set -o errexit
4002024-06-04T10:23:16.903Z+++ dirname ./tools/ci_download_console
4012024-06-04T10:23:16.904Z++ cd ./tools
4022024-06-04T10:23:16.904Z++ pwd
4032024-06-04T10:23:16.904Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4042024-06-04T10:23:16.904Z++ basename ./tools/ci_download_console
4052024-06-04T10:23:16.904Z+ ARG0=ci_download_console
4062024-06-04T10:23:16.904Z+ TARGET_DIR=out
4072024-06-04T10:23:16.904Z+ DOWNLOAD_DIR=out/downloads
4082024-06-04T10:23:16.904Z+ DEST_DIR=./out/console-assets
4092024-06-04T10:23:16.904Z+ source /work/oxidecomputer/omicron/tools/console_version
4102024-06-04T10:23:16.904Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
4112024-06-04T10:23:16.904Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4122024-06-04T10:23:16.904Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4132024-06-04T10:23:16.904Z+ TARBALL_FILE=out/downloads/console.tar.gz
4142024-06-04T10:23:16.904Z+ main
4152024-06-04T10:23:16.904Z+ [[ 0 != 0 ]]
4162024-06-04T10:23:16.904Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
4172024-06-04T10:23:16.904Z+ echo 'Local file: out/downloads/console.tar.gz'
4182024-06-04T10:23:16.904ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4192024-06-04T10:23:16.904Z+ local DO_DOWNLOAD=true
4202024-06-04T10:23:16.904ZLocal file: out/downloads/console.tar.gz
4212024-06-04T10:23:16.904Z+ [[ -f out/downloads/console.tar.gz ]]
4222024-06-04T10:23:16.904Z+ mkdir -p out/downloads
4232024-06-04T10:23:16.904Z+ '[' true == true ']'
4242024-06-04T10:23:16.905Z+ echo Downloading...
4252024-06-04T10:23:16.905ZDownloading...
4262024-06-04T10:23:16.905Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4272024-06-04T10:23:16.905Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4282024-06-04T10:23:17.215Z++ do_sha256sum out/downloads/console.tar.gz
4292024-06-04T10:23:17.215Z++ case "$OSTYPE" in
4302024-06-04T10:23:17.216Z++ SHA=sha256sum
4312024-06-04T10:23:17.241Z++ sha256sum
4322024-06-04T10:23:17.241Z++ awk '{print $1}'
4332024-06-04T10:23:17.241Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4342024-06-04T10:23:17.241Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4352024-06-04T10:23:17.241Z+ rm -rf ./out/console-assets
4362024-06-04T10:23:17.241Z+ mkdir -p ./out/console-assets
4372024-06-04T10:23:17.241Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4382024-06-04T10:23:17.241Z+ mkdir -p ./out/console-assets
4392024-06-04T10:23:17.241Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4402024-06-04T10:23:17.365Z+ set -o errexit
4412024-06-04T10:23:17.394Z+++ dirname ./tools/ci_download_dendrite_openapi
4422024-06-04T10:23:17.394Z++ cd ./tools
4432024-06-04T10:23:17.394Z++ pwd
4442024-06-04T10:23:17.394Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4452024-06-04T10:23:17.394Z++ basename ./tools/ci_download_dendrite_openapi
4462024-06-04T10:23:17.394Z+ ARG0=ci_download_dendrite_openapi
4472024-06-04T10:23:17.394Z+ TARGET_DIR=out
4482024-06-04T10:23:17.394Z+ DOWNLOAD_DIR=out/downloads
4492024-06-04T10:23:17.394Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4502024-06-04T10:23:17.394Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4512024-06-04T10:23:17.394Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4522024-06-04T10:23:17.394Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4532024-06-04T10:23:17.394Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4542024-06-04T10:23:17.394Z+ main
4552024-06-04T10:23:17.394Z+ [[ 0 != 0 ]]
4562024-06-04T10:23:17.395Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4572024-06-04T10:23:17.395ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4582024-06-04T10:23:17.395Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4592024-06-04T10:23:17.395Z+ local DO_DOWNLOAD=true
4602024-06-04T10:23:17.395ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4612024-06-04T10:23:17.395Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4622024-06-04T10:23:17.395Z+ mkdir -p out/downloads
4632024-06-04T10:23:17.395Z+ '[' true == true ']'
4642024-06-04T10:23:17.395Z+ echo Downloading...
4652024-06-04T10:23:17.395ZDownloading...
4662024-06-04T10:23:17.395Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4672024-06-04T10:23:17.395Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4682024-06-04T10:23:18.072Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4692024-06-04T10:23:18.072Z++ case "$OSTYPE" in
4702024-06-04T10:23:18.073Z++ SHA=sha256sum
4712024-06-04T10:23:18.099Z++ sha256sum
4722024-06-04T10:23:18.099Z++ awk '{print $1}'
4732024-06-04T10:23:18.099Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4742024-06-04T10:23:18.099Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4752024-06-04T10:23:18.099Z+ set -o errexit
4762024-06-04T10:23:18.099Z+++ dirname ./tools/ci_download_dendrite_stub
4772024-06-04T10:23:18.099Z++ cd ./tools
4782024-06-04T10:23:18.099Z++ pwd
4792024-06-04T10:23:18.099Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4802024-06-04T10:23:18.099Z++ basename ./tools/ci_download_dendrite_stub
4812024-06-04T10:23:18.125Z+ ARG0=ci_download_dendrite_stub
4822024-06-04T10:23:18.125Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4832024-06-04T10:23:18.125Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4842024-06-04T10:23:18.125Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4852024-06-04T10:23:18.125Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4862024-06-04T10:23:18.125Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4872024-06-04T10:23:18.126Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4882024-06-04T10:23:18.126Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4892024-06-04T10:23:18.126Z+ TARGET_DIR=out
4902024-06-04T10:23:18.126Z+ DOWNLOAD_DIR=out/downloads
4912024-06-04T10:23:18.126Z+ DEST_DIR=./out/dendrite-stub
4922024-06-04T10:23:18.126Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4932024-06-04T10:23:18.126Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4942024-06-04T10:23:18.126Z+ REPO=oxidecomputer/dendrite
4952024-06-04T10:23:18.126Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4962024-06-04T10:23:18.126Z+ main
4972024-06-04T10:23:18.126Z+ [[ 0 != 0 ]]
4982024-06-04T10:23:18.126Z+ CIDL_OS=solaris2.11
4992024-06-04T10:23:18.126Z+ [[ 0 != 0 ]]
5002024-06-04T10:23:18.126Z+ configure_os solaris2.11
5012024-06-04T10:23:18.126Z+ echo 'current directory: /work/oxidecomputer/omicron'
5022024-06-04T10:23:18.126Z+ echo 'configuring based on OS: "solaris2.11"'
5032024-06-04T10:23:18.126Z+ case "$1" in
5042024-06-04T10:23:18.126Z+ SET_BINARIES=
5052024-06-04T10:23:18.126Zcurrent directory: /work/oxidecomputer/omicron
5062024-06-04T10:23:18.126Zconfiguring based on OS: "solaris2.11"
5072024-06-04T10:23:18.126Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5082024-06-04T10:23:18.126Z+ CIDL_SHA256FUNC=do_sha256sum
5092024-06-04T10:23:18.127Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5102024-06-04T10:23:18.127Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5112024-06-04T10:23:18.127Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5122024-06-04T10:23:18.127Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
5132024-06-04T10:23:18.127ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5142024-06-04T10:23:18.127ZLocal file: out/downloads/dendrite-stub.tar.gz
5152024-06-04T10:23:18.127Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5162024-06-04T10:23:18.127Z+ mkdir -p out/downloads
5172024-06-04T10:23:18.127Z+ mkdir -p ./out/dendrite-stub
5182024-06-04T10:23:18.127Z+ fetch_and_verify
5192024-06-04T10:23:18.127Z+ local DO_DOWNLOAD=true
5202024-06-04T10:23:18.127Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5212024-06-04T10:23:18.127Z+ '[' true == true ']'
5222024-06-04T10:23:18.127Z+ echo Downloading...
5232024-06-04T10:23:18.127ZDownloading...
5242024-06-04T10:23:18.127Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5252024-06-04T10:23:18.127Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5262024-06-04T10:23:27.297Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5272024-06-04T10:23:27.326Z++ sha256sum
5282024-06-04T10:23:27.326Z++ awk '{print $1}'
5292024-06-04T10:23:27.326Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5302024-06-04T10:23:27.326Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5312024-06-04T10:23:27.327Z+ do_untar out/downloads/dendrite-stub.tar.gz
5322024-06-04T10:23:27.327Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5332024-06-04T10:23:28.203Z+ do_assemble
5342024-06-04T10:23:28.203Z+ rm -r ./out/dendrite-stub
5352024-06-04T10:23:28.230Z+ mkdir ./out/dendrite-stub
5362024-06-04T10:23:28.230Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5372024-06-04T10:23:28.370Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5382024-06-04T10:23:28.395Z+ set -o errexit
5392024-06-04T10:23:28.395Z+++ dirname ./tools/ci_download_maghemite_mgd
5402024-06-04T10:23:28.395Z++ cd ./tools
5412024-06-04T10:23:28.396Z++ pwd
5422024-06-04T10:23:28.396Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5432024-06-04T10:23:28.421Z++ basename ./tools/ci_download_maghemite_mgd
5442024-06-04T10:23:28.421Z+ ARG0=ci_download_maghemite_mgd
5452024-06-04T10:23:28.421Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5462024-06-04T10:23:28.421Z++ CIDL_SHA256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3
5472024-06-04T10:23:28.421Z++ MGD_LINUX_SHA256=7930008cf8ce535a8b31043fc3edde0e825bd54d75f73234929bd0037ecc3a41
5482024-06-04T10:23:28.421Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5492024-06-04T10:23:28.421Z++ COMMIT=5630887d0373857f77cb264f84aa19bdec720ce3
5502024-06-04T10:23:28.421Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5512024-06-04T10:23:28.421Z+ TARGET_DIR=out
5522024-06-04T10:23:28.421Z+ DOWNLOAD_DIR=out/downloads
5532024-06-04T10:23:28.421Z+ DEST_DIR=./out/mgd
5542024-06-04T10:23:28.421Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5552024-06-04T10:23:28.422Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5562024-06-04T10:23:28.422Z+ REPO=oxidecomputer/maghemite
5572024-06-04T10:23:28.422Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3
5582024-06-04T10:23:28.422Z+ main
5592024-06-04T10:23:28.422Z+ rm -rf out/downloads/root
5602024-06-04T10:23:28.422Z+ [[ 0 != 0 ]]
5612024-06-04T10:23:28.422Z+ CIDL_OS=solaris2.11
5622024-06-04T10:23:28.422Z+ [[ 0 != 0 ]]
5632024-06-04T10:23:28.422Z+ configure_os solaris2.11
5642024-06-04T10:23:28.422Z+ echo 'current directory: /work/oxidecomputer/omicron'
5652024-06-04T10:23:28.422Zcurrent directory: /work/oxidecomputer/omicron
5662024-06-04T10:23:28.422Z+ echo 'configuring based on OS: "solaris2.11"'
5672024-06-04T10:23:28.422Z+ case "$1" in
5682024-06-04T10:23:28.422Z+ SET_BINARIES=
5692024-06-04T10:23:28.422Zconfiguring based on OS: "solaris2.11"
5702024-06-04T10:23:28.422Z+ CIDL_SHA256FUNC=do_sha256sum
5712024-06-04T10:23:28.422Z+ TARBALL_FILENAME=mgd.tar.gz
5722024-06-04T10:23:28.422Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5732024-06-04T10:23:28.422Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5742024-06-04T10:23:28.422Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz'
5752024-06-04T10:23:28.422ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5762024-06-04T10:23:28.422Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5772024-06-04T10:23:28.422Z+ mkdir -p out/downloads
5782024-06-04T10:23:28.422ZLocal file: out/downloads/mgd.tar.gz
5792024-06-04T10:23:28.423Z+ mkdir -p ./out/mgd
5802024-06-04T10:23:28.423Z+ fetch_and_verify
5812024-06-04T10:23:28.423Z+ local DO_DOWNLOAD=true
5822024-06-04T10:23:28.423Z+ [[ -f out/downloads/mgd.tar.gz ]]
5832024-06-04T10:23:28.423Z+ '[' true == true ']'
5842024-06-04T10:23:28.423Z+ echo Downloading...
5852024-06-04T10:23:28.423Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz out/downloads/mgd.tar.gz
5862024-06-04T10:23:28.423ZDownloading...
5872024-06-04T10:23:28.423Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5882024-06-04T10:23:40.068Z++ do_sha256sum out/downloads/mgd.tar.gz
5892024-06-04T10:23:40.102Z++ sha256sum
5902024-06-04T10:23:40.102Z++ awk '{print $1}'
5912024-06-04T10:23:40.139Z+ calculated_sha256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3
5922024-06-04T10:23:40.140Z+ [[ 6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 != \6\a\e\4\b\c\3\b\3\3\2\e\9\1\7\0\6\c\1\c\6\6\3\3\a\7\f\c\2\1\8\a\a\c\6\5\b\7\f\e\f\f\5\6\4\3\e\e\2\d\b\b\e\7\9\b\8\4\1\e\0\d\f\3 ]]
5932024-06-04T10:23:40.140Z+ do_untar out/downloads/mgd.tar.gz
5942024-06-04T10:23:40.141Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5952024-06-04T10:23:40.885Z+ do_assemble
5962024-06-04T10:23:40.885Z+ rm -r ./out/mgd
5972024-06-04T10:23:40.910Z+ mkdir ./out/mgd
5982024-06-04T10:23:40.910Z+ cp -r out/downloads/root ./out/mgd/root
5992024-06-04T10:23:40.956Z+ set -o errexit
6002024-06-04T10:23:41.004Z+++ dirname ./tools/ci_download_transceiver_control
6012024-06-04T10:23:41.004Z++ cd ./tools
6022024-06-04T10:23:41.004Z++ pwd
6032024-06-04T10:23:41.004Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6042024-06-04T10:23:41.004Z++ basename ./tools/ci_download_transceiver_control
6052024-06-04T10:23:41.004Z+ ARG0=ci_download_transceiver_control
6062024-06-04T10:23:41.004Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6072024-06-04T10:23:41.004Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6082024-06-04T10:23:41.004Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6092024-06-04T10:23:41.004Z+ TARGET_DIR=out
6102024-06-04T10:23:41.004Z+ DOWNLOAD_DIR=out/downloads
6112024-06-04T10:23:41.004Z+ DEST_DIR=./out/transceiver-control
6122024-06-04T10:23:41.004Z+ BIN_DIR=/opt/oxide/bin
6132024-06-04T10:23:41.004Z+ BINARY=xcvradm
6142024-06-04T10:23:41.005Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6152024-06-04T10:23:41.005Z+ REPO=oxidecomputer/transceiver-control
6162024-06-04T10:23:41.005Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6172024-06-04T10:23:41.005Z+ main
6182024-06-04T10:23:41.005Z+ [[ 0 != 0 ]]
6192024-06-04T10:23:41.005Z+ CIDL_OS=solaris2.11
6202024-06-04T10:23:41.005Z+ [[ 0 != 0 ]]
6212024-06-04T10:23:41.005Z+ configure_os solaris2.11
6222024-06-04T10:23:41.005Z+ echo 'current directory: /work/oxidecomputer/omicron'
6232024-06-04T10:23:41.005Z+ echo 'configuring based on OS: "solaris2.11"'
6242024-06-04T10:23:41.005Zcurrent directory: /work/oxidecomputer/omicron
6252024-06-04T10:23:41.005Zconfiguring based on OS: "solaris2.11"
6262024-06-04T10:23:41.005Z+ case "$1" in
6272024-06-04T10:23:41.005Z+ SET_BINARIES=
6282024-06-04T10:23:41.005Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292024-06-04T10:23:41.005Z+ CIDL_SHA256FUNC=do_sha256sum
6302024-06-04T10:23:41.005Z+ ARCHIVE_FILENAME=xcvradm.gz
6312024-06-04T10:23:41.005Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6322024-06-04T10:23:41.005Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6332024-06-04T10:23:41.005Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6342024-06-04T10:23:41.005Z+ echo 'Local file: out/downloads/xcvradm.gz'
6352024-06-04T10:23:41.005Z+ mkdir -p out/downloads
6362024-06-04T10:23:41.005ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6372024-06-04T10:23:41.006ZLocal file: out/downloads/xcvradm.gz
6382024-06-04T10:23:41.006Z+ mkdir -p ./out/transceiver-control
6392024-06-04T10:23:41.006Z+ fetch_and_verify
6402024-06-04T10:23:41.006Z+ local DO_DOWNLOAD=true
6412024-06-04T10:23:41.006Z+ [[ -f out/downloads/xcvradm.gz ]]
6422024-06-04T10:23:41.006Z+ '[' true == true ']'
6432024-06-04T10:23:41.006Z+ echo Downloading...
6442024-06-04T10:23:41.006ZDownloading...
6452024-06-04T10:23:41.006Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6462024-06-04T10:23:41.006Z+ 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
6472024-06-04T10:23:43.039Z++ do_sha256sum out/downloads/xcvradm.gz
6482024-06-04T10:23:43.066Z++ sha256sum
6492024-06-04T10:23:43.066Z++ awk '{print $1}'
6502024-06-04T10:23:43.066Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-06-04T10:23:43.066Z+ [[ 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 ]]
6522024-06-04T10:23:43.066Z+ do_unpack out/downloads/xcvradm.gz
6532024-06-04T10:23:43.066Z+ mkdir -p out/downloads/root//opt/oxide/bin
6542024-06-04T10:23:43.066Z+ gzip -dc out/downloads/xcvradm.gz
6552024-06-04T10:23:43.181Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6562024-06-04T10:23:43.206Z+ do_assemble
6572024-06-04T10:23:43.206Z+ rm -r ./out/transceiver-control
6582024-06-04T10:23:43.206Z+ mkdir ./out/transceiver-control
6592024-06-04T10:23:43.206Z+ cp -r out/downloads/root ./out/transceiver-control/root
6602024-06-04T10:23:43.283Z+ set -o errexit
6612024-06-04T10:23:43.314Z+++ dirname ./tools/ci_download_thundermuffin
6622024-06-04T10:23:43.315Z++ cd ./tools
6632024-06-04T10:23:43.315Z++ pwd
6642024-06-04T10:23:43.315Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6652024-06-04T10:23:43.315Z++ basename ./tools/ci_download_thundermuffin
6662024-06-04T10:23:43.315Z+ ARG0=ci_download_thundermuffin
6672024-06-04T10:23:43.315Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6682024-06-04T10:23:43.315Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6692024-06-04T10:23:43.315Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6702024-06-04T10:23:43.315Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6712024-06-04T10:23:43.315Z+ TARGET_DIR=out
6722024-06-04T10:23:43.315Z+ DOWNLOAD_DIR=out/downloads
6732024-06-04T10:23:43.315Z+ DEST_DIR=./out/thundermuffin
6742024-06-04T10:23:43.315Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6752024-06-04T10:23:43.315Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6762024-06-04T10:23:43.315Z+ REPO=oxidecomputer/thundermuffin
6772024-06-04T10:23:43.315Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6782024-06-04T10:23:43.315Z+ main
6792024-06-04T10:23:43.315Z+ rm -rf out/downloads/root
6802024-06-04T10:23:43.315Z+ [[ 0 != 0 ]]
6812024-06-04T10:23:43.315Z+ CIDL_OS=solaris2.11
6822024-06-04T10:23:43.315Z+ [[ 0 != 0 ]]
6832024-06-04T10:23:43.315Z+ configure_os solaris2.11
6842024-06-04T10:23:43.315Z+ echo 'current directory: /work/oxidecomputer/omicron'
6852024-06-04T10:23:43.316Z+ echo 'configuring based on OS: "solaris2.11"'
6862024-06-04T10:23:43.316Zcurrent directory: /work/oxidecomputer/omicron
6872024-06-04T10:23:43.316Zconfiguring based on OS: "solaris2.11"
6882024-06-04T10:23:43.316Z+ case "$1" in
6892024-06-04T10:23:43.316Z+ SET_BINARIES=
6902024-06-04T10:23:43.316Z+ CIDL_SHA256FUNC=do_sha256sum
6912024-06-04T10:23:43.316Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6922024-06-04T10:23:43.316Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6932024-06-04T10:23:43.316Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6942024-06-04T10:23:43.316Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6952024-06-04T10:23:43.316ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6962024-06-04T10:23:43.316ZLocal file: out/downloads/thundermuffin.tar.gz
6972024-06-04T10:23:43.316Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6982024-06-04T10:23:43.316Z+ mkdir -p out/downloads
6992024-06-04T10:23:43.316Z+ mkdir -p ./out/thundermuffin
7002024-06-04T10:23:43.342Z+ fetch_and_verify
7012024-06-04T10:23:43.342Z+ local DO_DOWNLOAD=true
7022024-06-04T10:23:43.342Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7032024-06-04T10:23:43.342Z+ '[' true == true ']'
7042024-06-04T10:23:43.342Z+ echo Downloading...
7052024-06-04T10:23:43.342Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7062024-06-04T10:23:43.342ZDownloading...
7072024-06-04T10:23:43.342Z+ 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
7082024-06-04T10:23:44.377Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7092024-06-04T10:23:44.402Z++ sha256sum
7102024-06-04T10:23:44.402Z++ awk '{print $1}'
7112024-06-04T10:23:44.402Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-06-04T10:23:44.402Z+ [[ 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 ]]
7132024-06-04T10:23:44.402Z+ do_untar out/downloads/thundermuffin.tar.gz
7142024-06-04T10:23:44.402Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7152024-06-04T10:23:44.473Z+ do_assemble
7162024-06-04T10:23:44.473Z+ rm -r ./out/thundermuffin
7172024-06-04T10:23:44.498Z+ mkdir ./out/thundermuffin
7182024-06-04T10:23:44.498Z+ cp -r out/downloads/root ./out/thundermuffin/root
7192024-06-04T10:23:44.523ZAll builder prerequisites installed successfully, and PATH looks valid
7202024-06-04T10:23:44.523Z
7212024-06-04T10:23:44.523Zreal 1:50.975592505
7222024-06-04T10:23:44.523Zuser 44.309196710
7232024-06-04T10:23:44.523Zsys 11.559787833
7242024-06-04T10:23:44.523Ztrap 0.015065506
7252024-06-04T10:23:44.523Ztflt 0.010001926
7262024-06-04T10:23:44.523Zdflt 0.017005367
7272024-06-04T10:23:44.523Zkflt 0.004999186
7282024-06-04T10:23:44.523Zlock 1.834040612
7292024-06-04T10:23:44.523Zslp 3:41.524811010
7302024-06-04T10:23:44.523Zlat 4.620337626
7312024-06-04T10:23:44.523Zstop 0.065342146
7322024-06-04T10:23:44.523Z
7332024-06-04T10:23:44.523Z ##### # # # # #####
7342024-06-04T10:23:44.523Z # # # # # # # #
7352024-06-04T10:23:44.523Z ##### # # # # # #
7362024-06-04T10:23:44.523Z # # # # # # # #
7372024-06-04T10:23:44.523Z # # # # # # # #
7382024-06-04T10:23:44.524Z ##### #### # ###### #####
7392024-06-04T10:23:44.524Z
7402024-06-04T10:23:44.839Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7412024-06-04T10:23:45.343Z Updating git repository `https://github.com/oxidecomputer/zone`
7422024-06-04T10:23:45.753Z Updating crates.io index
7432024-06-04T10:23:45.802Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7442024-06-04T10:23:46.540Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7452024-06-04T10:23:47.332Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7462024-06-04T10:23:47.699Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7472024-06-04T10:23:49.774Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7482024-06-04T10:23:50.195Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7492024-06-04T10:23:50.611Z Updating git repository `https://github.com/oxidecomputer/propolis`
7502024-06-04T10:23:51.761Z Updating git repository `https://github.com/oxidecomputer/crucible`
7512024-06-04T10:23:53.604Z Updating git repository `https://github.com/oxidecomputer/opte`
7522024-06-04T10:23:54.667Z Updating git repository `https://github.com/oxidecomputer/falcon`
7532024-06-04T10:23:55.408Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7542024-06-04T10:23:56.108Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7552024-06-04T10:23:56.530Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7562024-06-04T10:23:57.054Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7572024-06-04T10:23:57.472Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7582024-06-04T10:23:57.860Z Updating git repository `http://github.com/oxidecomputer/tofino`
7592024-06-04T10:23:58.293Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7602024-06-04T10:23:58.660Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7612024-06-04T10:23:59.017Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7622024-06-04T10:23:59.463Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7632024-06-04T10:23:59.889Z Updating git repository `https://github.com/oxidecomputer/ispf`
7642024-06-04T10:24:00.398Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7652024-06-04T10:24:00.801Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7662024-06-04T10:24:01.617Z Updating git repository `https://github.com/jgallagher/nix`
7672024-06-04T10:24:02.667Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7682024-06-04T10:24:03.020Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7692024-06-04T10:24:03.472Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7702024-06-04T10:24:04.006Z Updating git repository `https://github.com/oxidecomputer/typify`
7712024-06-04T10:24:06.287Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7722024-06-04T10:24:06.772Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7732024-06-04T10:24:07.169Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7742024-06-04T10:24:07.760Z Updating git repository `https://github.com/oxidecomputer/rfb`
7752024-06-04T10:24:09.318Z Downloading crates ...
7762024-06-04T10:24:09.438Z Downloaded anstyle v1.0.7
7772024-06-04T10:24:09.466Z Downloaded anstream v0.6.14
7782024-06-04T10:24:09.466Z Downloaded allocator-api2 v0.2.18
7792024-06-04T10:24:09.466Z Downloaded ahash v0.8.11
7802024-06-04T10:24:09.496Z Downloaded glob v0.3.1
7812024-06-04T10:24:09.496Z Downloaded group v0.13.0
7822024-06-04T10:24:09.529Z Downloaded proc-macro-error-attr v1.0.4
7832024-06-04T10:24:09.529Z Downloaded sigpipe v0.1.3
7842024-06-04T10:24:09.529Z Downloaded signature v1.6.4
7852024-06-04T10:24:09.579Z Downloaded want v0.3.1
7862024-06-04T10:24:09.610Z Downloaded newline-converter v0.3.0
7872024-06-04T10:24:09.610Z Downloaded rustls-pemfile v1.0.4
7882024-06-04T10:24:09.610Z Downloaded crc v3.2.1
7892024-06-04T10:24:09.610Z Downloaded try-lock v0.2.5
7902024-06-04T10:24:09.639Z Downloaded plotters-svg v0.3.5
7912024-06-04T10:24:09.639Z Downloaded number_prefix v0.4.0
7922024-06-04T10:24:09.639Z Downloaded num_enum_derive v0.5.11
7932024-06-04T10:24:09.667Z Downloaded tower-service v0.3.2
7942024-06-04T10:24:09.668Z Downloaded precomputed-hash v0.1.1
7952024-06-04T10:24:09.668Z Downloaded foreign-types-shared v0.3.1
7962024-06-04T10:24:09.700Z Downloaded ed25519 v2.2.3
7972024-06-04T10:24:09.700Z Downloaded ecdsa v0.16.9
7982024-06-04T10:24:09.700Z Downloaded darling_macro v0.20.9
7992024-06-04T10:24:09.701Z Downloaded dhcproto-macros v0.1.0
8002024-06-04T10:24:09.701Z Downloaded difflib v0.4.0
8012024-06-04T10:24:09.730Z Downloaded equivalent v1.0.1
8022024-06-04T10:24:09.731Z Downloaded downcast v0.11.0
8032024-06-04T10:24:09.731Z Downloaded doc-comment v0.3.3
8042024-06-04T10:24:09.731Z Downloaded foreign-types v0.3.2
8052024-06-04T10:24:09.731Z Downloaded relative-path v1.9.3
8062024-06-04T10:24:09.731Z Downloaded fixedbitset v0.4.2
8072024-06-04T10:24:09.731Z Downloaded resolv-conf v0.7.0
8082024-06-04T10:24:09.759Z Downloaded foreign-types v0.5.0
8092024-06-04T10:24:09.759Z Downloaded erased-serde v0.3.31
8102024-06-04T10:24:09.759Z Downloaded diff v0.1.13
8112024-06-04T10:24:09.759Z Downloaded rsa v0.9.6
8122024-06-04T10:24:09.796Z Downloaded regex-automata v0.1.10
8132024-06-04T10:24:09.796Z Downloaded reedline v0.31.0
8142024-06-04T10:24:09.823Z Downloaded reqwest v0.11.27
8152024-06-04T10:24:09.848Z Downloaded regress v0.9.1
8162024-06-04T10:24:09.848Z Downloaded regex-automata v0.4.6
8172024-06-04T10:24:09.874Z Downloaded tokio v1.37.0
8182024-06-04T10:24:09.914Z Downloaded libc v0.2.155
8192024-06-04T10:24:09.947Z Downloaded csv v1.3.0
8202024-06-04T10:24:09.979Z Downloaded finl_unicode v1.2.0
8212024-06-04T10:24:10.014Z Downloaded ratatui v0.26.2
8222024-06-04T10:24:10.039Z Downloaded encoding_rs v0.8.34
8232024-06-04T10:24:10.039Z Downloaded sha3 v0.10.8
8242024-06-04T10:24:10.064Z Downloaded regex-syntax v0.8.3
8252024-06-04T10:24:10.064Z Downloaded regex-syntax v0.6.29
8262024-06-04T10:24:10.089Z Downloaded diesel v2.1.6
8272024-06-04T10:24:10.114Z Downloaded rayon v1.10.0
8282024-06-04T10:24:10.114Z Downloaded openssl v0.10.64
8292024-06-04T10:24:10.114Z Downloaded openapiv3 v2.0.0
8302024-06-04T10:24:10.139Z Downloaded sled v0.34.7
8312024-06-04T10:24:10.164Z Downloaded regex v1.10.4
8322024-06-04T10:24:10.164Z Downloaded smoltcp v0.9.1
8332024-06-04T10:24:10.189Z Downloaded smoltcp v0.11.0
8342024-06-04T10:24:10.213Z Downloaded tabled v0.15.0
8352024-06-04T10:24:10.237Z Downloaded syn v2.0.64
8362024-06-04T10:24:10.237Z Downloaded syn v1.0.109
8372024-06-04T10:24:10.262Z Downloaded ring v0.17.8
8382024-06-04T10:24:10.334Z Downloaded object v0.32.2
8392024-06-04T10:24:10.359Z Downloaded curve25519-dalek v4.1.2
8402024-06-04T10:24:10.359Z Downloaded zerocopy-derive v0.6.6
8412024-06-04T10:24:10.385Z Downloaded ring v0.16.20
8422024-06-04T10:24:10.471Z Downloaded zerocopy-derive v0.2.0
8432024-06-04T10:24:10.496Z Downloaded nix v0.28.0
8442024-06-04T10:24:10.529Z Downloaded petgraph v0.6.5
8452024-06-04T10:24:10.530Z Downloaded flate2 v1.0.30
8462024-06-04T10:24:10.556Z Downloaded fatfs v0.3.6
8472024-06-04T10:24:10.556Z Downloaded expectorate v1.1.0
8482024-06-04T10:24:10.556Z Downloaded steno v0.4.0
8492024-06-04T10:24:10.556Z Downloaded tough v0.17.1
8502024-06-04T10:24:10.557Z Downloaded rcgen v0.12.1
8512024-06-04T10:24:10.557Z Downloaded flume v0.11.0
8522024-06-04T10:24:10.557Z Downloaded fancy-regex v0.13.0
8532024-06-04T10:24:10.581Z Downloaded datatest-stable v0.2.9
8542024-06-04T10:24:10.581Z Downloaded sqlparser v0.45.0
8552024-06-04T10:24:10.582Z Downloaded object v0.30.4
8562024-06-04T10:24:10.582Z Downloaded trust-dns-proto v0.22.0
8572024-06-04T10:24:10.606Z Downloaded rustix v0.38.34
8582024-06-04T10:24:10.631Z Downloaded webpki-roots v0.25.4
8592024-06-04T10:24:10.631Z Downloaded idna v0.5.0
8602024-06-04T10:24:10.660Z Downloaded idna v0.3.0
8612024-06-04T10:24:10.660Z Downloaded tokio-util v0.7.11
8622024-06-04T10:24:10.660Z Downloaded unicode-normalization v0.1.23
8632024-06-04T10:24:10.660Z Downloaded plotters v0.3.5
8642024-06-04T10:24:10.685Z Downloaded radix_trie v0.2.1
8652024-06-04T10:24:10.685Z Downloaded diesel_derives v2.1.4
8662024-06-04T10:24:10.685Z Downloaded ed25519-dalek v2.1.1
8672024-06-04T10:24:10.685Z Downloaded rayon-core v1.12.1
8682024-06-04T10:24:10.710Z Downloaded pretty_assertions v1.4.0
8692024-06-04T10:24:10.710Z Downloaded tower v0.4.13
8702024-06-04T10:24:10.710Z Downloaded rustls v0.22.4
8712024-06-04T10:24:10.735Z Downloaded der v0.7.9
8722024-06-04T10:24:10.735Z Downloaded elliptic-curve v0.13.8
8732024-06-04T10:24:10.735Z Downloaded idna v0.2.3
8742024-06-04T10:24:10.763Z Downloaded bzip2-sys v0.1.11+1.0.8
8752024-06-04T10:24:10.763Z Downloaded ron v0.8.1
8762024-06-04T10:24:10.763Z Downloaded prettyplease v0.2.20
8772024-06-04T10:24:10.788Z Downloaded tracing v0.1.40
8782024-06-04T10:24:10.788Z Downloaded toml_edit v0.22.13
8792024-06-04T10:24:10.813Z Downloaded ref-cast-impl v1.0.23
8802024-06-04T10:24:10.813Z Downloaded ref-cast v1.0.23
8812024-06-04T10:24:10.813Z Downloaded fnv v1.0.7
8822024-06-04T10:24:10.813Z Downloaded float-cmp v0.9.0
8832024-06-04T10:24:10.813Z Downloaded flagset v0.4.5
8842024-06-04T10:24:10.813Z Downloaded ff v0.13.0
8852024-06-04T10:24:10.813Z Downloaded fd-lock v4.0.2
8862024-06-04T10:24:10.813Z Downloaded dhcproto v0.11.0
8872024-06-04T10:24:10.813Z Downloaded derive_more v0.99.17
8882024-06-04T10:24:10.842Z Downloaded derive-where v1.2.7
8892024-06-04T10:24:10.842Z Downloaded der_derive v0.7.2
8902024-06-04T10:24:10.842Z Downloaded ron v0.7.1
8912024-06-04T10:24:10.842Z Downloaded filetime v0.2.23
8922024-06-04T10:24:10.842Z Downloaded fallible-iterator v0.2.0
8932024-06-04T10:24:10.842Z Downloaded errno v0.3.9
8942024-06-04T10:24:10.842Z Downloaded rfc6979 v0.4.0
8952024-06-04T10:24:10.842Z Downloaded dirs-sys v0.4.1
8962024-06-04T10:24:10.842Z Downloaded toml_edit v0.19.15
8972024-06-04T10:24:10.868Z Downloaded toml v0.8.13
8982024-06-04T10:24:10.868Z Downloaded tokio-postgres v0.7.10
8992024-06-04T10:24:10.894Z Downloaded rustls v0.21.12
9002024-06-04T10:24:10.894Z Downloaded foreign-types-macros v0.2.3
9012024-06-04T10:24:10.894Z Downloaded fastrand v2.1.0
9022024-06-04T10:24:10.894Z Downloaded derive_builder v0.20.0
9032024-06-04T10:24:10.894Z Downloaded defmt v0.3.8
9042024-06-04T10:24:10.918Z Downloaded string_cache v0.8.7
9052024-06-04T10:24:10.919Z Downloaded pest v2.7.10
9062024-06-04T10:24:10.919Z Downloaded lalrpop v0.19.12
9072024-06-04T10:24:10.944Z Downloaded escape8259 v0.5.2
9082024-06-04T10:24:10.944Z Downloaded dof v0.3.0
9092024-06-04T10:24:10.944Z Downloaded dof v0.1.5
9102024-06-04T10:24:10.944Z Downloaded display-error-chain v0.2.0
9112024-06-04T10:24:10.944Z Downloaded dirs-sys-next v0.1.2
9122024-06-04T10:24:10.944Z Downloaded dirs-next v2.0.0
9132024-06-04T10:24:10.944Z Downloaded dirs v5.0.1
9142024-06-04T10:24:10.944Z Downloaded digest v0.10.7
9152024-06-04T10:24:10.944Z Downloaded derive_builder_core v0.20.0
9162024-06-04T10:24:10.944Z Downloaded smallvec v1.13.2
9172024-06-04T10:24:10.944Z Downloaded slog-term v2.9.1
9182024-06-04T10:24:10.944Z Downloaded nom v7.1.3
9192024-06-04T10:24:10.997Z Downloaded tar v0.4.40
9202024-06-04T10:24:10.997Z Downloaded crossterm v0.27.0
9212024-06-04T10:24:10.998Z Downloaded deranged v0.3.11
9222024-06-04T10:24:10.998Z Downloaded defmt-parser v0.3.4
9232024-06-04T10:24:10.998Z Downloaded defmt-macros v0.3.9
9242024-06-04T10:24:10.998Z Downloaded debug-ignore v1.0.5
9252024-06-04T10:24:10.998Z Downloaded smf v0.2.3
9262024-06-04T10:24:10.998Z Downloaded smawk v0.3.2
9272024-06-04T10:24:10.999Z Downloaded env_logger v0.10.2
9282024-06-04T10:24:11.028Z Downloaded env_logger v0.9.3
9292024-06-04T10:24:11.028Z Downloaded omicron-zone-package v0.11.0
9302024-06-04T10:24:11.028Z Downloaded slog-stdlog v4.1.1
9312024-06-04T10:24:11.028Z Downloaded rpassword v7.3.1
9322024-06-04T10:24:11.028Z Downloaded structmeta v0.2.0
9332024-06-04T10:24:11.028Z Downloaded strsim v0.11.1
9342024-06-04T10:24:11.028Z Downloaded stringprep v0.1.4
9352024-06-04T10:24:11.028Z Downloaded unicode-segmentation v1.11.0
9362024-06-04T10:24:11.028Z Downloaded criterion v0.5.1
9372024-06-04T10:24:11.028Z Downloaded winnow v0.5.40
9382024-06-04T10:24:11.028Z Downloaded smallvec v0.6.14
9392024-06-04T10:24:11.028Z Downloaded data-encoding v2.6.0
9402024-06-04T10:24:11.029Z Downloaded strip-ansi-escapes v0.2.0
9412024-06-04T10:24:11.029Z Downloaded static_assertions v1.1.0
9422024-06-04T10:24:11.029Z Downloaded stable_deref_trait v1.2.0
9432024-06-04T10:24:11.029Z Downloaded spin v0.9.8
9442024-06-04T10:24:11.029Z Downloaded socket2 v0.5.7
9452024-06-04T10:24:11.029Z Downloaded snafu v0.8.2
9462024-06-04T10:24:11.054Z Downloaded proc-macro-error v1.0.4
9472024-06-04T10:24:11.054Z Downloaded primeorder v0.13.6
9482024-06-04T10:24:11.054Z Downloaded tracing-attributes v0.1.27
9492024-06-04T10:24:11.054Z Downloaded openssl-sys v0.9.102
9502024-06-04T10:24:11.054Z Downloaded diesel_table_macro_syntax v0.1.0
9512024-06-04T10:24:11.054Z Downloaded socket2 v0.4.10
9522024-06-04T10:24:11.054Z Downloaded ena v0.14.3
9532024-06-04T10:24:11.054Z Downloaded embedded-io v0.4.0
9542024-06-04T10:24:11.054Z Downloaded tabwriter v1.4.0
9552024-06-04T10:24:11.054Z Downloaded toml v0.7.8
9562024-06-04T10:24:11.079Z Downloaded toml v0.5.11
9572024-06-04T10:24:11.079Z Downloaded time v0.3.36
9582024-06-04T10:24:11.079Z Downloaded derive_builder_macro v0.20.0
9592024-06-04T10:24:11.079Z Downloaded snafu-derive v0.8.2
9602024-06-04T10:24:11.079Z Downloaded enum-as-inner v0.5.1
9612024-06-04T10:24:11.079Z Downloaded either v1.12.0
9622024-06-04T10:24:11.079Z Downloaded num-bigint-dig v0.8.4
9632024-06-04T10:24:11.079Z Downloaded hyper v0.14.28
9642024-06-04T10:24:11.120Z Downloaded gimli v0.28.1
9652024-06-04T10:24:11.120Z Downloaded stability v0.2.0
9662024-06-04T10:24:11.120Z Downloaded sqlparser_derive v0.2.2
9672024-06-04T10:24:11.120Z Downloaded sqlformat v0.2.3
9682024-06-04T10:24:11.120Z Downloaded spki v0.7.3
9692024-06-04T10:24:11.146Z Downloaded spin v0.5.2
9702024-06-04T10:24:11.146Z Downloaded endian-type v0.1.2
9712024-06-04T10:24:11.146Z Downloaded postgres-types v0.2.6
9722024-06-04T10:24:11.146Z Downloaded postgres-protocol v0.6.6
9732024-06-04T10:24:11.146Z Downloaded oso v0.27.3
9742024-06-04T10:24:11.146Z Downloaded tap v1.0.1
9752024-06-04T10:24:11.146Z Downloaded tabled_derive v0.7.0
9762024-06-04T10:24:11.146Z Downloaded num-bigint v0.4.5
9772024-06-04T10:24:11.146Z Downloaded darling_core v0.20.9
9782024-06-04T10:24:11.146Z Downloaded winnow v0.6.8
9792024-06-04T10:24:11.146Z Downloaded bstr v1.9.1
9802024-06-04T10:24:11.171Z Downloaded proc-macro-crate v1.3.1
9812024-06-04T10:24:11.171Z Downloaded predicates-tree v1.0.9
9822024-06-04T10:24:11.171Z Downloaded predicates-core v1.0.6
9832024-06-04T10:24:11.171Z Downloaded option-ext v0.2.0
9842024-06-04T10:24:11.171Z Downloaded synstructure v0.12.6
9852024-06-04T10:24:11.171Z Downloaded subprocess v0.2.9
9862024-06-04T10:24:11.171Z Downloaded tokio-tungstenite v0.21.0
9872024-06-04T10:24:11.171Z Downloaded tokio-tungstenite v0.20.1
9882024-06-04T10:24:11.171Z Downloaded tokio-stream v0.1.15
9892024-06-04T10:24:11.197Z Downloaded tokio-rustls v0.25.0
9902024-06-04T10:24:11.198Z Downloaded tokio-rustls v0.24.1
9912024-06-04T10:24:11.198Z Downloaded tinyvec v1.6.0
9922024-06-04T10:24:11.198Z Downloaded textwrap v0.16.1
9932024-06-04T10:24:11.198Z Downloaded test-strategy v0.3.1
9942024-06-04T10:24:11.198Z Downloaded crossbeam-channel v0.5.12
9952024-06-04T10:24:11.198Z Downloaded salty v0.2.0
9962024-06-04T10:24:11.223Z Downloaded ed25519 v1.5.3
9972024-06-04T10:24:11.223Z Downloaded dyn-clone v1.0.17
9982024-06-04T10:24:11.223Z Downloaded dtrace-parser v0.2.0
9992024-06-04T10:24:11.223Z Downloaded dtrace-parser v0.1.14
10002024-06-04T10:24:11.223Z Downloaded pretty-hex v0.4.1
10012024-06-04T10:24:11.223Z Downloaded pretty-hex v0.2.1
10022024-06-04T10:24:11.223Z Downloaded predicates v3.1.0
10032024-06-04T10:24:11.223Z Downloaded ppv-lite86 v0.2.17
10042024-06-04T10:24:11.223Z Downloaded powerfmt v0.2.0
10052024-06-04T10:24:11.223Z Downloaded libtest-mimic v0.7.3
10062024-06-04T10:24:11.223Z Downloaded libsw v3.3.1
10072024-06-04T10:24:11.223Z Downloaded form_urlencoded v1.2.1
10082024-06-04T10:24:11.248Z Downloaded supports-color v3.0.0
10092024-06-04T10:24:11.248Z Downloaded subtle v2.5.0
10102024-06-04T10:24:11.249Z Downloaded strum_macros v0.26.2
10112024-06-04T10:24:11.249Z Downloaded strum_macros v0.25.3
10122024-06-04T10:24:11.249Z Downloaded strum_macros v0.24.3
10132024-06-04T10:24:11.249Z Downloaded structmeta-derive v0.3.0
10142024-06-04T10:24:11.249Z Downloaded structmeta-derive v0.2.0
10152024-06-04T10:24:11.249Z Downloaded structmeta v0.3.0
10162024-06-04T10:24:11.249Z Downloaded topological-sort v0.2.2
10172024-06-04T10:24:11.249Z Downloaded toml_datetime v0.6.6
10182024-06-04T10:24:11.249Z Downloaded tokio-native-tls v0.3.1
10192024-06-04T10:24:11.249Z Downloaded tokio-macros v2.2.0
10202024-06-04T10:24:11.249Z Downloaded tls_codec v0.4.1
10212024-06-04T10:24:11.249Z Downloaded tinytemplate v1.2.1
10222024-06-04T10:24:11.249Z Downloaded time-macros v0.2.18
10232024-06-04T10:24:11.274Z Downloaded term v0.7.0
10242024-06-04T10:24:11.274Z Downloaded tempfile v3.10.1
10252024-06-04T10:24:11.274Z Downloaded once_cell v1.19.0
10262024-06-04T10:24:11.274Z Downloaded zerocopy v0.6.6
10272024-06-04T10:24:11.274Z Downloaded typed-path v0.7.1
10282024-06-04T10:24:11.274Z Downloaded p521 v0.13.3
10292024-06-04T10:24:11.299Z Downloaded crypto-bigint v0.5.5
10302024-06-04T10:24:11.299Z Downloaded zerocopy v0.7.34
10312024-06-04T10:24:11.324Z Downloaded rustls-webpki v0.102.4
10322024-06-04T10:24:11.349Z Downloaded take_mut v0.2.2
10332024-06-04T10:24:11.349Z Downloaded sync_wrapper v0.1.2
10342024-06-04T10:24:11.349Z Downloaded swrite v0.1.0
10352024-06-04T10:24:11.349Z Downloaded strum v0.26.2
10362024-06-04T10:24:11.349Z Downloaded thiserror v1.0.60
10372024-06-04T10:24:11.349Z Downloaded olpc-cjson v0.1.3
10382024-06-04T10:24:11.349Z Downloaded num-traits v0.2.19
10392024-06-04T10:24:11.349Z Downloaded darling v0.20.9
10402024-06-04T10:24:11.374Z Downloaded trust-dns-resolver v0.22.0
10412024-06-04T10:24:11.374Z Downloaded crucible-workspace-hack v0.1.0
10422024-06-04T10:24:11.375Z Downloaded foreign-types-shared v0.1.1
10432024-06-04T10:24:11.375Z Downloaded tls_codec_derive v0.4.1
10442024-06-04T10:24:11.375Z Downloaded tinyvec_macros v0.1.1
10452024-06-04T10:24:11.375Z Downloaded tiny-keccak v2.0.2
10462024-06-04T10:24:11.375Z Downloaded time-core v0.1.2
10472024-06-04T10:24:11.375Z Downloaded threadpool v1.8.1
10482024-06-04T10:24:11.375Z Downloaded thread_local v1.1.8
10492024-06-04T10:24:11.375Z Downloaded thread-id v4.2.1
10502024-06-04T10:24:11.375Z Downloaded thiserror-no-std v2.0.2
10512024-06-04T10:24:11.375Z Downloaded thiserror-impl-no-std v2.0.2
10522024-06-04T10:24:11.375Z Downloaded thiserror-impl v1.0.60
10532024-06-04T10:24:11.406Z Downloaded termios v0.3.3
10542024-06-04T10:24:11.406Z Downloaded terminal_size v0.3.0
10552024-06-04T10:24:11.406Z Downloaded termcolor v1.4.1
10562024-06-04T10:24:11.406Z Downloaded target-spec v3.1.0
10572024-06-04T10:24:11.406Z Downloaded target-lexicon v0.12.14
10582024-06-04T10:24:11.406Z Downloaded oorandom v11.1.3
10592024-06-04T10:24:11.407Z Downloaded num-rational v0.4.2
10602024-06-04T10:24:11.407Z Downloaded num-integer v0.1.46
10612024-06-04T10:24:11.407Z Downloaded num-complex v0.4.6
10622024-06-04T10:24:11.407Z Downloaded unicode-width v0.1.12
10632024-06-04T10:24:11.407Z Downloaded tungstenite v0.20.1
10642024-06-04T10:24:11.407Z Downloaded trybuild v1.0.96
10652024-06-04T10:24:11.438Z Downloaded trust-dns-server v0.22.1
10662024-06-04T10:24:11.439Z Downloaded trust-dns-client v0.22.0
10672024-06-04T10:24:11.439Z Downloaded postcard v1.0.8
10682024-06-04T10:24:11.439Z Downloaded pin-project v1.1.5
10692024-06-04T10:24:11.466Z Downloaded rustls-webpki v0.101.7
10702024-06-04T10:24:11.466Z Downloaded vcpkg v0.2.15
10712024-06-04T10:24:11.512Z Downloaded quick-xml v0.31.0
10722024-06-04T10:24:11.537Z Downloaded hkdf v0.12.4
10732024-06-04T10:24:11.537Z Downloaded tower-layer v0.3.2
10742024-06-04T10:24:11.537Z Downloaded toolchain_find v0.4.0
10752024-06-04T10:24:11.538Z Downloaded termtree v0.4.1
10762024-06-04T10:24:11.538Z Downloaded openssl-probe v0.1.5
10772024-06-04T10:24:11.538Z Downloaded openssl-macros v0.1.1
10782024-06-04T10:24:11.538Z Downloaded opaque-debug v0.3.1
10792024-06-04T10:24:11.538Z Downloaded num_cpus v1.16.0
10802024-06-04T10:24:11.538Z Downloaded num-iter v0.1.45
10812024-06-04T10:24:11.538Z Downloaded num-derive v0.4.2
10822024-06-04T10:24:11.538Z Downloaded num v0.4.3
10832024-06-04T10:24:11.564Z Downloaded nu-ansi-term v0.50.0
10842024-06-04T10:24:11.564Z Downloaded zerocopy v0.3.2
10852024-06-04T10:24:11.564Z Downloaded unicode-ident v1.0.12
10862024-06-04T10:24:11.564Z Downloaded unicode-bidi v0.3.15
10872024-06-04T10:24:11.564Z Downloaded tungstenite v0.21.0
10882024-06-04T10:24:11.564Z Downloaded tracing-core v0.1.32
10892024-06-04T10:24:11.564Z Downloaded platforms v3.4.0
10902024-06-04T10:24:11.564Z Downloaded pkcs1 v0.7.5
10912024-06-04T10:24:11.564Z Downloaded pin-project-lite v0.2.14
10922024-06-04T10:24:11.589Z Downloaded crossbeam-epoch v0.9.18
10932024-06-04T10:24:11.590Z Downloaded itertools v0.10.5
10942024-06-04T10:24:11.590Z Downloaded num_enum v0.5.11
10952024-06-04T10:24:11.590Z Downloaded ucd-trie v0.1.6
10962024-06-04T10:24:11.590Z Downloaded typenum v1.17.0
10972024-06-04T10:24:11.615Z Downloaded plotters-backend v0.3.5
10982024-06-04T10:24:11.615Z Downloaded pin-utils v0.1.0
10992024-06-04T10:24:11.615Z Downloaded pin-project-internal v1.1.5
11002024-06-04T10:24:11.615Z Downloaded pest_derive v2.7.10
11012024-06-04T10:24:11.615Z Downloaded crossbeam-utils v0.8.19
11022024-06-04T10:24:11.615Z Downloaded schemars v0.8.20
11032024-06-04T10:24:11.639Z Downloaded samael v0.0.15
11042024-06-04T10:24:11.640Z Downloaded rustyline v14.0.0
11052024-06-04T10:24:11.640Z Downloaded x509-cert v0.2.5
11062024-06-04T10:24:11.640Z Downloaded polar-core v0.27.3
11072024-06-04T10:24:11.664Z Downloaded itertools v0.12.1
11082024-06-04T10:24:11.664Z Downloaded hyper v1.3.1
11092024-06-04T10:24:11.690Z Downloaded num_threads v0.1.7
11102024-06-04T10:24:11.690Z Downloaded num-conv v0.1.0
11112024-06-04T10:24:11.690Z Downloaded normalize-line-endings v0.3.0
11122024-06-04T10:24:11.690Z Downloaded unicode-linebreak v0.1.5
11132024-06-04T10:24:11.690Z Downloaded unicase v2.7.0
11142024-06-04T10:24:11.690Z Downloaded unarray v0.1.4
11152024-06-04T10:24:11.690Z Downloaded tui-tree-widget v0.19.0
11162024-06-04T10:24:11.690Z Downloaded plain v0.2.3
11172024-06-04T10:24:11.690Z Downloaded pkg-config v0.3.30
11182024-06-04T10:24:11.690Z Downloaded pkcs8 v0.10.2
11192024-06-04T10:24:11.690Z Downloaded phf_shared v0.11.2
11202024-06-04T10:24:11.690Z Downloaded percent-encoding v2.3.1
11212024-06-04T10:24:11.690Z Downloaded pem-rfc7468 v0.7.0
11222024-06-04T10:24:11.690Z Downloaded pem v3.0.4
11232024-06-04T10:24:11.690Z Downloaded peg-macros v0.8.3
11242024-06-04T10:24:11.715Z Downloaded parking_lot_core v0.9.10
11252024-06-04T10:24:11.715Z Downloaded parking_lot_core v0.8.6
11262024-06-04T10:24:11.715Z Downloaded parking_lot v0.12.2
11272024-06-04T10:24:11.715Z Downloaded parking_lot v0.11.2
11282024-06-04T10:24:11.715Z Downloaded papergrid v0.11.0
11292024-06-04T10:24:11.715Z Downloaded p256 v0.13.2
11302024-06-04T10:24:11.715Z Downloaded csv-core v0.1.11
11312024-06-04T10:24:11.715Z Downloaded crossbeam-deque v0.8.5
11322024-06-04T10:24:11.715Z Downloaded russh v0.43.0
11332024-06-04T10:24:11.740Z Downloaded libm v0.2.8
11342024-06-04T10:24:11.740Z Downloaded phf_shared v0.10.0
11352024-06-04T10:24:11.740Z Downloaded peg-runtime v0.8.3
11362024-06-04T10:24:11.740Z Downloaded peg v0.8.3
11372024-06-04T10:24:11.741Z Downloaded pbkdf2 v0.11.0
11382024-06-04T10:24:11.765Z Downloaded password-hash v0.5.0
11392024-06-04T10:24:11.765Z Downloaded password-hash v0.4.2
11402024-06-04T10:24:11.765Z Downloaded partial-io v0.5.4
11412024-06-04T10:24:11.766Z Downloaded parse-size v1.0.0
11422024-06-04T10:24:11.766Z Downloaded parse-display-derive v0.9.0
11432024-06-04T10:24:11.766Z Downloaded parse-display v0.9.0
11442024-06-04T10:24:11.766Z Downloaded packed_struct v0.10.1
11452024-06-04T10:24:11.766Z Downloaded owo-colors v4.0.0
11462024-06-04T10:24:11.766Z Downloaded curve25519-dalek-derive v0.1.1
11472024-06-04T10:24:11.766Z Downloaded criterion-plot v0.5.0
11482024-06-04T10:24:11.766Z Downloaded zip v0.6.6
11492024-06-04T10:24:11.791Z Downloaded zeroize v1.7.0
11502024-06-04T10:24:11.791Z Downloaded zerocopy-derive v0.7.34
11512024-06-04T10:24:11.791Z Downloaded sct v0.7.1
11522024-06-04T10:24:11.791Z Downloaded scroll v0.12.0
11532024-06-04T10:24:11.791Z Downloaded ryu v1.0.18
11542024-06-04T10:24:11.791Z Downloaded rustc_version v0.1.7
11552024-06-04T10:24:11.791Z Downloaded rand v0.7.3
11562024-06-04T10:24:11.833Z Downloaded pbkdf2 v0.12.2
11572024-06-04T10:24:11.833Z Downloaded pathdiff v0.2.1
11582024-06-04T10:24:11.834Z Downloaded path-slash v0.1.5
11592024-06-04T10:24:11.834Z Downloaded paste v1.0.15
11602024-06-04T10:24:11.834Z Downloaded packed_struct_codegen v0.10.1
11612024-06-04T10:24:11.834Z Downloaded oso-derive v0.27.3
11622024-06-04T10:24:11.834Z Downloaded ctr v0.9.2
11632024-06-04T10:24:11.834Z Downloaded cstr-argument v0.1.2
11642024-06-04T10:24:11.834Z Downloaded crypto-common v0.1.6
11652024-06-04T10:24:11.834Z Downloaded crunchy v0.2.2
11662024-06-04T10:24:11.835Z Downloaded crc32fast v1.4.0
11672024-06-04T10:24:11.835Z Downloaded crc-catalog v2.4.0
11682024-06-04T10:24:11.835Z Downloaded crc-any v2.5.0
11692024-06-04T10:24:11.835Z Downloaded cpufeatures v0.2.12
11702024-06-04T10:24:11.835Z Downloaded corncobs v0.1.3
11712024-06-04T10:24:12.302Z Downloaded cookie_store v0.20.0
11722024-06-04T10:24:12.302Z Downloaded cookie v0.18.1
11732024-06-04T10:24:12.302Z Downloaded cookie v0.17.0
11742024-06-04T10:24:12.302Z Downloaded zone v0.1.8
11752024-06-04T10:24:12.302Z Downloaded slog-scope v4.4.0
11762024-06-04T10:24:12.303Z Downloaded slog-json v2.6.1
11772024-06-04T10:24:12.303Z Downloaded slog-envlogger v2.2.0
11782024-06-04T10:24:12.303Z Downloaded slog-dtrace v0.3.0
11792024-06-04T10:24:12.303Z Downloaded slog-bunyan v2.5.0
11802024-06-04T10:24:12.303Z Downloaded scopeguard v1.2.0
11812024-06-04T10:24:12.303Z Downloaded schemars_derive v0.8.20
11822024-06-04T10:24:12.303Z Downloaded scheduled-thread-pool v0.2.7
11832024-06-04T10:24:12.303Z Downloaded same-file v1.0.6
11842024-06-04T10:24:12.303Z Downloaded rustls-pki-types v1.7.0
11852024-06-04T10:24:12.303Z Downloaded rustls-pemfile v2.1.2
11862024-06-04T10:24:12.303Z Downloaded rustls-native-certs v0.7.0
11872024-06-04T10:24:12.303Z Downloaded rustfmt-wrapper v0.2.1
11882024-06-04T10:24:12.303Z Downloaded rustc-demangle v0.1.24
11892024-06-04T10:24:12.303Z Downloaded rust-argon2 v2.1.0
11902024-06-04T10:24:12.303Z Downloaded russh-keys v0.43.0
11912024-06-04T10:24:12.303Z Downloaded native-tls v0.2.11
11922024-06-04T10:24:12.303Z Downloaded multimap v0.10.0
11932024-06-04T10:24:12.303Z Downloaded multer v3.1.0
11942024-06-04T10:24:12.303Z Downloaded mockall_derive v0.12.1
11952024-06-04T10:24:12.303Z Downloaded mio v0.8.11
11962024-06-04T10:24:12.303Z Downloaded miniz_oxide v0.7.2
11972024-06-04T10:24:12.303Z Downloaded minimal-lexical v0.2.1
11982024-06-04T10:24:12.304Z Downloaded memchr v2.7.2
11992024-06-04T10:24:12.304Z Downloaded libxml v0.3.3
12002024-06-04T10:24:12.304Z Downloaded vte v0.11.1
12012024-06-04T10:24:12.304Z Downloaded rand v0.8.5
12022024-06-04T10:24:12.304Z Downloaded bstr v0.2.17
12032024-06-04T10:24:12.304Z Downloaded convert_case v0.4.0
12042024-06-04T10:24:12.304Z Downloaded zone_cfg_derive v0.1.2
12052024-06-04T10:24:12.304Z Downloaded zeroize_derive v1.4.2
12062024-06-04T10:24:12.304Z Downloaded scroll_derive v0.12.0
12072024-06-04T10:24:12.304Z Downloaded rusty-fork v0.3.0
12082024-06-04T10:24:12.304Z Downloaded rustversion v1.0.17
12092024-06-04T10:24:12.304Z Downloaded rustc_version v0.4.0
12102024-06-04T10:24:12.304Z Downloaded rustc-hash v1.1.0
12112024-06-04T10:24:12.304Z Downloaded russh-cryptovec v0.7.2
12122024-06-04T10:24:12.304Z Downloaded rtoolbox v0.0.2
12132024-06-04T10:24:12.304Z Downloaded rstest_macros v0.19.0
12142024-06-04T10:24:12.304Z Downloaded rstest v0.19.0
12152024-06-04T10:24:12.304Z Downloaded nibble_vec v0.1.0
12162024-06-04T10:24:12.304Z Downloaded newtype_derive v0.1.6
12172024-06-04T10:24:12.304Z Downloaded newtype-uuid v1.1.0
12182024-06-04T10:24:12.304Z Downloaded nanorand v0.7.0
12192024-06-04T10:24:12.304Z Downloaded memmap2 v0.9.4
12202024-06-04T10:24:12.304Z Downloaded memmap v0.7.0
12212024-06-04T10:24:12.304Z Downloaded yasna v0.5.2
12222024-06-04T10:24:12.305Z Downloaded whoami v1.5.1
12232024-06-04T10:24:12.305Z Downloaded slog v2.7.0
12242024-06-04T10:24:12.305Z Downloaded serde_json v1.0.117
12252024-06-04T10:24:12.305Z Downloaded semver v0.1.20
12262024-06-04T10:24:12.305Z Downloaded proptest v1.4.0
12272024-06-04T10:24:12.305Z Downloaded indexmap v2.2.6
12282024-06-04T10:24:12.305Z Downloaded heapless v0.8.0
12292024-06-04T10:24:12.305Z Downloaded hashbrown v0.14.5
12302024-06-04T10:24:12.305Z Downloaded chrono v0.4.38
12312024-06-04T10:24:12.305Z Downloaded nodrop v0.1.14
12322024-06-04T10:24:12.305Z Downloaded mockall v0.12.1
12332024-06-04T10:24:12.305Z Downloaded mime_guess v2.0.4
12342024-06-04T10:24:12.305Z Downloaded mime v0.3.17
12352024-06-04T10:24:12.305Z Downloaded memoffset v0.7.1
12362024-06-04T10:24:12.305Z Downloaded maybe-uninit v2.0.0
12372024-06-04T10:24:12.305Z Downloaded maplit v1.0.2
12382024-06-04T10:24:12.305Z Downloaded managed v0.8.0
12392024-06-04T10:24:12.305Z Downloaded lru-cache v0.1.2
12402024-06-04T10:24:12.305Z Downloaded lru v0.12.3
12412024-06-04T10:24:12.305Z Downloaded log v0.4.21
12422024-06-04T10:24:12.305Z Downloaded lock_api v0.4.12
12432024-06-04T10:24:12.305Z Downloaded linear-map v1.2.0
12442024-06-04T10:24:12.305Z Downloaded wyz v0.5.1
12452024-06-04T10:24:12.306Z Downloaded walkdir v2.5.0
12462024-06-04T10:24:12.306Z Downloaded vsss-rs v3.3.4
12472024-06-04T10:24:12.306Z Downloaded usdt v0.5.0
12482024-06-04T10:24:12.306Z Downloaded url v2.5.0
12492024-06-04T10:24:12.306Z Downloaded unicode_categories v0.1.1
12502024-06-04T10:24:12.306Z Downloaded similar v2.5.0
12512024-06-04T10:24:12.306Z Downloaded serde_with v3.8.1
12522024-06-04T10:24:12.306Z Downloaded indicatif v0.17.8
12532024-06-04T10:24:12.306Z Downloaded http v1.1.0
12542024-06-04T10:24:12.306Z Downloaded http v0.2.12
12552024-06-04T10:24:12.306Z Downloaded new_debug_unreachable v1.0.6
12562024-06-04T10:24:12.306Z Downloaded nested v0.1.1
12572024-06-04T10:24:12.306Z Downloaded md5 v0.7.0
12582024-06-04T10:24:12.306Z Downloaded md-5 v0.10.6
12592024-06-04T10:24:12.306Z Downloaded matches v0.1.10
12602024-06-04T10:24:12.306Z Downloaded match_cfg v0.1.0
12612024-06-04T10:24:12.306Z Downloaded macaddr v1.0.1
12622024-06-04T10:24:12.306Z Downloaded linked-hash-map v0.5.6
12632024-06-04T10:24:12.306Z Downloaded yansi v0.5.1
12642024-06-04T10:24:12.306Z Downloaded xattr v1.3.1
12652024-06-04T10:24:12.306Z Downloaded which v4.4.2
12662024-06-04T10:24:12.306Z Downloaded waitgroup v0.1.2
12672024-06-04T10:24:12.306Z Downloaded wait-timeout v0.2.0
12682024-06-04T10:24:12.306Z Downloaded vte_generate_state_changes v0.1.1
12692024-06-04T10:24:12.307Z Downloaded uzers v0.11.3
12702024-06-04T10:24:12.307Z Downloaded uuid v1.8.0
12712024-06-04T10:24:12.333Z Downloaded utf8parse v0.2.1
12722024-06-04T10:24:12.333Z Downloaded utf-8 v0.7.6
12732024-06-04T10:24:12.333Z Downloaded usdt-macro v0.5.0
12742024-06-04T10:24:12.333Z Downloaded usdt-macro v0.3.5
12752024-06-04T10:24:12.333Z Downloaded usdt-impl v0.5.0
12762024-06-04T10:24:12.333Z Downloaded usdt-impl v0.3.5
12772024-06-04T10:24:12.333Z Downloaded usdt-attr-macro v0.5.0
12782024-06-04T10:24:12.333Z Downloaded usdt-attr-macro v0.3.5
12792024-06-04T10:24:12.333Z Downloaded unsafe-libyaml v0.2.11
12802024-06-04T10:24:12.333Z Downloaded universal-hash v0.5.1
12812024-06-04T10:24:12.333Z Downloaded slog-async v2.8.0
12822024-06-04T10:24:12.333Z Downloaded slab v0.4.9
12832024-06-04T10:24:12.333Z Downloaded similar-asserts v1.5.0
12842024-06-04T10:24:12.333Z Downloaded serde_yaml v0.9.34+deprecated
12852024-06-04T10:24:12.333Z Downloaded serde_derive v1.0.203
12862024-06-04T10:24:12.333Z Downloaded serde v1.0.203
12872024-06-04T10:24:12.333Z Downloaded semver v1.0.23
12882024-06-04T10:24:12.333Z Downloaded rand_xorshift v0.3.0
12892024-06-04T10:24:12.333Z Downloaded rand_core v0.6.4
12902024-06-04T10:24:12.333Z Downloaded rand_core v0.5.1
12912024-06-04T10:24:12.333Z Downloaded quote v1.0.36
12922024-06-04T10:24:12.334Z Downloaded libloading v0.8.3
12932024-06-04T10:24:12.334Z Downloaded hyper-util v0.1.3
12942024-06-04T10:24:12.334Z Downloaded heapless v0.7.17
12952024-06-04T10:24:12.334Z Downloaded headers v0.3.9
12962024-06-04T10:24:12.334Z Downloaded hashbrown v0.13.2
12972024-06-04T10:24:12.334Z Downloaded h2 v0.3.26
12982024-06-04T10:24:12.334Z Downloaded bitvec v1.0.1
12992024-06-04T10:24:12.334Z Downloaded version_check v0.9.4
13002024-06-04T10:24:12.334Z Downloaded usdt v0.3.5
13012024-06-04T10:24:12.334Z Downloaded untrusted v0.9.0
13022024-06-04T10:24:12.334Z Downloaded untrusted v0.7.1
13032024-06-04T10:24:12.334Z Downloaded unicode-xid v0.2.4
13042024-06-04T10:24:12.334Z Downloaded siphasher v0.3.11
13052024-06-04T10:24:12.334Z Downloaded signature v2.2.0
13062024-06-04T10:24:12.334Z Downloaded signal-hook-tokio v0.3.1
13072024-06-04T10:24:12.334Z Downloaded signal-hook-registry v1.4.2
13082024-06-04T10:24:12.334Z Downloaded signal-hook-mio v0.2.3
13092024-06-04T10:24:12.334Z Downloaded signal-hook v0.3.17
13102024-06-04T10:24:12.334Z Downloaded shlex v1.3.0
13112024-06-04T10:24:12.334Z Downloaded shell-words v1.1.0
13122024-06-04T10:24:12.334Z Downloaded sha2 v0.10.8
13132024-06-04T10:24:12.334Z Downloaded sha1 v0.10.6
13142024-06-04T10:24:12.334Z Downloaded serde_with_macros v3.8.1
13152024-06-04T10:24:12.334Z Downloaded serde_plain v1.0.2
13162024-06-04T10:24:12.335Z Downloaded serde_path_to_error v0.1.16
13172024-06-04T10:24:12.335Z Downloaded rand_seeder v0.2.3
13182024-06-04T10:24:12.335Z Downloaded rand_chacha v0.2.2
13192024-06-04T10:24:12.335Z Downloaded radium v0.7.0
13202024-06-04T10:24:12.335Z Downloaded r2d2 v0.8.10
13212024-06-04T10:24:12.335Z Downloaded publicsuffix v2.2.3
13222024-06-04T10:24:12.335Z Downloaded portable-atomic v1.6.0
13232024-06-04T10:24:12.335Z Downloaded libefi-sys v0.1.0
13242024-06-04T10:24:12.335Z Downloaded lazy_static v1.4.0
13252024-06-04T10:24:12.335Z Downloaded lalrpop-util v0.19.12
13262024-06-04T10:24:12.335Z Downloaded kstat-rs v0.2.3
13272024-06-04T10:24:12.335Z Downloaded keccak v0.1.5
13282024-06-04T10:24:12.335Z Downloaded ipnet v2.9.0
13292024-06-04T10:24:12.335Z Downloaded indoc v2.0.5
13302024-06-04T10:24:12.335Z Downloaded indexmap v1.9.3
13312024-06-04T10:24:12.335Z Downloaded httptest v0.15.5
13322024-06-04T10:24:12.335Z Downloaded httparse v1.8.0
13332024-06-04T10:24:12.335Z Downloaded clap_builder v4.5.2
13342024-06-04T10:24:12.335Z Downloaded serde_urlencoded v0.7.1
13352024-06-04T10:24:12.335Z Downloaded serde_tokenstream v0.2.0
13362024-06-04T10:24:12.335Z Downloaded serde_tokenstream v0.1.7
13372024-06-04T10:24:12.335Z Downloaded serde_spanned v0.6.6
13382024-06-04T10:24:12.335Z Downloaded serde_repr v0.1.19
13392024-06-04T10:24:12.336Z Downloaded serde_derive_internals v0.29.1
13402024-06-04T10:24:12.336Z Downloaded serde_arrays v0.1.0
13412024-06-04T10:24:12.336Z Downloaded serde-hex v0.1.0
13422024-06-04T10:24:12.336Z Downloaded serde-big-array v0.5.1
13432024-06-04T10:24:12.336Z Downloaded serde-big-array v0.4.1
13442024-06-04T10:24:12.336Z Downloaded secrecy v0.8.0
13452024-06-04T10:24:12.336Z Downloaded rand_chacha v0.3.1
13462024-06-04T10:24:12.336Z Downloaded quick-error v1.2.3
13472024-06-04T10:24:12.336Z Downloaded proc-macro2 v1.0.82
13482024-06-04T10:24:12.336Z Downloaded polyval v0.6.2
13492024-06-04T10:24:12.336Z Downloaded poly1305 v0.8.0
13502024-06-04T10:24:12.336Z Downloaded itoa v1.0.11
13512024-06-04T10:24:12.368Z Downloaded is-terminal v0.4.12
13522024-06-04T10:24:12.368Z Downloaded ipnetwork v0.20.0
13532024-06-04T10:24:12.368Z Downloaded internet-checksum v0.2.1
13542024-06-04T10:24:12.368Z Downloaded instant v0.1.12
13552024-06-04T10:24:12.368Z Downloaded inout v0.1.3
13562024-06-04T10:24:12.368Z Downloaded indoc v1.0.9
13572024-06-04T10:24:12.368Z Downloaded impl-trait-for-tuples v0.2.2
13582024-06-04T10:24:12.369Z Downloaded hyper-tls v0.5.0
13592024-06-04T10:24:12.369Z Downloaded hyper-staticfile v0.9.5
13602024-06-04T10:24:12.369Z Downloaded hyper-rustls v0.26.0
13612024-06-04T10:24:12.369Z Downloaded hyper-rustls v0.24.2
13622024-06-04T10:24:12.369Z Downloaded hubpack v0.1.2
13632024-06-04T10:24:12.369Z Downloaded hmac v0.12.1
13642024-06-04T10:24:12.369Z Downloaded ciborium v0.2.2
13652024-06-04T10:24:12.809Z Downloaded chacha20poly1305 v0.10.1
13662024-06-04T10:24:12.809Z Downloaded cfg-expr v0.15.8
13672024-06-04T10:24:12.809Z Downloaded cexpr v0.6.0
13682024-06-04T10:24:12.809Z Downloaded cc v1.0.97
13692024-06-04T10:24:12.809Z Downloaded cancel-safe-futures v0.1.5
13702024-06-04T10:24:12.809Z Downloaded camino v1.1.7
13712024-06-04T10:24:12.810Z Downloaded bytes v1.6.0
13722024-06-04T10:24:12.810Z Downloaded buf-list v1.0.3
13732024-06-04T10:24:12.810Z Downloaded sec1 v0.7.3
13742024-06-04T10:24:12.810Z Downloaded psl-types v2.0.11
13752024-06-04T10:24:12.810Z Downloaded pest_meta v2.7.10
13762024-06-04T10:24:12.810Z Downloaded pest_generator v2.7.10
13772024-06-04T10:24:12.810Z Downloaded lazycell v1.3.0
13782024-06-04T10:24:12.919Z Downloaded ident_case v1.0.1
13792024-06-04T10:24:12.919Z Downloaded iana-time-zone v0.1.60
13802024-06-04T10:24:12.919Z Downloaded hubpack_derive v0.1.1
13812024-06-04T10:24:12.919Z Downloaded http-range v0.1.5
13822024-06-04T10:24:12.920Z Downloaded http-body v1.0.0
13832024-06-04T10:24:12.920Z Downloaded http-body v0.4.6
13842024-06-04T10:24:12.920Z Downloaded highway v1.1.0
13852024-06-04T10:24:12.920Z Downloaded hex-literal v0.4.1
13862024-06-04T10:24:12.920Z Downloaded hex v0.4.3
13872024-06-04T10:24:12.920Z Downloaded heck v0.5.0
13882024-06-04T10:24:12.920Z Downloaded heck v0.4.1
13892024-06-04T10:24:12.920Z Downloaded heck v0.3.3
13902024-06-04T10:24:12.920Z Downloaded const_format v0.2.32
13912024-06-04T10:24:12.920Z Downloaded const-oid v0.9.6
13922024-06-04T10:24:12.920Z Downloaded console v0.15.8
13932024-06-04T10:24:12.920Z Downloaded compact_str v0.7.1
13942024-06-04T10:24:12.920Z Downloaded clap_derive v4.5.4
13952024-06-04T10:24:12.920Z Downloaded chacha20 v0.9.1
13962024-06-04T10:24:12.920Z Downloaded cfg_aliases v0.1.1
13972024-06-04T10:24:12.920Z Downloaded cfg-if v1.0.0
13982024-06-04T10:24:12.920Z Downloaded cargo-platform v0.1.8
13992024-06-04T10:24:12.921Z Downloaded byteorder v1.5.0
14002024-06-04T10:24:12.921Z Downloaded bytecount v0.6.8
14012024-06-04T10:24:12.921Z Downloaded block-buffer v0.10.4
14022024-06-04T10:24:12.921Z Downloaded bitstruct_derive v0.1.0
14032024-06-04T10:24:12.921Z Downloaded bitstruct v0.1.1
14042024-06-04T10:24:12.921Z Downloaded bitflags v2.5.0
14052024-06-04T10:24:12.921Z Downloaded bitfield v0.14.0
14062024-06-04T10:24:12.921Z Downloaded bit-vec v0.6.3
14072024-06-04T10:24:12.921Z Downloaded bindgen v0.69.4
14082024-06-04T10:24:12.921Z Downloaded bcs v0.1.6
14092024-06-04T10:24:12.921Z Downloaded bcrypt-pbkdf v0.10.0
14102024-06-04T10:24:12.921Z Downloaded portpicker v0.1.1
14112024-06-04T10:24:12.921Z Downloaded phf v0.11.2
14122024-06-04T10:24:12.921Z Downloaded is_terminal_polyfill v1.70.0
14132024-06-04T10:24:12.921Z Downloaded is_ci v1.2.0
14142024-06-04T10:24:12.921Z Downloaded humantime v2.1.0
14152024-06-04T10:24:12.921Z Downloaded httpdate v1.0.3
14162024-06-04T10:24:12.921Z Downloaded hostname v0.4.0
14172024-06-04T10:24:12.921Z Downloaded hostname v0.3.1
14182024-06-04T10:24:12.922Z Downloaded home v0.5.9
14192024-06-04T10:24:12.922Z Downloaded headers-core v0.2.0
14202024-06-04T10:24:12.922Z Downloaded hashbrown v0.12.3
14212024-06-04T10:24:12.922Z Downloaded hash32 v0.3.1
14222024-06-04T10:24:12.922Z Downloaded hash32 v0.2.1
14232024-06-04T10:24:12.922Z Downloaded half v2.4.1
14242024-06-04T10:24:12.922Z Downloaded guppy-workspace-hack v0.1.0
14252024-06-04T10:24:12.922Z Downloaded guppy v0.17.5
14262024-06-04T10:24:12.922Z Downloaded goblin v0.8.2
14272024-06-04T10:24:12.922Z Downloaded globset v0.4.14
14282024-06-04T10:24:12.922Z Downloaded colored v2.1.0
14292024-06-04T10:24:12.922Z Downloaded colorchoice v1.0.1
14302024-06-04T10:24:12.922Z Downloaded cobs v0.2.3
14312024-06-04T10:24:12.922Z Downloaded clap_lex v0.7.0
14322024-06-04T10:24:12.922Z Downloaded clap v4.5.4
14332024-06-04T10:24:12.922Z Downloaded clang-sys v1.7.0
14342024-06-04T10:24:12.922Z Downloaded ciborium-ll v0.2.2
14352024-06-04T10:24:12.922Z Downloaded ciborium-io v0.2.2
14362024-06-04T10:24:12.922Z Downloaded cbc v0.1.2
14372024-06-04T10:24:12.922Z Downloaded castaway v0.2.2
14382024-06-04T10:24:12.922Z Downloaded cassowary v0.3.0
14392024-06-04T10:24:12.922Z Downloaded cargo_toml v0.20.2
14402024-06-04T10:24:12.923Z Downloaded cargo_metadata v0.18.1
14412024-06-04T10:24:12.923Z Downloaded bzip2 v0.4.4
14422024-06-04T10:24:12.923Z Downloaded blowfish v0.9.1
14432024-06-04T10:24:12.923Z Downloaded block-padding v0.3.3
14442024-06-04T10:24:12.923Z Downloaded blake3 v1.5.1
14452024-06-04T10:24:12.923Z Downloaded bitflags v1.3.2
14462024-06-04T10:24:12.923Z Downloaded bb8 v0.8.3
14472024-06-04T10:24:12.923Z Downloaded ghash v0.5.1
14482024-06-04T10:24:12.923Z Downloaded getrandom v0.2.14
14492024-06-04T10:24:12.923Z Downloaded getrandom v0.1.16
14502024-06-04T10:24:12.923Z Downloaded getopts v0.2.21
14512024-06-04T10:24:12.923Z Downloaded gethostname v0.4.3
14522024-06-04T10:24:12.923Z Downloaded generic-array v0.14.7
14532024-06-04T10:24:12.923Z Downloaded fxhash v0.2.1
14542024-06-04T10:24:12.923Z Downloaded futures-io v0.3.30
14552024-06-04T10:24:12.923Z Downloaded const_format_proc_macros v0.2.32
14562024-06-04T10:24:12.923Z Downloaded cipher v0.4.4
14572024-06-04T10:24:12.923Z Downloaded cast v0.3.0
14582024-06-04T10:24:12.923Z Downloaded camino-tempfile v1.1.1
14592024-06-04T10:24:12.923Z Downloaded blake2b_simd v1.0.2
14602024-06-04T10:24:12.923Z Downloaded blake2 v0.10.6
14612024-06-04T10:24:12.923Z Downloaded bit-set v0.5.3
14622024-06-04T10:24:12.923Z Downloaded base64ct v1.6.0
14632024-06-04T10:24:12.924Z Downloaded base64 v0.22.1
14642024-06-04T10:24:12.924Z Downloaded base64 v0.21.7
14652024-06-04T10:24:12.924Z Downloaded base64 v0.13.1
14662024-06-04T10:24:12.924Z Downloaded backtrace v0.3.71
14672024-06-04T10:24:12.924Z Downloaded backoff v0.4.0
14682024-06-04T10:24:12.924Z Downloaded autocfg v1.3.0
14692024-06-04T10:24:12.924Z Downloaded atty v0.2.14
14702024-06-04T10:24:12.924Z Downloaded atomicwrites v0.4.3
14712024-06-04T10:24:12.924Z Downloaded async-trait v0.1.80
14722024-06-04T10:24:12.924Z Downloaded async-stream-impl v0.3.5
14732024-06-04T10:24:12.924Z Downloaded async-stream v0.3.5
14742024-06-04T10:24:12.924Z Downloaded async-recursion v1.1.1
14752024-06-04T10:24:12.924Z Downloaded assert_matches v1.5.0
14762024-06-04T10:24:12.924Z Downloaded assert_cmd v2.0.14
14772024-06-04T10:24:12.924Z Downloaded ascii-canvas v3.0.0
14782024-06-04T10:24:12.952Z Downloaded ascii v1.1.0
14792024-06-04T10:24:12.952Z Downloaded arrayvec v0.7.4
14802024-06-04T10:24:12.952Z Downloaded arrayref v0.3.7
14812024-06-04T10:24:12.952Z Downloaded array-init v0.0.4
14822024-06-04T10:24:12.952Z Downloaded argon2 v0.5.3
14832024-06-04T10:24:12.952Z Downloaded arc-swap v1.7.1
14842024-06-04T10:24:12.952Z Downloaded anyhow v1.0.86
14852024-06-04T10:24:12.953Z Downloaded anstyle-parse v0.2.4
14862024-06-04T10:24:12.953Z Downloaded aho-corasick v1.1.3
14872024-06-04T10:24:12.953Z Downloaded futures-util v0.3.30
14882024-06-04T10:24:12.953Z Downloaded futures-timer v3.0.3
14892024-06-04T10:24:12.953Z Downloaded futures-task v0.3.30
14902024-06-04T10:24:12.953Z Downloaded futures-sink v0.3.30
14912024-06-04T10:24:12.953Z Downloaded futures-macro v0.3.30
14922024-06-04T10:24:12.953Z Downloaded futures-executor v0.3.30
14932024-06-04T10:24:12.953Z Downloaded futures-core v0.3.30
14942024-06-04T10:24:12.953Z Downloaded futures-channel v0.3.30
14952024-06-04T10:24:12.953Z Downloaded futures v0.3.30
14962024-06-04T10:24:12.953Z Downloaded funty v2.0.0
14972024-06-04T10:24:12.953Z Downloaded fs-err v2.11.0
14982024-06-04T10:24:12.953Z Downloaded fragile v2.0.0
14992024-06-04T10:24:12.954Z Downloaded constant_time_eq v0.3.0
15002024-06-04T10:24:12.954Z Downloaded base16ct v0.2.0
15012024-06-04T10:24:12.954Z Downloaded atomic-waker v1.1.2
15022024-06-04T10:24:12.954Z Downloaded approx v0.5.1
15032024-06-04T10:24:12.954Z Downloaded anstyle-query v1.0.3
15042024-06-04T10:24:12.954Z Downloaded anes v0.1.6
15052024-06-04T10:24:12.954Z Downloaded aes-gcm v0.10.3
15062024-06-04T10:24:12.954Z Downloaded aes v0.8.4
15072024-06-04T10:24:12.954Z Downloaded aead v0.5.2
15082024-06-04T10:24:12.954Z Downloaded adler v1.0.2
15092024-06-04T10:24:12.954Z Downloaded addr2line v0.21.0
15102024-06-04T10:24:13.891Z Compiling proc-macro2 v1.0.82
15112024-06-04T10:24:13.918Z Compiling unicode-ident v1.0.12
15122024-06-04T10:24:13.918Z Compiling libc v0.2.155
15132024-06-04T10:24:13.918Z Compiling cfg-if v1.0.0
15142024-06-04T10:24:13.918Z Compiling serde v1.0.203
15152024-06-04T10:24:13.919Z Compiling version_check v0.9.4
15162024-06-04T10:24:13.919Z Compiling autocfg v1.3.0
15172024-06-04T10:24:13.919Z Compiling memchr v2.7.2
15182024-06-04T10:24:13.944Z Running `/home/build/.rustup/toolchains/1.78.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.82/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=79b0b9eeed9d5fcc -C extra-filename=-79b0b9eeed9d5fcc --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-79b0b9eeed9d5fcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15192024-06-04T10:24:13.944Z Running `/home/build/.rustup/toolchains/1.78.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=f04c7e29e163c4f4 -C extra-filename=-f04c7e29e163c4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15202024-06-04T10:24:13.944Z Running `/home/build/.rustup/toolchains/1.78.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=6cd145163fd70236 -C extra-filename=-6cd145163fd70236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15212024-06-04T10:24:13.944Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/build.rs --error-format=json --json=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=3cba3e4111e6a12c -C extra-filename=-3cba3e4111e6a12c --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15222024-06-04T10:24:13.969Z Running `/home/build/.rustup/toolchains/1.78.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.203/build.rs --error-format=json --json=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=e13208b22652b8af -C extra-filename=-e13208b22652b8af --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e13208b22652b8af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15232024-06-04T10:24:13.994Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="default"' --cfg 'feature="std"' -C metadata=d9b2ede3219a3f1f -C extra-filename=-d9b2ede3219a3f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15242024-06-04T10:24:13.994Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /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=29318a6a539680a2 -C extra-filename=-29318a6a539680a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15252024-06-04T10:24:13.994Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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=da1d2f89ec5cc337 -C extra-filename=-da1d2f89ec5cc337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15262024-06-04T10:24:14.102Z Compiling byteorder v1.5.0
15272024-06-04T10:24:14.141Z Running `/home/build/.rustup/toolchains/1.78.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=4079b563d11206ed -C extra-filename=-4079b563d11206ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15282024-06-04T10:24:14.187Z Compiling log v0.4.21
15292024-06-04T10:24:14.224Z Running `/home/build/.rustup/toolchains/1.78.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=a206aa3e5ae8d451 -C extra-filename=-a206aa3e5ae8d451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15302024-06-04T10:24:14.583Z Compiling once_cell v1.19.0
15312024-06-04T10:24:14.583Z Running `/home/build/.rustup/toolchains/1.78.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=646417322ca33c73 -C extra-filename=-646417322ca33c73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15322024-06-04T10:24:14.614Z Compiling itoa v1.0.11
15332024-06-04T10:24:14.639Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d1af7e8c40a69f8 -C extra-filename=-1d1af7e8c40a69f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15342024-06-04T10:24:14.680Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e13208b22652b8af/build-script-build`
15352024-06-04T10:24:14.705Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-79b0b9eeed9d5fcc/build-script-build`
15362024-06-04T10:24:14.764Z Compiling scopeguard v1.2.0
15372024-06-04T10:24:14.789Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /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 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=96e907db81b39683 -C extra-filename=-96e907db81b39683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15382024-06-04T10:24:14.789Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c/build-script-build`
15392024-06-04T10:24:14.816Z Compiling smallvec v1.13.2
15402024-06-04T10:24:14.847Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' -C metadata=b79becaab4538f2c -C extra-filename=-b79becaab4538f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15412024-06-04T10:24:14.872Z Compiling parking_lot_core v0.9.10
15422024-06-04T10:24:14.872Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 -C metadata=8d46e527a12f1bac -C extra-filename=-8d46e527a12f1bac --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15432024-06-04T10:24:14.897Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9e9eff94c6618bbf -C extra-filename=-9e9eff94c6618bbf --out-dir /work/oxidecomputer/omicron/target/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`
15442024-06-04T10:24:14.927Z Compiling lock_api v0.4.12
15452024-06-04T10:24:14.952Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=4af9be3a59741d39 -C extra-filename=-4af9be3a59741d39 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15462024-06-04T10:24:14.952Z Compiling thiserror v1.0.60
15472024-06-04T10:24:14.952Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=b87d92f35a7ebd14 -C extra-filename=-b87d92f35a7ebd14 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b87d92f35a7ebd14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15482024-06-04T10:24:14.977Z Compiling ryu v1.0.18
15492024-06-04T10:24:14.977Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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 -C metadata=2235e6b179f77bd1 -C extra-filename=-2235e6b179f77bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15502024-06-04T10:24:15.002Z Running `/home/build/.rustup/toolchains/1.78.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.82/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=affedceec9f1d802 -C extra-filename=-affedceec9f1d802 --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-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro --cfg proc_macro_span`
15512024-06-04T10:24:15.187Z Compiling pin-project-lite v0.2.14
15522024-06-04T10:24:15.212Z Running `/home/build/.rustup/toolchains/1.78.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.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=4736805a60104127 -C extra-filename=-4736805a60104127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15532024-06-04T10:24:15.244Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39/build-script-build`
15542024-06-04T10:24:15.301Z Compiling libm v0.2.8
15552024-06-04T10:24:15.326Z Running `/home/build/.rustup/toolchains/1.78.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.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"' -C metadata=095fcd23f830a54d -C extra-filename=-095fcd23f830a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15562024-06-04T10:24:15.326Z Compiling num-traits v0.2.19
15572024-06-04T10:24:15.326Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=e2a2ec7d9b6a4b62 -C extra-filename=-e2a2ec7d9b6a4b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15582024-06-04T10:24:15.354Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac/build-script-build`
15592024-06-04T10:24:15.379Z Compiling cc v1.0.97
15602024-06-04T10:24:15.404Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=453eca9135afa6bf -C extra-filename=-453eca9135afa6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15612024-06-04T10:24:15.404Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' -C metadata=fb5654d251dbf08f -C extra-filename=-fb5654d251dbf08f --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-96e907db81b39683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
15622024-06-04T10:24:15.509Z Compiling ahash v0.8.11
15632024-06-04T10:24:15.537Z Running `/home/build/.rustup/toolchains/1.78.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.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=f38055c8d994fd52 -C extra-filename=-f38055c8d994fd52 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15642024-06-04T10:24:15.538Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b87d92f35a7ebd14/build-script-build`
15652024-06-04T10:24:15.620Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62/build-script-build`
15662024-06-04T10:24:15.646Z Compiling quote v1.0.36
15672024-06-04T10:24:15.646Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=638d0eecd01221b9 -C extra-filename=-638d0eecd01221b9 --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-affedceec9f1d802.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15682024-06-04T10:24:15.753Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d/build-script-build`
15692024-06-04T10:24:15.786Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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"' -C metadata=98a4140e57fd013c -C extra-filename=-98a4140e57fd013c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15702024-06-04T10:24:15.826Z Compiling serde_json v1.0.117
15712024-06-04T10:24:15.826Z Running `/home/build/.rustup/toolchains/1.78.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.117/build.rs --error-format=json --json=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=99bfbf8c0a37708f -C extra-filename=-99bfbf8c0a37708f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-99bfbf8c0a37708f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15722024-06-04T10:24:15.851Z Compiling getrandom v0.2.14
15732024-06-04T10:24:15.851Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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=84b0b01dae64acc1 -C extra-filename=-84b0b01dae64acc1 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15742024-06-04T10:24:15.876Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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=0b5b7b7a4efb3c44 -C extra-filename=-0b5b7b7a4efb3c44 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15752024-06-04T10:24:16.104Z Compiling syn v2.0.64
15762024-06-04T10:24:16.130Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=d08c0f7f27d6aba4 -C extra-filename=-d08c0f7f27d6aba4 --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-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15772024-06-04T10:24:16.172Z Compiling rand_core v0.6.4
15782024-06-04T10:24:16.172Z Running `/home/build/.rustup/toolchains/1.78.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=715685859e2d8232 -C extra-filename=-715685859e2d8232 --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-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15792024-06-04T10:24:16.246Z Compiling parking_lot v0.12.2
15802024-06-04T10:24:16.271Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-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 --cfg 'feature="default"' -C metadata=ceff54d9803290cf -C extra-filename=-ceff54d9803290cf --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-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0b5b7b7a4efb3c44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15812024-06-04T10:24:16.311Z Compiling signal-hook-registry v1.4.2
15822024-06-04T10:24:16.336Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.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=9c0fdcc86593b797 -C extra-filename=-9c0fdcc86593b797 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15832024-06-04T10:24:16.420Z Compiling mio v0.8.11
15842024-06-04T10:24:16.445Z Running `/home/build/.rustup/toolchains/1.78.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=9f0966d2e489a4ef -C extra-filename=-9f0966d2e489a4ef --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-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15852024-06-04T10:24:16.473Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52/build-script-build`
15862024-06-04T10:24:16.539Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=da8aea025e0dde22 -C extra-filename=-da8aea025e0dde22 --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-98a4140e57fd013c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
15872024-06-04T10:24:16.604Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-99bfbf8c0a37708f/build-script-build`
15882024-06-04T10:24:16.653Z Compiling num_cpus v1.16.0
15892024-06-04T10:24:16.689Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /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=542485ea2f901d76 -C extra-filename=-542485ea2f901d76 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15902024-06-04T10:24:16.756Z Compiling futures-core v0.3.30
15912024-06-04T10:24:16.781Z Running `/home/build/.rustup/toolchains/1.78.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=4a234987197be9fa -C extra-filename=-4a234987197be9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-06-04T10:24:16.864Z Compiling allocator-api2 v0.2.18
15932024-06-04T10:24:16.889Z Running `/home/build/.rustup/toolchains/1.78.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.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"' -C metadata=e0639e5ace3a65a0 -C extra-filename=-e0639e5ace3a65a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15942024-06-04T10:24:16.965Z Compiling typenum v1.17.0
15952024-06-04T10:24:16.990Z Running `/home/build/.rustup/toolchains/1.78.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.17.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=27eeebb75c45b94d -C extra-filename=-27eeebb75c45b94d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15962024-06-04T10:24:17.018Z Compiling socket2 v0.5.7
15972024-06-04T10:24:17.045Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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="all"' -C metadata=638e6319dfcb29c2 -C extra-filename=-638e6319dfcb29c2 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-06-04T10:24:17.045Z Compiling generic-array v0.14.7
15992024-06-04T10:24:17.078Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=25df682b96f0072c -C extra-filename=-25df682b96f0072c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-06-04T10:24:17.329Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c/build-script-build`
16012024-06-04T10:24:17.394Z Compiling syn v1.0.109
16022024-06-04T10:24:17.420Z Running `/home/build/.rustup/toolchains/1.78.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=9135e84cd8615b52 -C extra-filename=-9135e84cd8615b52 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16032024-06-04T10:24:17.481Z Compiling subtle v2.5.0
16042024-06-04T10:24:17.506Z Running `/home/build/.rustup/toolchains/1.78.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=d6b6d230a68694b6 -C extra-filename=-d6b6d230a68694b6 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:17.506Z Compiling equivalent v1.0.1
16062024-06-04T10:24:17.531Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /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=7908cf90c6ce7643 -C extra-filename=-7908cf90c6ce7643 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:17.608Z Compiling futures-sink v0.3.30
16082024-06-04T10:24:17.633Z Running `/home/build/.rustup/toolchains/1.78.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=4cb8e409c90cd6c4 -C extra-filename=-4cb8e409c90cd6c4 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:17.761Z Compiling slab v0.4.9
16102024-06-04T10:24:17.786Z Running `/home/build/.rustup/toolchains/1.78.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=f1ebead8b418469f -C extra-filename=-f1ebead8b418469f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-06-04T10:24:17.818Z Compiling pin-utils v0.1.0
16122024-06-04T10:24:17.818Z Running `/home/build/.rustup/toolchains/1.78.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=0b6d4576f055e0dd -C extra-filename=-0b6d4576f055e0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16132024-06-04T10:24:17.879Z Compiling futures-channel v0.3.30
16142024-06-04T10:24:17.904Z Running `/home/build/.rustup/toolchains/1.78.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=afd81f7a37d03f0e -C extra-filename=-afd81f7a37d03f0e --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16152024-06-04T10:24:17.937Z Compiling fnv v1.0.7
16162024-06-04T10:24:17.937Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /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=d03daaf3ac116161 -C extra-filename=-d03daaf3ac116161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-06-04T10:24:17.971Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d/build-script-main`
16182024-06-04T10:24:17.998Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52/build-script-build`
16192024-06-04T10:24:18.033Z Compiling futures-task v0.3.30
16202024-06-04T10:24:18.059Z Running `/home/build/.rustup/toolchains/1.78.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=6b7b230ac7fdda05 -C extra-filename=-6b7b230ac7fdda05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-06-04T10:24:18.059Z Running `/home/build/.rustup/toolchains/1.78.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=fa0d761026021993 -C extra-filename=-fa0d761026021993 --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-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16222024-06-04T10:24:18.085Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f/build-script-build`
16232024-06-04T10:24:18.129Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b070c3f889b95c1 -C extra-filename=-4b070c3f889b95c1 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:18.182Z Compiling futures-io v0.3.30
16252024-06-04T10:24:18.208Z Running `/home/build/.rustup/toolchains/1.78.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=cfa3035534aaa817 -C extra-filename=-cfa3035534aaa817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-06-04T10:24:18.308Z Running `/home/build/.rustup/toolchains/1.78.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=d0f1f33fb8cbafce -C extra-filename=-d0f1f33fb8cbafce --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:18.335Z Compiling const-oid v0.9.6
16282024-06-04T10:24:18.336Z Running `/home/build/.rustup/toolchains/1.78.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=e1a935d3d543cf79 -C extra-filename=-e1a935d3d543cf79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16292024-06-04T10:24:18.365Z Compiling regex-syntax v0.8.3
16302024-06-04T10:24:18.394Z Running `/home/build/.rustup/toolchains/1.78.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.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"' --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=e5e7129e53ac8b8b -C extra-filename=-e5e7129e53ac8b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-06-04T10:24:18.394Z Compiling aho-corasick v1.1.3
16322024-06-04T10:24:18.394Z Running `/home/build/.rustup/toolchains/1.78.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=1fd9564269861caa -C extra-filename=-1fd9564269861caa --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-06-04T10:24:18.498Z Compiling iana-time-zone v0.1.60
16342024-06-04T10:24:18.523Z Running `/home/build/.rustup/toolchains/1.78.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.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="fallback"' -C metadata=dc7fd02d5aaff25a -C extra-filename=-dc7fd02d5aaff25a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16352024-06-04T10:24:18.551Z Compiling semver v1.0.23
16362024-06-04T10:24:18.578Z Running `/home/build/.rustup/toolchains/1.78.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.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a46954a1d6188817 -C extra-filename=-a46954a1d6188817 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-06-04T10:24:18.895Z Compiling spin v0.5.2
16382024-06-04T10:24:18.923Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /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=c1329b9cf81be22e -C extra-filename=-c1329b9cf81be22e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-06-04T10:24:19.030Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817/build-script-build`
16402024-06-04T10:24:19.103Z Compiling tinyvec_macros v0.1.1
16412024-06-04T10:24:19.133Z Running `/home/build/.rustup/toolchains/1.78.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=b13b79eaf76cf6b9 -C extra-filename=-b13b79eaf76cf6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-06-04T10:24:19.133Z Compiling ppv-lite86 v0.2.17
16432024-06-04T10:24:19.133Z Running `/home/build/.rustup/toolchains/1.78.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=b9107e4ada8e4dd6 -C extra-filename=-b9107e4ada8e4dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16442024-06-04T10:24:19.208Z Compiling tinyvec v1.6.0
16452024-06-04T10:24:19.236Z Running `/home/build/.rustup/toolchains/1.78.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=895d1d5581d5efcb -C extra-filename=-895d1d5581d5efcb --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-b13b79eaf76cf6b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16462024-06-04T10:24:19.350Z Compiling pkg-config v0.3.30
16472024-06-04T10:24:19.376Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-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 -C metadata=0839f5aecb361828 -C extra-filename=-0839f5aecb361828 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:19.833Z Compiling lazy_static v1.4.0
16492024-06-04T10:24:19.858Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /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=df9d2374a4417971 -C extra-filename=-df9d2374a4417971 --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-c1329b9cf81be22e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16502024-06-04T10:24:19.884Z Compiling unicode-bidi v0.3.15
16512024-06-04T10:24:19.913Z Running `/home/build/.rustup/toolchains/1.78.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=99ebbc53cc68e61d -C extra-filename=-99ebbc53cc68e61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-06-04T10:24:19.953Z Compiling dyn-clone v1.0.17
16532024-06-04T10:24:19.978Z Running `/home/build/.rustup/toolchains/1.78.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=acaadff11df4bfa2 -C extra-filename=-acaadff11df4bfa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16542024-06-04T10:24:20.157Z Compiling cpufeatures v0.2.12
16552024-06-04T10:24:20.182Z Running `/home/build/.rustup/toolchains/1.78.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=617fd11b7df2e647 -C extra-filename=-617fd11b7df2e647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-06-04T10:24:20.262Z Compiling schemars v0.8.20
16572024-06-04T10:24:20.287Z Running `/home/build/.rustup/toolchains/1.78.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.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=5001bcccabd27358 -C extra-filename=-5001bcccabd27358 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5001bcccabd27358 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-06-04T10:24:20.495Z Compiling unicode-normalization v0.1.23
16592024-06-04T10:24:20.520Z Running `/home/build/.rustup/toolchains/1.78.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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64697c3f9169cd97 -C extra-filename=-64697c3f9169cd97 --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-895d1d5581d5efcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16602024-06-04T10:24:20.618Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5001bcccabd27358/build-script-build`
16612024-06-04T10:24:20.647Z Compiling tracing-core v0.1.32
16622024-06-04T10:24:20.672Z Running `/home/build/.rustup/toolchains/1.78.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=4090540935a66d13 -C extra-filename=-4090540935a66d13 --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-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-06-04T10:24:20.752Z Compiling rustix v0.38.34
16642024-06-04T10:24:20.785Z Running `/home/build/.rustup/toolchains/1.78.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.34/build.rs --error-format=json --json=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="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=d971cc53717d749f -C extra-filename=-d971cc53717d749f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-06-04T10:24:21.257Z Compiling regex-automata v0.4.6
16662024-06-04T10:24:21.282Z Running `/home/build/.rustup/toolchains/1.78.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.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="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=b328ca2e85c26ba1 -C extra-filename=-b328ca2e85c26ba1 --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-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-06-04T10:24:21.380Z Compiling rand_chacha v0.3.1
16682024-06-04T10:24:21.405Z Running `/home/build/.rustup/toolchains/1.78.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=d007674366a49271 -C extra-filename=-d007674366a49271 --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-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-06-04T10:24:21.455Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f/build-script-build`
16702024-06-04T10:24:21.573Z Compiling errno v0.3.9
16712024-06-04T10:24:21.598Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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="std"' -C metadata=3cfcd26b9cc4ed8f -C extra-filename=-3cfcd26b9cc4ed8f --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-06-04T10:24:21.776Z Compiling heck v0.4.1
16732024-06-04T10:24:21.801Z Running `/home/build/.rustup/toolchains/1.78.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=791557af361405da -C extra-filename=-791557af361405da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-06-04T10:24:21.894Z Compiling percent-encoding v2.3.1
16752024-06-04T10:24:21.920Z Running `/home/build/.rustup/toolchains/1.78.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=22869783781f7a70 -C extra-filename=-22869783781f7a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16762024-06-04T10:24:22.170Z Compiling serde_derive_internals v0.29.1
16772024-06-04T10:24:22.195Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.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=b71b32369c3fd3e8 -C extra-filename=-b71b32369c3fd3e8 --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-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16782024-06-04T10:24:22.220Z Compiling rand v0.8.5
16792024-06-04T10:24:22.220Z Running `/home/build/.rustup/toolchains/1.78.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=26edd622f87e2dfc -C extra-filename=-26edd622f87e2dfc --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-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-06-04T10:24:22.987Z Compiling spin v0.9.8
16812024-06-04T10:24:23.018Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /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=a84cf16555a1e5a6 -C extra-filename=-a84cf16555a1e5a6 --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-fb5654d251dbf08f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16822024-06-04T10:24:23.099Z Compiling form_urlencoded v1.2.1
16832024-06-04T10:24:23.124Z Running `/home/build/.rustup/toolchains/1.78.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=8558f77493471e37 -C extra-filename=-8558f77493471e37 --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-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-06-04T10:24:23.382Z Compiling httparse v1.8.0
16852024-06-04T10:24:23.408Z Running `/home/build/.rustup/toolchains/1.78.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=b68e58fa5461d0d8 -C extra-filename=-b68e58fa5461d0d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-06-04T10:24:23.435Z Compiling time-core v0.1.2
16872024-06-04T10:24:23.435Z Running `/home/build/.rustup/toolchains/1.78.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=d2b471122a3172da -C extra-filename=-d2b471122a3172da --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:23.560Z Compiling powerfmt v0.2.0
16892024-06-04T10:24:23.585Z Running `/home/build/.rustup/toolchains/1.78.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=f3e7a811e4790277 -C extra-filename=-f3e7a811e4790277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-06-04T10:24:23.787Z Compiling num-conv v0.1.0
16912024-06-04T10:24:23.826Z Running `/home/build/.rustup/toolchains/1.78.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=19b41fa3adeceefc -C extra-filename=-19b41fa3adeceefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-06-04T10:24:23.826Z Compiling deranged v0.3.11
16932024-06-04T10:24:23.826Z Running `/home/build/.rustup/toolchains/1.78.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=65b34d074ad7f278 -C extra-filename=-65b34d074ad7f278 --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-f3e7a811e4790277.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-06-04T10:24:23.919Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8/build-script-build`
16952024-06-04T10:24:23.944Z Compiling ring v0.17.8
16962024-06-04T10:24:23.944Z Running `/home/build/.rustup/toolchains/1.78.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=dae6dd42be0e067a -C extra-filename=-dae6dd42be0e067a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-06-04T10:24:23.970Z Compiling num_threads v0.1.7
16982024-06-04T10:24:23.998Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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=34892b26c1f551f0 -C extra-filename=-34892b26c1f551f0 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:24.038Z Compiling time-macros v0.2.18
17002024-06-04T10:24:24.063Z Running `/home/build/.rustup/toolchains/1.78.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.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --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=cb692b1ed7aa2065 -C extra-filename=-cb692b1ed7aa2065 --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-19b41fa3adeceefc.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17012024-06-04T10:24:24.098Z Running `/home/build/.rustup/toolchains/1.78.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=374f7bdcf7d21587 -C extra-filename=-374f7bdcf7d21587 --out-dir /work/oxidecomputer/omicron/target/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`
17022024-06-04T10:24:24.492Z Compiling idna v0.5.0
17032024-06-04T10:24:24.517Z Running `/home/build/.rustup/toolchains/1.78.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=675744463e840421 -C extra-filename=-675744463e840421 --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-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17042024-06-04T10:24:25.067Z Compiling unicode-width v0.1.12
17052024-06-04T10:24:25.104Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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 --cfg 'feature="default"' -C metadata=03d269933db56fd2 -C extra-filename=-03d269933db56fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-06-04T10:24:25.104Z Compiling untrusted v0.9.0
17072024-06-04T10:24:25.104Z Running `/home/build/.rustup/toolchains/1.78.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=8af25f1ae3ed7de4 -C extra-filename=-8af25f1ae3ed7de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-06-04T10:24:25.104Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a/build-script-build`
17092024-06-04T10:24:25.104Z Compiling either v1.12.0
17102024-06-04T10:24:25.104Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c6ebce9b8f2b7960 -C extra-filename=-c6ebce9b8f2b7960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-06-04T10:24:25.376Z Compiling url v2.5.0
17122024-06-04T10:24:25.400Z Running `/home/build/.rustup/toolchains/1.78.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=5ae9db4e827001c1 -C extra-filename=-5ae9db4e827001c1 --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-8558f77493471e37.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-675744463e840421.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17132024-06-04T10:24:25.401Z Compiling rustversion v1.0.17
17142024-06-04T10:24:25.401Z Running `/home/build/.rustup/toolchains/1.78.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.17/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=0231db8ead83e2b9 -C extra-filename=-0231db8ead83e2b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17152024-06-04T10:24:25.752Z Compiling regex v1.10.4
17162024-06-04T10:24:25.777Z Running `/home/build/.rustup/toolchains/1.78.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=fcffde8d79cabe6d -C extra-filename=-fcffde8d79cabe6d --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-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-06-04T10:24:26.030Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9/build-script-build`
17182024-06-04T10:24:26.094Z Compiling adler v1.0.2
17192024-06-04T10:24:26.118Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /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=ab02ed3d0c38bd82 -C extra-filename=-ab02ed3d0c38bd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-06-04T10:24:26.295Z Compiling vcpkg v0.2.15
17212024-06-04T10:24:26.319Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /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=f2268884d2898701 -C extra-filename=-f2268884d2898701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17222024-06-04T10:24:26.646Z Compiling slog v2.7.0
17232024-06-04T10:24:26.670Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=f19229a953384392 -C extra-filename=-f19229a953384392 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17242024-06-04T10:24:26.830Z Compiling time v0.3.36
17252024-06-04T10:24:26.854Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --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=3a595e0835c9418a -C extra-filename=-3a595e0835c9418a --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-65b34d074ad7f278.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-19b41fa3adeceefc.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-34892b26c1f551f0.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-f3e7a811e4790277.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-06-04T10:24:26.971Z Compiling miniz_oxide v0.7.2
17272024-06-04T10:24:27.003Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-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=0a57369393f833e2 -C extra-filename=-0a57369393f833e2 --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-ab02ed3d0c38bd82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17282024-06-04T10:24:27.128Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392/build-script-build`
17292024-06-04T10:24:27.204Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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 -C metadata=ff404895282bf39c -C extra-filename=-ff404895282bf39c --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`
17302024-06-04T10:24:27.448Z Running `/home/build/.rustup/toolchains/1.78.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=7f4db6d592aed0d9 -C extra-filename=-7f4db6d592aed0d9 --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-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
17312024-06-04T10:24:28.065Z Compiling serde_derive v1.0.203
17322024-06-04T10:24:28.101Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.203/src/lib.rs --error-format=json --json=diagnostic-rendered-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=68d9cf65ea7a6bc6 -C extra-filename=-68d9cf65ea7a6bc6 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-06-04T10:24:28.194Z Compiling zerocopy-derive v0.7.34
17342024-06-04T10:24:28.240Z Running `/home/build/.rustup/toolchains/1.78.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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21dc429e3976a2f8 -C extra-filename=-21dc429e3976a2f8 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-06-04T10:24:28.328Z Compiling zeroize_derive v1.4.2
17362024-06-04T10:24:28.353Z Running `/home/build/.rustup/toolchains/1.78.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=3fe78c6c7e6734ce -C extra-filename=-3fe78c6c7e6734ce --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-06-04T10:24:28.632Z Compiling thiserror-impl v1.0.60
17382024-06-04T10:24:28.656Z Running `/home/build/.rustup/toolchains/1.78.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.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc437a6b43780f2d -C extra-filename=-bc437a6b43780f2d --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-06-04T10:24:29.755Z Compiling tokio-macros v2.2.0
17402024-06-04T10:24:29.779Z Running `/home/build/.rustup/toolchains/1.78.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=7bfcf584fb6b76cd -C extra-filename=-7bfcf584fb6b76cd --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-06-04T10:24:29.803Z Compiling zeroize v1.7.0
17422024-06-04T10:24:29.804Z Running `/home/build/.rustup/toolchains/1.78.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=07a93449407c39c2 -C extra-filename=-07a93449407c39c2 --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-3fe78c6c7e6734ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17432024-06-04T10:24:30.113Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /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=c30fc5b0644f3206 -C extra-filename=-c30fc5b0644f3206 --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-4b070c3f889b95c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
17442024-06-04T10:24:30.300Z Compiling zerocopy v0.7.34
17452024-06-04T10:24:30.325Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=76d1243ed8074ece -C extra-filename=-76d1243ed8074ece --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-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-21dc429e3976a2f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-06-04T10:24:30.707Z Compiling futures-macro v0.3.30
17472024-06-04T10:24:30.732Z Running `/home/build/.rustup/toolchains/1.78.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=8084be62cdc971fd -C extra-filename=-8084be62cdc971fd --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-06-04T10:24:31.273Z Compiling crypto-common v0.1.6
17492024-06-04T10:24:31.297Z Running `/home/build/.rustup/toolchains/1.78.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=469342026b890081 -C extra-filename=-469342026b890081 --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-c30fc5b0644f3206.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b070c3f889b95c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-06-04T10:24:31.321Z Compiling block-buffer v0.10.4
17512024-06-04T10:24:31.321Z Running `/home/build/.rustup/toolchains/1.78.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=d7bce9266708b706 -C extra-filename=-d7bce9266708b706 --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-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-06-04T10:24:31.346Z Compiling tracing-attributes v0.1.27
17532024-06-04T10:24:31.346Z Running `/home/build/.rustup/toolchains/1.78.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=c3faa0b05e63d3a9 -C extra-filename=-c3faa0b05e63d3a9 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-06-04T10:24:31.884Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5929b7079a2c0d9 -C extra-filename=-f5929b7079a2c0d9 --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-bc437a6b43780f2d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
17552024-06-04T10:24:31.918Z Compiling schemars_derive v0.8.20
17562024-06-04T10:24:31.918Z Running `/home/build/.rustup/toolchains/1.78.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.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=58537b656fb3b5e9 -C extra-filename=-58537b656fb3b5e9 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b71b32369c3fd3e8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17572024-06-04T10:24:31.918Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=6163d56a4d54cf7e -C extra-filename=-6163d56a4d54cf7e --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-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
17582024-06-04T10:24:31.918Z Compiling digest v0.10.7
17592024-06-04T10:24:31.918Z Running `/home/build/.rustup/toolchains/1.78.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=eaca827472c55861 -C extra-filename=-eaca827472c55861 --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-d7bce9266708b706.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17602024-06-04T10:24:31.919Z Compiling openssl-sys v0.9.102
17612024-06-04T10:24:31.919Z Running `/home/build/.rustup/toolchains/1.78.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.102/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33ed2822f879be84 -C extra-filename=-33ed2822f879be84 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-33ed2822f879be84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-f2268884d2898701.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17622024-06-04T10:24:32.025Z Compiling hashbrown v0.14.5
17632024-06-04T10:24:32.049Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=4826ff5533775fa1 -C extra-filename=-4826ff5533775fa1 --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-6163d56a4d54cf7e.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-e0639e5ace3a65a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17642024-06-04T10:24:32.077Z Compiling try-lock v0.2.5
17652024-06-04T10:24:32.101Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52288cb1600a9b63 -C extra-filename=-52288cb1600a9b63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17662024-06-04T10:24:32.149Z Compiling base64 v0.21.7
17672024-06-04T10:24:32.173Z Running `/home/build/.rustup/toolchains/1.78.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=bfc5ed6832fe4205 -C extra-filename=-bfc5ed6832fe4205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-06-04T10:24:32.214Z Compiling heck v0.5.0
17692024-06-04T10:24:32.239Z Running `/home/build/.rustup/toolchains/1.78.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=98930e4cc72f023e -C extra-filename=-98930e4cc72f023e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-06-04T10:24:32.541Z Compiling futures-util v0.3.30
17712024-06-04T10:24:32.566Z Running `/home/build/.rustup/toolchains/1.78.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=708cbd8ae01528fb -C extra-filename=-708cbd8ae01528fb --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-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-8084be62cdc971fd.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0b6d4576f055e0dd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17722024-06-04T10:24:32.594Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-33ed2822f879be84/build-script-main`
17732024-06-04T10:24:32.649Z Compiling want v0.3.1
17742024-06-04T10:24:32.674Z Running `/home/build/.rustup/toolchains/1.78.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=0dfc4878d281d11a -C extra-filename=-0dfc4878d281d11a --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-52288cb1600a9b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-06-04T10:24:32.674Z Compiling async-trait v0.1.80
17762024-06-04T10:24:32.674Z Running `/home/build/.rustup/toolchains/1.78.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.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b47b0ad828ebbf1 -C extra-filename=-8b47b0ad828ebbf1 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-06-04T10:24:32.798Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /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=b70d90a376f7e844 -C extra-filename=-b70d90a376f7e844 --out-dir /work/oxidecomputer/omicron/target/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`
17782024-06-04T10:24:32.938Z Compiling tower-service v0.3.2
17792024-06-04T10:24:32.962Z Running `/home/build/.rustup/toolchains/1.78.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=c487c8735147c6c5 -C extra-filename=-c487c8735147c6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17802024-06-04T10:24:33.057Z Compiling httpdate v1.0.3
17812024-06-04T10:24:33.081Z Running `/home/build/.rustup/toolchains/1.78.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=9a593ee1b17490e8 -C extra-filename=-9a593ee1b17490e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17822024-06-04T10:24:33.230Z Compiling base64ct v1.6.0
17832024-06-04T10:24:33.254Z Running `/home/build/.rustup/toolchains/1.78.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=96ee31262a117aa9 -C extra-filename=-96ee31262a117aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-06-04T10:24:33.509Z Compiling ucd-trie v0.1.6
17852024-06-04T10:24:33.533Z Running `/home/build/.rustup/toolchains/1.78.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=c65906f2bde6c412 -C extra-filename=-c65906f2bde6c412 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:33.583Z Compiling openssl-probe v0.1.5
17872024-06-04T10:24:33.611Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /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=0ad62ea66a01c868 -C extra-filename=-0ad62ea66a01c868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17882024-06-04T10:24:33.788Z Compiling pest v2.7.10
17892024-06-04T10:24:33.817Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.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="memchr"' --cfg 'feature="std"' -C metadata=70d20cdffb66ff19 -C extra-filename=-70d20cdffb66ff19 --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-d9b2ede3219a3f1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-c65906f2bde6c412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-06-04T10:24:33.891Z Compiling foreign-types-shared v0.1.1
17912024-06-04T10:24:33.916Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /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=bc035bfc41bc9c76 -C extra-filename=-bc035bfc41bc9c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17922024-06-04T10:24:34.003Z Compiling openssl v0.10.64
17932024-06-04T10:24:34.028Z Running `/home/build/.rustup/toolchains/1.78.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.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=322e0cb3647e37e1 -C extra-filename=-322e0cb3647e37e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-322e0cb3647e37e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-06-04T10:24:34.077Z Compiling foreign-types v0.3.2
17952024-06-04T10:24:34.102Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /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=54d620cccad1afc5 -C extra-filename=-54d620cccad1afc5 --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-bc035bfc41bc9c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-06-04T10:24:34.173Z Running `/home/build/.rustup/toolchains/1.78.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.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5fa10a87a4478be -C extra-filename=-a5fa10a87a4478be --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-9e9eff94c6618bbf.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`
17972024-06-04T10:24:34.386Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-322e0cb3647e37e1/build-script-build`
17982024-06-04T10:24:34.415Z Compiling openssl-macros v0.1.1
17992024-06-04T10:24:34.452Z Running `/home/build/.rustup/toolchains/1.78.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=f42e35ef2253facd -C extra-filename=-f42e35ef2253facd --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-06-04T10:24:34.511Z Compiling backtrace v0.3.71
18012024-06-04T10:24:34.535Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=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=5ec7fdb506f70d5d -C extra-filename=-5ec7fdb506f70d5d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18022024-06-04T10:24:34.782Z Compiling tracing v0.1.40
18032024-06-04T10:24:34.806Z Running `/home/build/.rustup/toolchains/1.78.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=2e17325f08e11d93 -C extra-filename=-2e17325f08e11d93 --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-a206aa3e5ae8d451.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-c3faa0b05e63d3a9.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-4090540935a66d13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18042024-06-04T10:24:34.949Z Compiling gimli v0.28.1
18052024-06-04T10:24:34.973Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs --error-format=json --json=diagnostic-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=a34ddd72889326b9 -C extra-filename=-a34ddd72889326b9 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:35.053Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=820c2ce8c834bb45 -C extra-filename=-820c2ce8c834bb45 --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-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18072024-06-04T10:24:35.186Z Compiling crossbeam-utils v0.8.19
18082024-06-04T10:24:35.210Z Running `/home/build/.rustup/toolchains/1.78.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=bdd76902b9dc9574 -C extra-filename=-bdd76902b9dc9574 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-06-04T10:24:35.248Z Compiling ipnet v2.9.0
18102024-06-04T10:24:35.272Z Running `/home/build/.rustup/toolchains/1.78.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=a311a60ce806e489 -C extra-filename=-a311a60ce806e489 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:35.296Z Compiling mime v0.3.17
18122024-06-04T10:24:35.296Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /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=6ed43d208ee9dad1 -C extra-filename=-6ed43d208ee9dad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-06-04T10:24:35.320Z Compiling strsim v0.11.1
18142024-06-04T10:24:35.320Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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=6ea71400cff95591 -C extra-filename=-6ea71400cff95591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-06-04T10:24:35.750Z Compiling pest_meta v2.7.10
18162024-06-04T10:24:35.774Z Running `/home/build/.rustup/toolchains/1.78.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.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"' -C metadata=7cda3fc099223de9 -C extra-filename=-7cda3fc099223de9 --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-646417322ca33c73.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-70d20cdffb66ff19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-06-04T10:24:35.802Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574/build-script-build`
18182024-06-04T10:24:35.832Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d/build-script-build`
18192024-06-04T10:24:35.863Z Compiling object v0.32.2
18202024-06-04T10:24:35.887Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-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"' --cfg 'feature="xcoff"' -C metadata=340f589c74ad0544 -C extra-filename=-340f589c74ad0544 --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-06-04T10:24:36.113Z Compiling rustc-demangle v0.1.24
18222024-06-04T10:24:36.138Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.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=41c64ee615aff3ba -C extra-filename=-41c64ee615aff3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-06-04T10:24:36.197Z Compiling native-tls v0.2.11
18242024-06-04T10:24:36.222Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=dd402baa13a09a10 -C extra-filename=-dd402baa13a09a10 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-06-04T10:24:36.309Z Compiling anyhow v1.0.86
18262024-06-04T10:24:36.333Z Running `/home/build/.rustup/toolchains/1.78.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.86/build.rs --error-format=json --json=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=3526ed6e7ec9351c -C extra-filename=-3526ed6e7ec9351c --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18272024-06-04T10:24:36.506Z Compiling rustls v0.21.12
18282024-06-04T10:24:36.531Z Running `/home/build/.rustup/toolchains/1.78.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=bc80f71c69e9b6e8 -C extra-filename=-bc80f71c69e9b6e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18292024-06-04T10:24:36.775Z Compiling pest_generator v2.7.10
18302024-06-04T10:24:36.800Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=8698877b05634c74 -C extra-filename=-8698877b05634c74 --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-70d20cdffb66ff19.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7cda3fc099223de9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-06-04T10:24:36.836Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c/build-script-build`
18322024-06-04T10:24:36.943Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8/build-script-build`
18332024-06-04T10:24:36.975Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10/build-script-build`
18342024-06-04T10:24:37.004Z Running `/home/build/.rustup/toolchains/1.78.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=a68a0ba69dfbf991 -C extra-filename=-a68a0ba69dfbf991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-06-04T10:24:37.103Z Compiling rustls-webpki v0.101.7
18362024-06-04T10:24:37.127Z Running `/home/build/.rustup/toolchains/1.78.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=fab874de416965c2 -C extra-filename=-fab874de416965c2 --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-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
18372024-06-04T10:24:37.712Z Compiling futures-executor v0.3.30
18382024-06-04T10:24:37.736Z Running `/home/build/.rustup/toolchains/1.78.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=b0c093100e57aea3 -C extra-filename=-b0c093100e57aea3 --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-4a234987197be9fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-06-04T10:24:38.088Z Compiling futures v0.3.30
18402024-06-04T10:24:38.112Z Running `/home/build/.rustup/toolchains/1.78.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=24884ce4024aab08 -C extra-filename=-24884ce4024aab08 --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-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b0c093100e57aea3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18412024-06-04T10:24:38.261Z Compiling addr2line v0.21.0
18422024-06-04T10:24:38.261Z Running `/home/build/.rustup/toolchains/1.78.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=b47b77a41795fa3e -C extra-filename=-b47b77a41795fa3e --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-a34ddd72889326b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-06-04T10:24:38.296Z Compiling sct v0.7.1
18442024-06-04T10:24:38.321Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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=a9d2e0700c181c92 -C extra-filename=-a9d2e0700c181c92 --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-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
18452024-06-04T10:24:38.438Z Compiling cookie v0.17.0
18462024-06-04T10:24:38.462Z Running `/home/build/.rustup/toolchains/1.78.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=a372cc94cab348de -C extra-filename=-a372cc94cab348de --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-06-04T10:24:38.574Z Compiling winnow v0.5.40
18482024-06-04T10:24:38.600Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4cd269434c2124b -C extra-filename=-e4cd269434c2124b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-06-04T10:24:38.731Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=611c160b97485b6b -C extra-filename=-611c160b97485b6b --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-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fab874de416965c2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-a9d2e0700c181c92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
18502024-06-04T10:24:38.755Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de/build-script-build`
18512024-06-04T10:24:38.816Z Compiling pem-rfc7468 v0.7.0
18522024-06-04T10:24:38.840Z Running `/home/build/.rustup/toolchains/1.78.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=39678f3abe8ee19d -C extra-filename=-39678f3abe8ee19d --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-96ee31262a117aa9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18532024-06-04T10:24:38.840Z Compiling der_derive v0.7.2
18542024-06-04T10:24:38.840Z Running `/home/build/.rustup/toolchains/1.78.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=3201ff31dd16476d -C extra-filename=-3201ff31dd16476d --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-06-04T10:24:38.926Z Compiling idna v0.3.0
18562024-06-04T10:24:38.950Z Running `/home/build/.rustup/toolchains/1.78.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=38f8b4c0736aef15 -C extra-filename=-38f8b4c0736aef15 --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-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18572024-06-04T10:24:39.471Z Compiling encoding_rs v0.8.34
18582024-06-04T10:24:39.495Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' -C metadata=cb93baec212052e7 -C extra-filename=-cb93baec212052e7 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18592024-06-04T10:24:39.994Z Compiling bytes v1.6.0
18602024-06-04T10:24:40.019Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=4c4fe9871302af71 -C extra-filename=-4c4fe9871302af71 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-06-04T10:24:40.105Z Running `/home/build/.rustup/toolchains/1.78.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.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=465132f3f6f81b89 -C extra-filename=-465132f3f6f81b89 --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-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
18622024-06-04T10:24:40.163Z Compiling bitflags v2.5.0
18632024-06-04T10:24:40.187Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="serde"' --cfg 'feature="std"' -C metadata=3aa8a2c4fb2b2dd9 -C extra-filename=-3aa8a2c4fb2b2dd9 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-06-04T10:24:40.523Z Compiling indexmap v2.2.6
18652024-06-04T10:24:40.547Z Running `/home/build/.rustup/toolchains/1.78.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=85fe8b34d5818712 -C extra-filename=-85fe8b34d5818712 --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-7908cf90c6ce7643.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18662024-06-04T10:24:41.018Z Compiling tokio v1.37.0
18672024-06-04T10:24:41.043Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=36a1cc2998aaf01b -C extra-filename=-36a1cc2998aaf01b --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-4c4fe9871302af71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-542485ea2f901d76.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7bfcf584fb6b76cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18682024-06-04T10:24:41.043Z Compiling chrono v0.4.38
18692024-06-04T10:24:41.067Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=ffb435b01cf406b3 -C extra-filename=-ffb435b01cf406b3 --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-dc7fd02d5aaff25a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-06-04T10:24:41.569Z Compiling uuid v1.8.0
18712024-06-04T10:24:41.595Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=87c4e8b2c0f2b8e3 -C extra-filename=-87c4e8b2c0f2b8e3 --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-84b0b01dae64acc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18722024-06-04T10:24:41.639Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=452f460e0884e8de -C extra-filename=-452f460e0884e8de --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-06-04T10:24:41.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=7c528e277d2672f3 -C extra-filename=-7c528e277d2672f3 --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-3aa8a2c4fb2b2dd9.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3cfcd26b9cc4ed8f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18742024-06-04T10:24:42.263Z Compiling http v0.2.12
18752024-06-04T10:24:42.287Z Running `/home/build/.rustup/toolchains/1.78.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=2f6144cc237d078b -C extra-filename=-2f6144cc237d078b --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-4c4fe9871302af71.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-06-04T10:24:42.644Z Compiling toml_datetime v0.6.6
18772024-06-04T10:24:42.669Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=2ca70ed40e4f4725 -C extra-filename=-2ca70ed40e4f4725 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-06-04T10:24:42.714Z Compiling serde_spanned v0.6.6
18792024-06-04T10:24:42.738Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=c6da00829e3f793c -C extra-filename=-c6da00829e3f793c --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-06-04T10:24:42.927Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=be9efc8591410730 -C extra-filename=-be9efc8591410730 --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-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-58537b656fb3b5e9.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
18812024-06-04T10:24:43.017Z Compiling serde_tokenstream v0.2.0
18822024-06-04T10:24:43.041Z Running `/home/build/.rustup/toolchains/1.78.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=43be38bd7aabbd14 -C extra-filename=-43be38bd7aabbd14 --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-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18832024-06-04T10:24:43.074Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=cff019792d5aa2ff -C extra-filename=-cff019792d5aa2ff --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-3aa8a2c4fb2b2dd9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-f42e35ef2253facd.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.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`
18842024-06-04T10:24:43.508Z Compiling http-body v0.4.6
18852024-06-04T10:24:43.532Z Running `/home/build/.rustup/toolchains/1.78.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.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=5ada564f449a0f17 -C extra-filename=-5ada564f449a0f17 --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-4c4fe9871302af71.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18862024-06-04T10:24:43.891Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=0dcfa2ff3f409e5c -C extra-filename=-0dcfa2ff3f409e5c --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-b47b77a41795fa3e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-340f589c74ad0544.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-41c64ee615aff3ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-06-04T10:24:44.078Z Compiling pest_derive v2.7.10
18882024-06-04T10:24:44.103Z Running `/home/build/.rustup/toolchains/1.78.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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-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=e760427803ceb8a6 -C extra-filename=-e760427803ceb8a6 --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-70d20cdffb66ff19.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8698877b05634c74.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18892024-06-04T10:24:44.103Z Compiling toml_edit v0.19.15
18902024-06-04T10:24:44.136Z Running `/home/build/.rustup/toolchains/1.78.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=5ebcc46274e75cd7 -C extra-filename=-5ebcc46274e75cd7 --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-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e4cd269434c2124b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-06-04T10:24:44.386Z Compiling serde_urlencoded v0.7.1
18922024-06-04T10:24:44.410Z Running `/home/build/.rustup/toolchains/1.78.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=cbe51ef47ffa2b0d -C extra-filename=-cbe51ef47ffa2b0d --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-8558f77493471e37.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-06-04T10:24:44.835Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-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=3c29e5bf0859ca58 -C extra-filename=-3c29e5bf0859ca58 --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-0dcfa2ff3f409e5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
18942024-06-04T10:24:44.893Z Compiling psl-types v2.0.11
18952024-06-04T10:24:44.917Z Running `/home/build/.rustup/toolchains/1.78.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=37a7ed7204f9aba7 -C extra-filename=-37a7ed7204f9aba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18962024-06-04T10:24:45.065Z Compiling flagset v0.4.5
18972024-06-04T10:24:45.089Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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=78047bb16dad56ca -C extra-filename=-78047bb16dad56ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18982024-06-04T10:24:45.251Z Compiling utf8parse v0.2.1
18992024-06-04T10:24:45.276Z Running `/home/build/.rustup/toolchains/1.78.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=1145d37920d1b3a9 -C extra-filename=-1145d37920d1b3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-06-04T10:24:45.397Z Compiling der v0.7.9
19012024-06-04T10:24:45.422Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.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="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=f60248ae21ce4171 -C extra-filename=-f60248ae21ce4171 --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-e1a935d3d543cf79.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-3201ff31dd16476d.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-78047bb16dad56ca.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19022024-06-04T10:24:45.621Z Compiling publicsuffix v2.2.3
19032024-06-04T10:24:45.648Z Running `/home/build/.rustup/toolchains/1.78.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=d9996439499333bf -C extra-filename=-d9996439499333bf --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-38f8b4c0736aef15.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-37a7ed7204f9aba7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19042024-06-04T10:24:45.837Z Compiling rustc_version v0.4.0
19052024-06-04T10:24:45.861Z Running `/home/build/.rustup/toolchains/1.78.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=872d493ff49999a4 -C extra-filename=-872d493ff49999a4 --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-452f460e0884e8de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-06-04T10:24:46.111Z Running `/home/build/.rustup/toolchains/1.78.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=39525b1a9bdc82b9 -C extra-filename=-39525b1a9bdc82b9 --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-22869783781f7a70.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-06-04T10:24:46.172Z Compiling thread-id v4.2.1
19082024-06-04T10:24:46.197Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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=2764545db271fd37 -C extra-filename=-2764545db271fd37 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-06-04T10:24:46.294Z Compiling rustls-pemfile v1.0.4
19102024-06-04T10:24:46.319Z Running `/home/build/.rustup/toolchains/1.78.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.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=1869657d36c282d4 -C extra-filename=-1869657d36c282d4 --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-bfc5ed6832fe4205.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19112024-06-04T10:24:46.566Z Compiling cookie_store v0.20.0
19122024-06-04T10:24:46.591Z Running `/home/build/.rustup/toolchains/1.78.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=20b98506696ce234 -C extra-filename=-20b98506696ce234 --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-39525b1a9bdc82b9.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-38f8b4c0736aef15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-d9996439499333bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19132024-06-04T10:24:46.718Z Compiling data-encoding v2.6.0
19142024-06-04T10:24:46.742Z Running `/home/build/.rustup/toolchains/1.78.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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ec823a0340677e83 -C extra-filename=-ec823a0340677e83 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:46.944Z Compiling bitflags v1.3.2
19162024-06-04T10:24:46.968Z Running `/home/build/.rustup/toolchains/1.78.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=69ae6b86f325c5cb -C extra-filename=-69ae6b86f325c5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-06-04T10:24:47.052Z Compiling anstyle v1.0.7
19182024-06-04T10:24:47.077Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9cdfe1db1ea1f39e -C extra-filename=-9cdfe1db1ea1f39e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19192024-06-04T10:24:47.180Z Compiling spki v0.7.3
19202024-06-04T10:24:47.204Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-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="pem"' --cfg 'feature="std"' -C metadata=617be5101ba4ab21 -C extra-filename=-617be5101ba4ab21 --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-f60248ae21ce4171.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19212024-06-04T10:24:47.463Z Compiling unicode-xid v0.2.4
19222024-06-04T10:24:47.487Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /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=3eecf52f7e4e3d74 -C extra-filename=-3eecf52f7e4e3d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19232024-06-04T10:24:47.537Z Compiling sync_wrapper v0.1.2
19242024-06-04T10:24:47.561Z Running `/home/build/.rustup/toolchains/1.78.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=981a692718d63d9b -C extra-filename=-981a692718d63d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-06-04T10:24:47.635Z Compiling tokio-util v0.7.11
19262024-06-04T10:24:47.660Z Running `/home/build/.rustup/toolchains/1.78.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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' -C metadata=2bae00d0c3d895c0 -C extra-filename=-2bae00d0c3d895c0 --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-4c4fe9871302af71.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-06-04T10:24:47.684Z Compiling tokio-rustls v0.24.1
19282024-06-04T10:24:47.684Z Running `/home/build/.rustup/toolchains/1.78.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=92b6c34662898af0 -C extra-filename=-92b6c34662898af0 --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-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
19292024-06-04T10:24:47.944Z Compiling webpki-roots v0.25.4
19302024-06-04T10:24:47.968Z Running `/home/build/.rustup/toolchains/1.78.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.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=6df8bfb5008e02b0 -C extra-filename=-6df8bfb5008e02b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-06-04T10:24:48.077Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /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=fde4809a4b70dc50 -C extra-filename=-fde4809a4b70dc50 --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-a206aa3e5ae8d451.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.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`
19322024-06-04T10:24:48.101Z Compiling openapiv3 v2.0.0
19332024-06-04T10:24:48.125Z Running `/home/build/.rustup/toolchains/1.78.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=1dd61003af64f293 -C extra-filename=-1dd61003af64f293 --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-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19342024-06-04T10:24:48.368Z Compiling sha2 v0.10.8
19352024-06-04T10:24:48.393Z Running `/home/build/.rustup/toolchains/1.78.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=c7d7a53cc449c24d -C extra-filename=-c7d7a53cc449c24d --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19362024-06-04T10:24:48.675Z Compiling h2 v0.3.26
19372024-06-04T10:24:48.699Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70a5e5c22977a48d -C extra-filename=-70a5e5c22977a48d --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-4c4fe9871302af71.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19382024-06-04T10:24:48.843Z Compiling tokio-native-tls v0.3.1
19392024-06-04T10:24:48.867Z Running `/home/build/.rustup/toolchains/1.78.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=a2a2dead97d4c9f0 -C extra-filename=-a2a2dead97d4c9f0 --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-fde4809a4b70dc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
19402024-06-04T10:24:48.943Z Compiling scroll_derive v0.12.0
19412024-06-04T10:24:48.969Z Running `/home/build/.rustup/toolchains/1.78.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=0647721430415150 -C extra-filename=-0647721430415150 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19422024-06-04T10:24:49.087Z Compiling pkcs8 v0.10.2
19432024-06-04T10:24:49.112Z Running `/home/build/.rustup/toolchains/1.78.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=0a9b5b4bf2e20dfa -C extra-filename=-0a9b5b4bf2e20dfa --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-f60248ae21ce4171.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19442024-06-04T10:24:49.560Z Compiling hmac v0.12.1
19452024-06-04T10:24:49.585Z Running `/home/build/.rustup/toolchains/1.78.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=cd18b5466500dc52 -C extra-filename=-cd18b5466500dc52 --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-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-06-04T10:24:49.777Z Compiling plain v0.2.3
19472024-06-04T10:24:49.803Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /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=f0823be5812d4fcc -C extra-filename=-f0823be5812d4fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-06-04T10:24:49.916Z Compiling bit-vec v0.6.3
19492024-06-04T10:24:49.939Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /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=7ab01f8821dfd213 -C extra-filename=-7ab01f8821dfd213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19502024-06-04T10:24:50.291Z Compiling crc32fast v1.4.0
19512024-06-04T10:24:50.315Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.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=c699cf63ed344068 -C extra-filename=-c699cf63ed344068 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-06-04T10:24:50.338Z Compiling scroll v0.12.0
19532024-06-04T10:24:50.362Z Running `/home/build/.rustup/toolchains/1.78.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=bf3595124d6fdc3a -C extra-filename=-bf3595124d6fdc3a --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-0647721430415150.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-06-04T10:24:50.362Z Compiling anstyle-parse v0.2.4
19552024-06-04T10:24:50.387Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=f61d0a1c900d71dc -C extra-filename=-f61d0a1c900d71dc --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-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-06-04T10:24:50.645Z Compiling num-integer v0.1.46
19572024-06-04T10:24:50.669Z Running `/home/build/.rustup/toolchains/1.78.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=6f07fa01fde21d6b -C extra-filename=-6f07fa01fde21d6b --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-06-04T10:24:50.750Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068/build-script-build`
19592024-06-04T10:24:50.798Z Compiling goblin v0.8.2
19602024-06-04T10:24:50.824Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=a0c026ad922e9d3d -C extra-filename=-a0c026ad922e9d3d --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-a206aa3e5ae8d451.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-f0823be5812d4fcc.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-bf3595124d6fdc3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-06-04T10:24:50.824Z Compiling usdt-impl v0.5.0
19622024-06-04T10:24:50.848Z Running `/home/build/.rustup/toolchains/1.78.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=beb49674faa1392d -C extra-filename=-beb49674faa1392d --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-06-04T10:24:50.873Z Compiling anstyle-query v1.0.3
19642024-06-04T10:24:50.873Z Compiling pretty-hex v0.4.1
19652024-06-04T10:24:50.873Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=94cebae1470990a5 -C extra-filename=-94cebae1470990a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19662024-06-04T10:24:50.873Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /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=4c07280b1303a8bc -C extra-filename=-4c07280b1303a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-06-04T10:24:50.998Z Compiling colorchoice v1.0.1
19682024-06-04T10:24:51.023Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=fe326407f55ebd6f -C extra-filename=-fe326407f55ebd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-06-04T10:24:51.072Z Compiling is_terminal_polyfill v1.70.0
19702024-06-04T10:24:51.096Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --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::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' -C metadata=46a9d580cb2c6a4f -C extra-filename=-46a9d580cb2c6a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-06-04T10:24:51.138Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d/build-script-build`
19722024-06-04T10:24:51.188Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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=b93e8dcfe84d9fec -C extra-filename=-b93e8dcfe84d9fec --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
19732024-06-04T10:24:51.212Z Compiling anstream v0.6.14
19742024-06-04T10:24:51.239Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=645ce823ca29e069 -C extra-filename=-645ce823ca29e069 --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-9cdfe1db1ea1f39e.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-f61d0a1c900d71dc.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-94cebae1470990a5.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-fe326407f55ebd6f.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-46a9d580cb2c6a4f.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-06-04T10:24:51.276Z Compiling dtrace-parser v0.2.0
19762024-06-04T10:24:51.276Z Running `/home/build/.rustup/toolchains/1.78.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=2577da81d307c7f6 -C extra-filename=-2577da81d307c7f6 --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-70d20cdffb66ff19.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e760427803ceb8a6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-06-04T10:24:51.327Z Compiling terminal_size v0.3.0
19782024-06-04T10:24:51.351Z Running `/home/build/.rustup/toolchains/1.78.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=f1942c94c3be7ea2 -C extra-filename=-f1942c94c3be7ea2 --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-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19792024-06-04T10:24:51.446Z Compiling block-padding v0.3.3
19802024-06-04T10:24:51.470Z Running `/home/build/.rustup/toolchains/1.78.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=2631b71dd7200523 -C extra-filename=-2631b71dd7200523 --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-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-06-04T10:24:51.511Z Compiling unicode-segmentation v1.11.0
19822024-06-04T10:24:51.535Z Running `/home/build/.rustup/toolchains/1.78.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.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=2afaf9e04f860710 -C extra-filename=-2afaf9e04f860710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-06-04T10:24:51.682Z Compiling clap_lex v0.7.0
19842024-06-04T10:24:51.710Z Running `/home/build/.rustup/toolchains/1.78.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=e246f152970a6192 -C extra-filename=-e246f152970a6192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-06-04T10:24:51.710Z Compiling inout v0.1.3
19862024-06-04T10:24:51.710Z Running `/home/build/.rustup/toolchains/1.78.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=5414d2346777725c -C extra-filename=-5414d2346777725c --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-2631b71dd7200523.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19872024-06-04T10:24:51.827Z Compiling clap_derive v4.5.4
19882024-06-04T10:24:51.851Z Running `/home/build/.rustup/toolchains/1.78.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=153ecb3e59954963 -C extra-filename=-153ecb3e59954963 --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-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-06-04T10:24:51.961Z Compiling clap_builder v4.5.2
19902024-06-04T10:24:51.986Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-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=ea725b54fa142c98 -C extra-filename=-ea725b54fa142c98 --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-645ce823ca29e069.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e246f152970a6192.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f1942c94c3be7ea2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-06-04T10:24:52.119Z Compiling siphasher v0.3.11
19922024-06-04T10:24:52.143Z Running `/home/build/.rustup/toolchains/1.78.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=c19a4622e39c7078 -C extra-filename=-c19a4622e39c7078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19932024-06-04T10:24:52.172Z Compiling cipher v0.4.4
19942024-06-04T10:24:52.196Z Running `/home/build/.rustup/toolchains/1.78.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=46383a6241addb39 -C extra-filename=-46383a6241addb39 --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-469342026b890081.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-06-04T10:24:52.440Z Compiling hex v0.4.3
19962024-06-04T10:24:52.464Z Running `/home/build/.rustup/toolchains/1.78.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=69413bc4625a4929 -C extra-filename=-69413bc4625a4929 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-06-04T10:24:52.610Z Compiling crossbeam-epoch v0.9.18
19982024-06-04T10:24:52.634Z Running `/home/build/.rustup/toolchains/1.78.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=370ba663e455d276 -C extra-filename=-370ba663e455d276 --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-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-06-04T10:24:52.937Z Compiling itertools v0.10.5
20002024-06-04T10:24:52.961Z Running `/home/build/.rustup/toolchains/1.78.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=90cc6d0cca9cde1d -C extra-filename=-90cc6d0cca9cde1d --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-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-06-04T10:24:53.067Z Compiling stable_deref_trait v1.2.0
20022024-06-04T10:24:53.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /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=b635917684df9bbc -C extra-filename=-b635917684df9bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-06-04T10:24:53.167Z Compiling winnow v0.6.8
20042024-06-04T10:24:53.192Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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 '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--allow=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a4e331affc63f6b2 -C extra-filename=-a4e331affc63f6b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-06-04T10:24:53.299Z Compiling flate2 v1.0.30
20062024-06-04T10:24:53.323Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=fb668c5b60c76fe7 -C extra-filename=-fb668c5b60c76fe7 --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-b93e8dcfe84d9fec.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-06-04T10:24:53.762Z Compiling bit-set v0.5.3
20082024-06-04T10:24:53.786Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /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=fed351dfccf21ec0 -C extra-filename=-fed351dfccf21ec0 --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-7ab01f8821dfd213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-06-04T10:24:53.997Z Compiling hyper v0.14.28
20102024-06-04T10:24:54.022Z Running `/home/build/.rustup/toolchains/1.78.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=671b944fd3812f33 -C extra-filename=-671b944fd3812f33 --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-4c4fe9871302af71.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-70a5e5c22977a48d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5ada564f449a0f17.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-06-04T10:24:54.094Z Compiling itertools v0.12.1
20122024-06-04T10:24:54.120Z Running `/home/build/.rustup/toolchains/1.78.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=0b4037e4c176bd20 -C extra-filename=-0b4037e4c176bd20 --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-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-06-04T10:24:55.283Z Compiling dof v0.3.0
20142024-06-04T10:24:55.307Z Running `/home/build/.rustup/toolchains/1.78.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=818d7209e93ed925 -C extra-filename=-818d7209e93ed925 --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-a0c026ad922e9d3d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-06-04T10:24:55.896Z Running `/home/build/.rustup/toolchains/1.78.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=6a84e9d6d5856bfe -C extra-filename=-6a84e9d6d5856bfe --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-4079b563d11206ed.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2577da81d307c7f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-2764545db271fd37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
20162024-06-04T10:24:56.157Z Compiling clap v4.5.4
20172024-06-04T10:24:56.182Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=865e84b7a84584b1 -C extra-filename=-865e84b7a84584b1 --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-ea725b54fa142c98.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-153ecb3e59954963.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20182024-06-04T10:24:56.272Z Compiling toml_edit v0.22.13
20192024-06-04T10:24:56.297Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=d4dd4bd950638c62 -C extra-filename=-d4dd4bd950638c62 --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-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-a4e331affc63f6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-06-04T10:24:56.574Z Compiling ff v0.13.0
20212024-06-04T10:24:56.599Z Running `/home/build/.rustup/toolchains/1.78.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=9e49121eb754b2c4 -C extra-filename=-9e49121eb754b2c4 --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-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-06-04T10:24:56.770Z Compiling memmap v0.7.0
20232024-06-04T10:24:56.826Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /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=1608b6de15ab102b -C extra-filename=-1608b6de15ab102b --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-06-04T10:24:57.069Z Compiling base16ct v0.2.0
20252024-06-04T10:24:57.093Z Running `/home/build/.rustup/toolchains/1.78.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=fd6a4ef1678aa560 -C extra-filename=-fd6a4ef1678aa560 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:57.093Z Compiling group v0.13.0
20272024-06-04T10:24:57.093Z Running `/home/build/.rustup/toolchains/1.78.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=b5b89f4419a02478 -C extra-filename=-b5b89f4419a02478 --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-9e49121eb754b2c4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-06-04T10:24:57.151Z Compiling hkdf v0.12.4
20292024-06-04T10:24:57.175Z Running `/home/build/.rustup/toolchains/1.78.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=d6f81de67164b7f9 -C extra-filename=-d6f81de67164b7f9 --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-cd18b5466500dc52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-06-04T10:24:57.238Z Compiling sec1 v0.7.3
20312024-06-04T10:24:57.262Z Running `/home/build/.rustup/toolchains/1.78.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=823204e309fe2fa6 -C extra-filename=-823204e309fe2fa6 --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-fd6a4ef1678aa560.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-06-04T10:24:57.361Z Compiling toml v0.7.8
20332024-06-04T10:24:57.386Z Running `/home/build/.rustup/toolchains/1.78.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=dc3accfb3da32bde -C extra-filename=-dc3accfb3da32bde --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-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-06-04T10:24:57.386Z Compiling ipnetwork v0.20.0
20352024-06-04T10:24:57.386Z Compiling crypto-bigint v0.5.5
20362024-06-04T10:24:57.419Z Running `/home/build/.rustup/toolchains/1.78.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=62e80274e97641d4 -C extra-filename=-62e80274e97641d4 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-06-04T10:24:57.419Z Running `/home/build/.rustup/toolchains/1.78.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.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="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=141d05f41cd1085b -C extra-filename=-141d05f41cd1085b --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-c30fc5b0644f3206.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-06-04T10:24:57.732Z Compiling zerocopy-derive v0.6.6
20392024-06-04T10:24:57.756Z Running `/home/build/.rustup/toolchains/1.78.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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d9ddfc8da43c8a1 -C extra-filename=-1d9ddfc8da43c8a1 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-06-04T10:24:58.183Z Compiling signal-hook v0.3.17
20412024-06-04T10:24:58.207Z Running `/home/build/.rustup/toolchains/1.78.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=d34d96712c379bd8 -C extra-filename=-d34d96712c379bd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-06-04T10:24:58.489Z Compiling fixedbitset v0.4.2
20432024-06-04T10:24:58.514Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /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=da9df59bd1f776eb -C extra-filename=-da9df59bd1f776eb --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:58.819Z Compiling managed v0.8.0
20452024-06-04T10:24:58.844Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /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=ea0c299f5a09e9f8 -C extra-filename=-ea0c299f5a09e9f8 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:24:58.873Z Compiling petgraph v0.6.5
20472024-06-04T10:24:58.898Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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="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=30c26ed74ac6be72 -C extra-filename=-30c26ed74ac6be72 --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-da9df59bd1f776eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-06-04T10:24:59.198Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8/build-script-build`
20492024-06-04T10:24:59.228Z Compiling phf_shared v0.10.0
20502024-06-04T10:24:59.253Z Running `/home/build/.rustup/toolchains/1.78.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=2721e2e04e141b28 -C extra-filename=-2721e2e04e141b28 --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-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-06-04T10:24:59.411Z Compiling hyper-rustls v0.24.2
20522024-06-04T10:24:59.435Z Running `/home/build/.rustup/toolchains/1.78.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=3f3727f70a01c1f5 -C extra-filename=-3f3727f70a01c1f5 --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-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-92b6c34662898af0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
20532024-06-04T10:24:59.577Z Compiling hyper-tls v0.5.0
20542024-06-04T10:24:59.602Z Running `/home/build/.rustup/toolchains/1.78.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=2fef7d5e01a04a6d -C extra-filename=-2fef7d5e01a04a6d --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-4c4fe9871302af71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fde4809a4b70dc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a2a2dead97d4c9f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20552024-06-04T10:24:59.710Z Compiling usdt-macro v0.5.0
20562024-06-04T10:24:59.734Z Running `/home/build/.rustup/toolchains/1.78.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=2432f13905d7e0d1 -C extra-filename=-2432f13905d7e0d1 --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-2577da81d307c7f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-06-04T10:24:59.758Z Compiling usdt-attr-macro v0.5.0
20582024-06-04T10:24:59.758Z Running `/home/build/.rustup/toolchains/1.78.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=1edc90bd5408dccf -C extra-filename=-1edc90bd5408dccf --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-2577da81d307c7f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-06-04T10:24:59.880Z Compiling reqwest v0.11.27
20602024-06-04T10:24:59.905Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__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=6f1f518a9035521a -C extra-filename=-6f1f518a9035521a --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-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-39525b1a9bdc82b9.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-20b98506696ce234.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-70a5e5c22977a48d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5ada564f449a0f17.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3f3727f70a01c1f5.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-2fef7d5e01a04a6d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fde4809a4b70dc50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1869657d36c282d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-981a692718d63d9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a2a2dead97d4c9f0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-92b6c34662898af0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-6df8bfb5008e02b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
20612024-06-04T10:24:59.964Z Compiling elliptic-curve v0.13.8
20622024-06-04T10:24:59.989Z Running `/home/build/.rustup/toolchains/1.78.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=51770b30c6d2f0cd -C extra-filename=-51770b30c6d2f0cd --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-fd6a4ef1678aa560.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-141d05f41cd1085b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-823204e309fe2fa6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-06-04T10:25:00.658Z Compiling zerocopy v0.6.6
20642024-06-04T10:25:00.682Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abfb20bf137c7b9c -C extra-filename=-abfb20bf137c7b9c --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-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1d9ddfc8da43c8a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-06-04T10:25:01.191Z Compiling minimal-lexical v0.2.1
20662024-06-04T10:25:01.216Z Running `/home/build/.rustup/toolchains/1.78.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=022264d0d1ad5305 -C extra-filename=-022264d0d1ad5305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-06-04T10:25:01.335Z Compiling static_assertions v1.1.0
20682024-06-04T10:25:01.360Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /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=e75d4bcb766f97d9 -C extra-filename=-e75d4bcb766f97d9 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:25:01.414Z Compiling usdt v0.5.0
20702024-06-04T10:25:01.439Z Running `/home/build/.rustup/toolchains/1.78.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=355639dd9dcfe430 -C extra-filename=-355639dd9dcfe430 --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-818d7209e93ed925.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2577da81d307c7f6.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-a0c026ad922e9d3d.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-1608b6de15ab102b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1edc90bd5408dccf.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-2432f13905d7e0d1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-06-04T10:25:01.464Z Compiling new_debug_unreachable v1.0.6
20722024-06-04T10:25:01.464Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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=3aa9f4aaaf22f9af -C extra-filename=-3aa9f4aaaf22f9af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-06-04T10:25:01.538Z Compiling precomputed-hash v0.1.1
20742024-06-04T10:25:01.562Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /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=c89b8439d6866a36 -C extra-filename=-c89b8439d6866a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-06-04T10:25:01.639Z Compiling string_cache v0.8.7
20762024-06-04T10:25:01.664Z Running `/home/build/.rustup/toolchains/1.78.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=59c2e2f244dbdceb -C extra-filename=-59c2e2f244dbdceb --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-3aa9f4aaaf22f9af.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2721e2e04e141b28.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c89b8439d6866a36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-06-04T10:25:01.665Z Compiling nom v7.1.3
20782024-06-04T10:25:01.665Z Running `/home/build/.rustup/toolchains/1.78.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=e8c302dc3ba54578 -C extra-filename=-e8c302dc3ba54578 --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-d9b2ede3219a3f1f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-022264d0d1ad5305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-06-04T10:25:01.853Z Running `/home/build/.rustup/toolchains/1.78.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=ea8c1dcd1d36efaa -C extra-filename=-ea8c1dcd1d36efaa --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-9e9eff94c6618bbf.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20802024-06-04T10:25:02.065Z Compiling num-iter v0.1.45
20812024-06-04T10:25:02.090Z Running `/home/build/.rustup/toolchains/1.78.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.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=77e9c3006f007dd4 -C extra-filename=-77e9c3006f007dd4 --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20822024-06-04T10:25:02.130Z Compiling matches v0.1.10
20832024-06-04T10:25:02.156Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /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=fbc832b2eff93984 -C extra-filename=-fbc832b2eff93984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20842024-06-04T10:25:02.156Z Compiling heapless v0.7.17
20852024-06-04T10:25:02.180Z Running `/home/build/.rustup/toolchains/1.78.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.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=584231f239a38115 -C extra-filename=-584231f239a38115 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-584231f239a38115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-872d493ff49999a4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-06-04T10:25:02.238Z Compiling idna v0.2.3
20872024-06-04T10:25:02.262Z Running `/home/build/.rustup/toolchains/1.78.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=0ac06ebf7cac1d15 -C extra-filename=-0ac06ebf7cac1d15 --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-fbc832b2eff93984.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20882024-06-04T10:25:02.263Z Compiling enum-as-inner v0.5.1
20892024-06-04T10:25:02.263Z Running `/home/build/.rustup/toolchains/1.78.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=a0e9076026c8e60e -C extra-filename=-a0e9076026c8e60e --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-06-04T10:25:02.289Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20912024-06-04T10:25:02.314Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=d1aa2e19855dbd67 -C extra-filename=-d1aa2e19855dbd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20922024-06-04T10:25:02.573Z Compiling lalrpop-util v0.19.12
20932024-06-04T10:25:02.597Z Running `/home/build/.rustup/toolchains/1.78.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=6ca0e1158c143a14 -C extra-filename=-6ca0e1158c143a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-06-04T10:25:02.726Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-584231f239a38115/build-script-build`
20952024-06-04T10:25:02.796Z Compiling signal-hook-mio v0.2.3
20962024-06-04T10:25:02.821Z Running `/home/build/.rustup/toolchains/1.78.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=f3d4b6f95d26a32f -C extra-filename=-f3d4b6f95d26a32f --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-9e9eff94c6618bbf.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-06-04T10:25:02.898Z Compiling num-bigint v0.4.5
20982024-06-04T10:25:02.923Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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 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=fcc97ed3a0776e3a -C extra-filename=-fcc97ed3a0776e3a --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-06-04T10:25:02.951Z Compiling diesel_table_macro_syntax v0.1.0
21002024-06-04T10:25:02.976Z Running `/home/build/.rustup/toolchains/1.78.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=457d4bacc517b05d -C extra-filename=-457d4bacc517b05d --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-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-06-04T10:25:03.016Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67/build-script-build`
21022024-06-04T10:25:03.074Z Compiling scheduled-thread-pool v0.2.7
21032024-06-04T10:25:03.099Z Running `/home/build/.rustup/toolchains/1.78.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=9be547b9bb0cb8f5 -C extra-filename=-9be547b9bb0cb8f5 --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-ceff54d9803290cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-06-04T10:25:03.223Z Compiling trust-dns-proto v0.22.0
21052024-06-04T10:25:03.287Z Running `/home/build/.rustup/toolchains/1.78.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=17bec7af9286f326 -C extra-filename=-17bec7af9286f326 --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-8b47b0ad828ebbf1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a0e9076026c8e60e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0ac06ebf7cac1d15.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-06-04T10:25:03.360Z Compiling hash32 v0.2.1
21072024-06-04T10:25:03.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /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=393548288a8c94b1 -C extra-filename=-393548288a8c94b1 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21082024-06-04T10:25:03.409Z Compiling finl_unicode v1.2.0
21092024-06-04T10:25:03.409Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-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 --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' -C metadata=1ea23b8acb75a78e -C extra-filename=-1ea23b8acb75a78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-06-04T10:25:03.610Z Compiling smoltcp v0.9.1
21112024-06-04T10:25:03.636Z Running `/home/build/.rustup/toolchains/1.78.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=fca4dce097f68fd8 -C extra-filename=-fca4dce097f68fd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21122024-06-04T10:25:03.661Z Compiling predicates-core v1.0.6
21132024-06-04T10:25:03.661Z Running `/home/build/.rustup/toolchains/1.78.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=8c8481fa5f04966b -C extra-filename=-8c8481fa5f04966b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-06-04T10:25:03.685Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=eaf3f32d27aa52f5 -C extra-filename=-eaf3f32d27aa52f5 --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-393548288a8c94b1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
21152024-06-04T10:25:03.872Z Compiling stringprep v0.1.4
21162024-06-04T10:25:03.897Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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=d9d08e3683c34f18 -C extra-filename=-d9d08e3683c34f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-1ea23b8acb75a78e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-06-04T10:25:03.981Z Compiling diesel_derives v2.1.4
21182024-06-04T10:25:04.006Z Running `/home/build/.rustup/toolchains/1.78.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=0c32f9635a666ebc -C extra-filename=-0c32f9635a666ebc --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-457d4bacc517b05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-06-04T10:25:04.273Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8/build-script-build`
21202024-06-04T10:25:04.298Z Compiling r2d2 v0.8.10
21212024-06-04T10:25:04.298Z Running `/home/build/.rustup/toolchains/1.78.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=abc03647e6968f28 -C extra-filename=-abc03647e6968f28 --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-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9be547b9bb0cb8f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-06-04T10:25:04.574Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /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=1cd9bddfea8231ef -C extra-filename=-1cd9bddfea8231ef --out-dir /work/oxidecomputer/omicron/target/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`
21232024-06-04T10:25:04.608Z Compiling crossterm v0.27.0
21242024-06-04T10:25:04.633Z Running `/home/build/.rustup/toolchains/1.78.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=70a2fd0a758aa88c -C extra-filename=-70a2fd0a758aa88c --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-3aa8a2c4fb2b2dd9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-f3d4b6f95d26a32f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-06-04T10:25:04.658Z Compiling md-5 v0.10.6
21262024-06-04T10:25:04.658Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=2e04cd085a4ff47e -C extra-filename=-2e04cd085a4ff47e --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-6cd145163fd70236.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-06-04T10:25:04.812Z Compiling hubpack_derive v0.1.1
21282024-06-04T10:25:04.838Z Running `/home/build/.rustup/toolchains/1.78.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=bd7e7113376e832d -C extra-filename=-bd7e7113376e832d --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21292024-06-04T10:25:04.867Z Compiling bstr v1.9.1
21302024-06-04T10:25:04.892Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=2d37155bb5cf3f0a -C extra-filename=-2d37155bb5cf3f0a --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-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-06-04T10:25:04.892Z Compiling console v0.15.8
21322024-06-04T10:25:04.917Z Running `/home/build/.rustup/toolchains/1.78.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=06094d2b7e85625c -C extra-filename=-06094d2b7e85625c --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-df9d2374a4417971.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-06-04T10:25:05.683Z Compiling yasna v0.5.2
21342024-06-04T10:25:05.708Z Running `/home/build/.rustup/toolchains/1.78.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=45639ca498687069 -C extra-filename=-45639ca498687069 --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-7ab01f8821dfd213.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21352024-06-04T10:25:06.131Z Compiling float-cmp v0.9.0
21362024-06-04T10:25:06.156Z Running `/home/build/.rustup/toolchains/1.78.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=f0ba9e5076a8ecd1 -C extra-filename=-f0ba9e5076a8ecd1 --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21372024-06-04T10:25:06.320Z Compiling fs-err v2.11.0
21382024-06-04T10:25:06.346Z Compiling normalize-line-endings v0.3.0
21392024-06-04T10:25:06.346Z Running `/home/build/.rustup/toolchains/1.78.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 --cfg 'feature="tokio"' -C metadata=5067c74e83f59cd7 -C extra-filename=-5067c74e83f59cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-06-04T10:25:06.346Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /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=8f4b0029e85c8f92 -C extra-filename=-8f4b0029e85c8f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21412024-06-04T10:25:06.445Z Compiling difflib v0.4.0
21422024-06-04T10:25:06.471Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /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=6b148653f6280c77 -C extra-filename=-6b148653f6280c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432024-06-04T10:25:06.644Z Compiling fallible-iterator v0.2.0
21442024-06-04T10:25:06.669Z Running `/home/build/.rustup/toolchains/1.78.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=082456c5a9ee1a24 -C extra-filename=-082456c5a9ee1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-06-04T10:25:07.235Z Compiling postgres-protocol v0.6.6
21462024-06-04T10:25:07.262Z Compiling predicates v3.1.0
21472024-06-04T10:25:07.262Z Running `/home/build/.rustup/toolchains/1.78.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=627d2e9791266c88 -C extra-filename=-627d2e9791266c88 --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-bfc5ed6832fe4205.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-2e04cd085a4ff47e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d9d08e3683c34f18.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-06-04T10:25:07.262Z Running `/home/build/.rustup/toolchains/1.78.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=5838c260b0ba55c5 -C extra-filename=-5838c260b0ba55c5 --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-9cdfe1db1ea1f39e.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6b148653f6280c77.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-f0ba9e5076a8ecd1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-8f4b0029e85c8f92.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21492024-06-04T10:25:07.649Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7/build-script-build`
21502024-06-04T10:25:07.785Z Compiling hubpack v0.1.2
21512024-06-04T10:25:07.810Z Running `/home/build/.rustup/toolchains/1.78.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=30be5a2673aed793 -C extra-filename=-30be5a2673aed793 --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-bd7e7113376e832d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-06-04T10:25:07.841Z Running `/home/build/.rustup/toolchains/1.78.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=959b953aa8b62c8b -C extra-filename=-959b953aa8b62c8b --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-eaf3f32d27aa52f5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21532024-06-04T10:25:08.173Z Compiling phf_shared v0.11.2
21542024-06-04T10:25:08.198Z Running `/home/build/.rustup/toolchains/1.78.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=e4951ece12dc5736 -C extra-filename=-e4951ece12dc5736 --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-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21552024-06-04T10:25:08.382Z Compiling similar v2.5.0
21562024-06-04T10:25:08.407Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=153ded7b943adc66 -C extra-filename=-153ded7b943adc66 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-06-04T10:25:08.530Z Compiling tokio-stream v0.1.15
21582024-06-04T10:25:08.555Z Running `/home/build/.rustup/toolchains/1.78.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=ca2e57cae899556c -C extra-filename=-ca2e57cae899556c --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-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592024-06-04T10:25:08.733Z Compiling strum_macros v0.25.3
21602024-06-04T10:25:08.757Z Running `/home/build/.rustup/toolchains/1.78.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.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=2a34f5db9b8d508a -C extra-filename=-2a34f5db9b8d508a --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21612024-06-04T10:25:09.329Z Compiling serde_repr v0.1.19
21622024-06-04T10:25:09.353Z Running `/home/build/.rustup/toolchains/1.78.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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95b461d952b18d4 -C extra-filename=-c95b461d952b18d4 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-06-04T10:25:09.567Z Compiling peg-runtime v0.8.3
21642024-06-04T10:25:09.592Z Running `/home/build/.rustup/toolchains/1.78.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.3/lib.rs --error-format=json --json=diagnostic-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=8f9b7af0cb4f1e2a -C extra-filename=-8f9b7af0cb4f1e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-06-04T10:25:10.141Z Compiling phf v0.11.2
21662024-06-04T10:25:10.165Z Running `/home/build/.rustup/toolchains/1.78.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=6ad74f9e762bc3eb -C extra-filename=-6ad74f9e762bc3eb --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-e4951ece12dc5736.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-06-04T10:25:10.190Z Compiling postgres-types v0.2.6
21682024-06-04T10:25:10.190Z Running `/home/build/.rustup/toolchains/1.78.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=0d598709936f3160 -C extra-filename=-0d598709936f3160 --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-4c4fe9871302af71.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-627d2e9791266c88.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692024-06-04T10:25:10.404Z Running `/home/build/.rustup/toolchains/1.78.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 --cfg 'feature="tokio"' -C metadata=3a4d64827cf56c09 -C extra-filename=-3a4d64827cf56c09 --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-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
21702024-06-04T10:25:10.429Z Compiling whoami v1.5.1
21712024-06-04T10:25:10.429Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=5002e28a22761be6 -C extra-filename=-5002e28a22761be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-06-04T10:25:10.453Z Compiling regress v0.9.1
21732024-06-04T10:25:10.453Z Running `/home/build/.rustup/toolchains/1.78.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=17db47bd8662f004 -C extra-filename=-17db47bd8662f004 --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-4826ff5533775fa1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-06-04T10:25:10.981Z Compiling tokio-postgres v0.7.10
21752024-06-04T10:25:11.005Z Running `/home/build/.rustup/toolchains/1.78.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=133946324ab55d58 -C extra-filename=-133946324ab55d58 --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-8b47b0ad828ebbf1.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-6ad74f9e762bc3eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-627d2e9791266c88.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-06-04T10:25:11.127Z Compiling getopts v0.2.21
21772024-06-04T10:25:11.152Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts --edition=2015 /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=696f446512d94c66 -C extra-filename=-696f446512d94c66 --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-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-06-04T10:25:11.348Z Compiling unsafe-libyaml v0.2.11
21792024-06-04T10:25:11.373Z Running `/home/build/.rustup/toolchains/1.78.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.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=19449d9fb8c6884a -C extra-filename=-19449d9fb8c6884a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-06-04T10:25:11.449Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21812024-06-04T10:25:11.473Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/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=9bec796bcb182e2c -C extra-filename=-9bec796bcb182e2c --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-4c4fe9871302af71.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
21822024-06-04T10:25:11.841Z Compiling camino v1.1.7
21832024-06-04T10:25:11.865Z Running `/home/build/.rustup/toolchains/1.78.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.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="serde"' --cfg 'feature="serde1"' -C metadata=3edaebbd5305735c -C extra-filename=-3edaebbd5305735c --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-06-04T10:25:12.009Z Compiling is-terminal v0.4.12
21852024-06-04T10:25:12.034Z Running `/home/build/.rustup/toolchains/1.78.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.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=1fb2ee4459a95d8f -C extra-filename=-1fb2ee4459a95d8f --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-06-04T10:25:12.127Z Compiling dirs-sys-next v0.1.2
21872024-06-04T10:25:12.151Z Running `/home/build/.rustup/toolchains/1.78.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=990f4ee286a35bd9 -C extra-filename=-990f4ee286a35bd9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-06-04T10:25:12.251Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21892024-06-04T10:25:12.276Z Running `/home/build/.rustup/toolchains/1.78.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=233a16051ba47e9a -C extra-filename=-233a16051ba47e9a --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-69ae6b86f325c5cb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-30be5a2673aed793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c95b461d952b18d4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-959b953aa8b62c8b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2a34f5db9b8d508a.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-06-04T10:25:12.403Z Compiling serde_yaml v0.9.34+deprecated
21912024-06-04T10:25:12.428Z Running `/home/build/.rustup/toolchains/1.78.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.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce3dd7ca9841e2f3 -C extra-filename=-ce3dd7ca9841e2f3 --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-85fe8b34d5818712.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-19449d9fb8c6884a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21922024-06-04T10:25:12.452Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c/build-script-build`
21932024-06-04T10:25:12.502Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-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 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=5c59870acc66e82f -C extra-filename=-5c59870acc66e82f --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-820c2ce8c834bb45.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`
21942024-06-04T10:25:12.689Z Compiling dirs-next v2.0.0
21952024-06-04T10:25:12.713Z Running `/home/build/.rustup/toolchains/1.78.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=f7032a700dc273a4 -C extra-filename=-f7032a700dc273a4 --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-6cd145163fd70236.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-990f4ee286a35bd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-06-04T10:25:12.853Z Compiling base64 v0.22.1
21972024-06-04T10:25:12.877Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a69496bcd97c9671 -C extra-filename=-a69496bcd97c9671 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:25:12.922Z Compiling fastrand v2.1.0
21992024-06-04T10:25:12.946Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e6abe912dfe2bca4 -C extra-filename=-e6abe912dfe2bca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-06-04T10:25:13.346Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
22012024-06-04T10:25:13.370Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/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=48949391afe8fc0d -C extra-filename=-48949391afe8fc0d --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-98930e4cc72f023e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-06-04T10:25:13.448Z Compiling tempfile v3.10.1
22032024-06-04T10:25:13.477Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1bd05b29ea8a8e6 -C extra-filename=-a1bd05b29ea8a8e6 --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-6cd145163fd70236.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-e6abe912dfe2bca4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-06-04T10:25:13.506Z Compiling term v0.7.0
22052024-06-04T10:25:13.531Z Running `/home/build/.rustup/toolchains/1.78.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=f75757e0b8ad0343 -C extra-filename=-f75757e0b8ad0343 --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-f7032a700dc273a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-06-04T10:25:14.186Z Compiling sha1 v0.10.6
22072024-06-04T10:25:14.210Z Running `/home/build/.rustup/toolchains/1.78.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=b66ace39c477aa9d -C extra-filename=-b66ace39c477aa9d --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-06-04T10:25:14.506Z Compiling toml v0.8.13
22092024-06-04T10:25:14.531Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=84417b4f673cbfe5 -C extra-filename=-84417b4f673cbfe5 --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-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-06-04T10:25:14.531Z Compiling http v1.1.0
22112024-06-04T10:25:14.531Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=2ec3c4ae00aa642d -C extra-filename=-2ec3c4ae00aa642d --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-4c4fe9871302af71.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-06-04T10:25:14.798Z Compiling strum_macros v0.26.2
22132024-06-04T10:25:14.824Z Running `/home/build/.rustup/toolchains/1.78.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.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=7579223e27fb6344 -C extra-filename=-7579223e27fb6344 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-06-04T10:25:15.009Z Compiling match_cfg v0.1.0
22152024-06-04T10:25:15.035Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /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=5d3720867e360308 -C extra-filename=-5d3720867e360308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162024-06-04T10:25:15.099Z Compiling paste v1.0.15
22172024-06-04T10:25:15.124Z Running `/home/build/.rustup/toolchains/1.78.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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a9c426bb3aaa154 -C extra-filename=-1a9c426bb3aaa154 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-06-04T10:25:15.565Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154/build-script-build`
22192024-06-04T10:25:15.642Z Compiling hostname v0.3.1
22202024-06-04T10:25:15.667Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /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=d35460ad3d70bf46 -C extra-filename=-d35460ad3d70bf46 --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-9e9eff94c6618bbf.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-5d3720867e360308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-06-04T10:25:15.872Z Compiling rustls-pki-types v1.7.0
22222024-06-04T10:25:15.897Z Running `/home/build/.rustup/toolchains/1.78.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.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"' -C metadata=2ee99d9c671a2c74 -C extra-filename=-2ee99d9c671a2c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-06-04T10:25:15.939Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c154bb579214bdf5 -C extra-filename=-c154bb579214bdf5 --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`
22242024-06-04T10:25:16.022Z Compiling crossbeam-channel v0.5.12
22252024-06-04T10:25:16.048Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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=1ae489c8acf2a979 -C extra-filename=-1ae489c8acf2a979 --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-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262024-06-04T10:25:16.298Z Compiling diesel v2.1.6
22272024-06-04T10:25:16.324Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=1146aeae4614d126 -C extra-filename=-1146aeae4614d126 --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-3aa8a2c4fb2b2dd9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-0c32f9635a666ebc.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-abc03647e6968f28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
22282024-06-04T10:25:16.592Z Compiling thread_local v1.1.8
22292024-06-04T10:25:16.617Z Running `/home/build/.rustup/toolchains/1.78.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.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=646ab5aa9908bdc0 -C extra-filename=-646ab5aa9908bdc0 --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-6cd145163fd70236.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-06-04T10:25:16.642Z Compiling ident_case v1.0.1
22312024-06-04T10:25:16.642Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /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=8f0cab71e4ae1c81 -C extra-filename=-8f0cab71e4ae1c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-06-04T10:25:16.783Z Compiling slog-async v2.8.0
22332024-06-04T10:25:16.807Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=88e87e18665a3ab5 -C extra-filename=-88e87e18665a3ab5 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342024-06-04T10:25:16.863Z Compiling quick-error v1.2.3
22352024-06-04T10:25:16.889Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /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=a2f6d65a8b23928e -C extra-filename=-a2f6d65a8b23928e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-06-04T10:25:16.973Z Compiling darling_core v0.20.9
22372024-06-04T10:25:16.998Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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="strsim"' --cfg 'feature="suggestions"' -C metadata=c3cd6e87d789546e -C extra-filename=-c3cd6e87d789546e --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-d03daaf3ac116161.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8f0cab71e4ae1c81.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-06-04T10:25:17.023Z Compiling take_mut v0.2.2
22392024-06-04T10:25:17.023Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /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=97e592d43295974e -C extra-filename=-97e592d43295974e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402024-06-04T10:25:17.048Z Compiling rustls v0.22.4
22412024-06-04T10:25:17.073Z Running `/home/build/.rustup/toolchains/1.78.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.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=075d6eb2cf9c6bcd -C extra-filename=-075d6eb2cf9c6bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-06-04T10:25:17.098Z Compiling slog-term v2.9.1
22432024-06-04T10:25:17.098Z Running `/home/build/.rustup/toolchains/1.78.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4405207809138e7 -C extra-filename=-f4405207809138e7 --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-1fb2ee4459a95d8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-06-04T10:25:17.148Z Compiling rustls-webpki v0.102.4
22452024-06-04T10:25:17.173Z Running `/home/build/.rustup/toolchains/1.78.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=3a52981a35d4652a -C extra-filename=-3a52981a35d4652a --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-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
22462024-06-04T10:25:17.269Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5/build-script-build`
22472024-06-04T10:25:17.314Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd/build-script-build`
22482024-06-04T10:25:17.341Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /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=7247a83db1f3a892 -C extra-filename=-7247a83db1f3a892 --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-1ae489c8acf2a979.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-97e592d43295974e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
22492024-06-04T10:25:17.369Z Compiling instant v0.1.12
22502024-06-04T10:25:17.369Z Running `/home/build/.rustup/toolchains/1.78.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=37e08d29aee74c57 -C extra-filename=-37e08d29aee74c57 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-06-04T10:25:17.500Z Compiling rustls-pemfile v2.1.2
22522024-06-04T10:25:17.525Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=6be79ad4e86270a5 -C extra-filename=-6be79ad4e86270a5 --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-a69496bcd97c9671.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-06-04T10:25:17.892Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=09115cfae2534dec -C extra-filename=-09115cfae2534dec --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-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3a52981a35d4652a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
22542024-06-04T10:25:18.106Z Compiling slog-json v2.6.1
22552024-06-04T10:25:18.132Z Running `/home/build/.rustup/toolchains/1.78.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=d371b89615c4d39f -C extra-filename=-d371b89615c4d39f --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-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562024-06-04T10:25:18.424Z Compiling multer v3.1.0
22572024-06-04T10:25:18.449Z Running `/home/build/.rustup/toolchains/1.78.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.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 --cfg 'feature="default"' -C metadata=9e12a1bf43b5ebc8 -C extra-filename=-9e12a1bf43b5ebc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-06-04T10:25:18.477Z Compiling debug-ignore v1.0.5
22592024-06-04T10:25:18.503Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /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=a9c078c17606aae6 -C extra-filename=-a9c078c17606aae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-06-04T10:25:18.616Z Compiling slog-bunyan v2.5.0
22612024-06-04T10:25:18.641Z Running `/home/build/.rustup/toolchains/1.78.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=02034f1f8eda1b97 -C extra-filename=-02034f1f8eda1b97 --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-d35460ad3d70bf46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d371b89615c4d39f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-06-04T10:25:18.709Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8/build-script-build`
22632024-06-04T10:25:18.773Z Compiling async-stream-impl v0.3.5
22642024-06-04T10:25:18.798Z Running `/home/build/.rustup/toolchains/1.78.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=516fb60c2c9620b6 -C extra-filename=-516fb60c2c9620b6 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652024-06-04T10:25:18.798Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
22662024-06-04T10:25:18.823Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/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=6255fddcb0a7bad6 -C extra-filename=-6255fddcb0a7bad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-06-04T10:25:18.930Z Compiling atomic-waker v1.1.2
22682024-06-04T10:25:18.955Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ded31c0a5029b1f -C extra-filename=-6ded31c0a5029b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692024-06-04T10:25:19.061Z Compiling strum v0.26.2
22702024-06-04T10:25:19.086Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=19027edc1ec71ca5 -C extra-filename=-19027edc1ec71ca5 --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-7579223e27fb6344.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712024-06-04T10:25:19.086Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6/build-script-build`
22722024-06-04T10:25:19.111Z Compiling waitgroup v0.1.2
22732024-06-04T10:25:19.111Z Running `/home/build/.rustup/toolchains/1.78.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=e622d4d826752e36 -C extra-filename=-e622d4d826752e36 --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-6ded31c0a5029b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-06-04T10:25:19.163Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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="default"' -C metadata=a7ecca17848c666f -C extra-filename=-a7ecca17848c666f --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-4c4fe9871302af71.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-06-04T10:25:19.235Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
22762024-06-04T10:25:19.260Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/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=99b92f85843a57f2 -C extra-filename=-99b92f85843a57f2 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-06-04T10:25:19.322Z Compiling serde_path_to_error v0.1.16
22782024-06-04T10:25:19.347Z Running `/home/build/.rustup/toolchains/1.78.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=ef94b071d94223ba -C extra-filename=-ef94b071d94223ba --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-1d1af7e8c40a69f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-06-04T10:25:20.029Z Compiling hostname v0.4.0
22802024-06-04T10:25:20.054Z Compiling async-stream v0.3.5
22812024-06-04T10:25:20.054Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-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"' -C metadata=a05070b534d66413 -C extra-filename=-a05070b534d66413 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-06-04T10:25:20.054Z Running `/home/build/.rustup/toolchains/1.78.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=d3d3badb3d279b36 -C extra-filename=-d3d3badb3d279b36 --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-516fb60c2c9620b6.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832024-06-04T10:25:20.079Z Compiling newtype-uuid v1.1.0
22842024-06-04T10:25:20.079Z Running `/home/build/.rustup/toolchains/1.78.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.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=24a07ba228a1a806 -C extra-filename=-24a07ba228a1a806 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-06-04T10:25:20.261Z Compiling wait-timeout v0.2.0
22862024-06-04T10:25:20.286Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /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=65ed68b8ae737998 -C extra-filename=-65ed68b8ae737998 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-06-04T10:25:20.351Z Compiling structmeta-derive v0.3.0
22882024-06-04T10:25:20.376Z Running `/home/build/.rustup/toolchains/1.78.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=27278763e189d419 -C extra-filename=-27278763e189d419 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892024-06-04T10:25:20.376Z Compiling structmeta-derive v0.2.0
22902024-06-04T10:25:20.376Z Running `/home/build/.rustup/toolchains/1.78.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=4c4ff6800c99e3ad -C extra-filename=-4c4ff6800c99e3ad --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-06-04T10:25:20.739Z Compiling rusty-fork v0.3.0
22922024-06-04T10:25:20.764Z Running `/home/build/.rustup/toolchains/1.78.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=d3db7b6fddb052c6 -C extra-filename=-d3db7b6fddb052c6 --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-d03daaf3ac116161.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-06-04T10:25:21.160Z Compiling rand_xorshift v0.3.0
22942024-06-04T10:25:21.186Z Running `/home/build/.rustup/toolchains/1.78.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=bc6c66442655c93e -C extra-filename=-bc6c66442655c93e --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-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-06-04T10:25:21.387Z Compiling tokio-rustls v0.25.0
22962024-06-04T10:25:21.416Z Running `/home/build/.rustup/toolchains/1.78.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=18032d128cc1a7cc -C extra-filename=-18032d128cc1a7cc --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-09115cfae2534dec.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
22972024-06-04T10:25:21.453Z Compiling unarray v0.1.4
22982024-06-04T10:25:21.478Z Running `/home/build/.rustup/toolchains/1.78.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=1da3c382e57ff2c8 -C extra-filename=-1da3c382e57ff2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-06-04T10:25:21.602Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
23002024-06-04T10:25:21.629Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e37d417bdaed4d3 -C extra-filename=-7e37d417bdaed4d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-7e37d417bdaed4d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-06-04T10:25:21.742Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/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=38f0805d017a1a64 -C extra-filename=-38f0805d017a1a64 --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-d3d3badb3d279b36.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-99b92f85843a57f2.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a05070b534d66413.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-a7ecca17848c666f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ef94b071d94223ba.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d371b89615c4d39f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-18032d128cc1a7cc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-e622d4d826752e36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
23022024-06-04T10:25:21.905Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-7e37d417bdaed4d3/build-script-build`
23032024-06-04T10:25:21.938Z Compiling proptest v1.4.0
23042024-06-04T10:25:21.965Z Running `/home/build/.rustup/toolchains/1.78.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=ce85f94723c42894 -C extra-filename=-ce85f94723c42894 --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-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-bc6c66442655c93e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-d3db7b6fddb052c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1da3c382e57ff2c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-06-04T10:25:22.916Z Compiling darling_macro v0.20.9
23062024-06-04T10:25:22.944Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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=7e48ec3f0ec2fd08 -C extra-filename=-7e48ec3f0ec2fd08 --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-c3cd6e87d789546e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-06-04T10:25:23.087Z Compiling structmeta v0.2.0
23082024-06-04T10:25:23.112Z Running `/home/build/.rustup/toolchains/1.78.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=802bcea2c48c88a5 -C extra-filename=-802bcea2c48c88a5 --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-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-4c4ff6800c99e3ad.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092024-06-04T10:25:23.137Z Compiling structmeta v0.3.0
23102024-06-04T10:25:23.162Z Running `/home/build/.rustup/toolchains/1.78.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=cb84b7765c434bda -C extra-filename=-cb84b7765c434bda --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-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-27278763e189d419.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-06-04T10:25:23.551Z Compiling backoff v0.4.0
23122024-06-04T10:25:23.582Z Running `/home/build/.rustup/toolchains/1.78.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=383f901f27801735 -C extra-filename=-383f901f27801735 --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-4a234987197be9fa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-06-04T10:25:23.583Z Compiling parse-display-derive v0.9.0
23142024-06-04T10:25:23.614Z Running `/home/build/.rustup/toolchains/1.78.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=eb1a849f632c9473 -C extra-filename=-eb1a849f632c9473 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-cb84b7765c434bda.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152024-06-04T10:25:23.877Z Compiling macaddr v1.0.1
23162024-06-04T10:25:23.901Z Running `/home/build/.rustup/toolchains/1.78.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=07fdeb523b7d7309 -C extra-filename=-07fdeb523b7d7309 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-06-04T10:25:24.121Z Compiling darling v0.20.9
23182024-06-04T10:25:24.147Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' -C metadata=4c9ae0879070ae83 -C extra-filename=-4c9ae0879070ae83 --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-c3cd6e87d789546e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7e48ec3f0ec2fd08.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-06-04T10:25:24.237Z Compiling serde_with_macros v3.8.1
23202024-06-04T10:25:24.262Z Running `/home/build/.rustup/toolchains/1.78.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.8.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=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=886c390f16724651 -C extra-filename=-886c390f16724651 --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-4c9ae0879070ae83.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212024-06-04T10:25:24.287Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23222024-06-04T10:25:24.287Z Running `/home/build/.rustup/toolchains/1.78.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=62d61e643ba6c021 -C extra-filename=-62d61e643ba6c021 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-06-04T10:25:25.059Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23242024-06-04T10:25:25.085Z Running `/home/build/.rustup/toolchains/1.78.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=232562438a75f507 -C extra-filename=-232562438a75f507 --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-b70d90a376f7e844.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-62d61e643ba6c021.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-06-04T10:25:25.218Z Compiling test-strategy v0.3.1
23262024-06-04T10:25:25.245Z Running `/home/build/.rustup/toolchains/1.78.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=f2b1cdffc9101e49 -C extra-filename=-f2b1cdffc9101e49 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-802bcea2c48c88a5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-06-04T10:25:26.564Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282024-06-04T10:25:26.589Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=2cfd50758911ea05 -C extra-filename=-2cfd50758911ea05 --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-24a07ba228a1a806.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-06-04T10:25:26.823Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
23302024-06-04T10:25:26.848Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/42b4d3c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=9ae5cbd7be291eec -C extra-filename=-9ae5cbd7be291eec --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-62e80274e97641d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-06-04T10:25:26.960Z Compiling serde_with v3.8.1
23322024-06-04T10:25:26.988Z Running `/home/build/.rustup/toolchains/1.78.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.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 --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=68fc249146261ca1 -C extra-filename=-68fc249146261ca1 --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-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-886c390f16724651.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-06-04T10:25:27.428Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23342024-06-04T10:25:27.453Z Running `/home/build/.rustup/toolchains/1.78.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=69c4414a85fd428d -C extra-filename=-69c4414a85fd428d --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-69413bc4625a4929.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-06-04T10:25:27.582Z Compiling proc-macro-error-attr v1.0.4
23362024-06-04T10:25:27.624Z Running `/home/build/.rustup/toolchains/1.78.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=8c28b7971eeb6ed6 -C extra-filename=-8c28b7971eeb6ed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-06-04T10:25:27.828Z Compiling parse-display v0.9.0
23382024-06-04T10:25:27.853Z Running `/home/build/.rustup/toolchains/1.78.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=977ffafa78d3238a -C extra-filename=-977ffafa78d3238a --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-eb1a849f632c9473.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-06-04T10:25:27.886Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6/build-script-build`
23402024-06-04T10:25:27.937Z Compiling proc-macro-error v1.0.4
23412024-06-04T10:25:27.963Z Running `/home/build/.rustup/toolchains/1.78.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=13cd89168b66fd9a -C extra-filename=-13cd89168b66fd9a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-06-04T10:25:28.268Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a/build-script-build`
23432024-06-04T10:25:28.405Z Running `/home/build/.rustup/toolchains/1.78.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=b8b63df548134a06 -C extra-filename=-b8b63df548134a06 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442024-06-04T10:25:28.460Z Compiling camino-tempfile v1.1.1
23452024-06-04T10:25:28.484Z Running `/home/build/.rustup/toolchains/1.78.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=db1b50b598a8f800 -C extra-filename=-db1b50b598a8f800 --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-5c59870acc66e82f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-06-04T10:25:28.607Z Compiling proc-macro-crate v1.3.1
23472024-06-04T10:25:28.632Z Running `/home/build/.rustup/toolchains/1.78.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=26b46cefbe91aa64 -C extra-filename=-26b46cefbe91aa64 --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-646417322ca33c73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-06-04T10:25:28.866Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23492024-06-04T10:25:28.892Z Running `/home/build/.rustup/toolchains/1.78.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=07655fee64a19c85 -C extra-filename=-07655fee64a19c85 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-06-04T10:25:29.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23512024-06-04T10:25:29.045Z Running `/home/build/.rustup/toolchains/1.78.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=443b768024434e96 -C extra-filename=-443b768024434e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-06-04T10:25:29.070Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23532024-06-04T10:25:29.071Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/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=97a6deb517d81dd8 -C extra-filename=-97a6deb517d81dd8 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-48949391afe8fc0d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542024-06-04T10:25:29.195Z Running `/home/build/.rustup/toolchains/1.78.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=2e6ef6f73169174d -C extra-filename=-2e6ef6f73169174d --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-b8b63df548134a06.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
23552024-06-04T10:25:29.220Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85/build-script-build`
23562024-06-04T10:25:29.246Z Compiling foreign-types-macros v0.2.3
23572024-06-04T10:25:29.280Z Running `/home/build/.rustup/toolchains/1.78.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=630dcd53f43d1784 -C extra-filename=-630dcd53f43d1784 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-06-04T10:25:29.305Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96/build-script-build`
23592024-06-04T10:25:29.329Z Compiling foreign-types-shared v0.3.1
23602024-06-04T10:25:29.330Z Running `/home/build/.rustup/toolchains/1.78.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=d6cdeff2a776a2a5 -C extra-filename=-d6cdeff2a776a2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612024-06-04T10:25:29.432Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23622024-06-04T10:25:29.457Z Running `/home/build/.rustup/toolchains/1.78.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=a262f2ea15e53534 -C extra-filename=-a262f2ea15e53534 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-06-04T10:25:29.558Z Compiling num_enum_derive v0.5.11
23642024-06-04T10:25:29.559Z Running `/home/build/.rustup/toolchains/1.78.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=52acff4faea05986 -C extra-filename=-52acff4faea05986 --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-26b46cefbe91aa64.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-06-04T10:25:29.718Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534/build-script-build`
23662024-06-04T10:25:29.750Z Running `/home/build/.rustup/toolchains/1.78.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=bd713a3dee2b1c84 -C extra-filename=-bd713a3dee2b1c84 --out-dir /work/oxidecomputer/omicron/target/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`
23672024-06-04T10:25:29.799Z Running `/home/build/.rustup/toolchains/1.78.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=11e849a4f1fbc5dd -C extra-filename=-11e849a4f1fbc5dd --out-dir /work/oxidecomputer/omicron/target/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`
23682024-06-04T10:25:29.894Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23692024-06-04T10:25:29.919Z Running `/home/build/.rustup/toolchains/1.78.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=9f5b77e631705412 -C extra-filename=-9f5b77e631705412 --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-06-04T10:25:29.961Z Compiling cstr-argument v0.1.2
23712024-06-04T10:25:29.986Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /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=b13eaf252d9751db -C extra-filename=-b13eaf252d9751db --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-6cd145163fd70236.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-06-04T10:25:30.157Z Compiling pretty-hex v0.2.1
23732024-06-04T10:25:30.182Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /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=52e9685c026e18f6 -C extra-filename=-52e9685c026e18f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-06-04T10:25:30.207Z Compiling tabwriter v1.4.0
23752024-06-04T10:25:30.207Z Running `/home/build/.rustup/toolchains/1.78.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=2092fe5ef094ac50 -C extra-filename=-2092fe5ef094ac50 --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-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762024-06-04T10:25:30.323Z Compiling colored v2.1.0
23772024-06-04T10:25:30.348Z Running `/home/build/.rustup/toolchains/1.78.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=f15526b7eec2aae7 -C extra-filename=-f15526b7eec2aae7 --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-df9d2374a4417971.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782024-06-04T10:25:30.421Z Compiling foreign-types v0.5.0
23792024-06-04T10:25:30.446Z Running `/home/build/.rustup/toolchains/1.78.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=487cf4f728a5b73a -C extra-filename=-487cf4f728a5b73a --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-630dcd53f43d1784.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-d6cdeff2a776a2a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-06-04T10:25:30.528Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23812024-06-04T10:25:30.553Z Running `/home/build/.rustup/toolchains/1.78.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=315e37159457d6ad -C extra-filename=-315e37159457d6ad --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-b13eaf252d9751db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-487cf4f728a5b73a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822024-06-04T10:25:30.654Z Compiling socket2 v0.4.10
23832024-06-04T10:25:30.654Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=927502a0ce0739a0 -C extra-filename=-927502a0ce0739a0 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842024-06-04T10:25:30.727Z Running `/home/build/.rustup/toolchains/1.78.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=054c86d4d8f156ad -C extra-filename=-054c86d4d8f156ad --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-9e9eff94c6618bbf.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-9f5b77e631705412.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
23852024-06-04T10:25:30.886Z Compiling smf v0.2.3
23862024-06-04T10:25:30.911Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a4e85fda4001f88 -C extra-filename=-8a4e85fda4001f88 --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-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-06-04T10:25:31.001Z Compiling humantime v2.1.0
23882024-06-04T10:25:31.026Z Running `/home/build/.rustup/toolchains/1.78.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=6012d0f29de951c9 -C extra-filename=-6012d0f29de951c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-06-04T10:25:31.069Z Compiling same-file v1.0.6
23902024-06-04T10:25:31.096Z Running `/home/build/.rustup/toolchains/1.78.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=980a8f3380cdad09 -C extra-filename=-980a8f3380cdad09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-06-04T10:25:31.277Z Compiling termcolor v1.4.1
23922024-06-04T10:25:31.302Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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=0b713a67487ebae9 -C extra-filename=-0b713a67487ebae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-06-04T10:25:31.445Z Compiling walkdir v2.5.0
23942024-06-04T10:25:31.470Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46f81c5457cebf70 -C extra-filename=-46f81c5457cebf70 --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-980a8f3380cdad09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-06-04T10:25:31.470Z Compiling arc-swap v1.7.1
23962024-06-04T10:25:31.495Z Running `/home/build/.rustup/toolchains/1.78.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.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=a8f5dfe0efe70e20 -C extra-filename=-a8f5dfe0efe70e20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-06-04T10:25:32.014Z Compiling slog-scope v4.4.0
23982024-06-04T10:25:32.039Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /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=14e2e79f5386911b -C extra-filename=-14e2e79f5386911b --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-a8f5dfe0efe70e20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-06-04T10:25:32.066Z Compiling newline-converter v0.3.0
24002024-06-04T10:25:32.067Z Running `/home/build/.rustup/toolchains/1.78.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=835d33978090f885 -C extra-filename=-835d33978090f885 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-06-04T10:25:32.092Z Compiling xattr v1.3.1
24022024-06-04T10:25:32.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-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 --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=7bf9647fa384659f -C extra-filename=-7bf9647fa384659f --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-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-06-04T10:25:32.117Z Compiling num_enum v0.5.11
24042024-06-04T10:25:32.117Z Compiling filetime v0.2.23
24052024-06-04T10:25:32.117Z Running `/home/build/.rustup/toolchains/1.78.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=b5e9a190bd33adcf -C extra-filename=-b5e9a190bd33adcf --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-52acff4faea05986.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062024-06-04T10:25:32.117Z Running `/home/build/.rustup/toolchains/1.78.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=fe9199de518d5372 -C extra-filename=-fe9199de518d5372 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-06-04T10:25:32.212Z Compiling slog-stdlog v4.1.1
24082024-06-04T10:25:32.237Z Running `/home/build/.rustup/toolchains/1.78.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=de451e2b27bb2f6a -C extra-filename=-de451e2b27bb2f6a --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-a206aa3e5ae8d451.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-14e2e79f5386911b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-06-04T10:25:32.262Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24102024-06-04T10:25:32.262Z Running `/home/build/.rustup/toolchains/1.78.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=57e8d6ee00764cd6 -C extra-filename=-57e8d6ee00764cd6 --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-9e9eff94c6618bbf.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bd713a3dee2b1c84.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-52e9685c026e18f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112024-06-04T10:25:32.324Z Compiling expectorate v1.1.0
24122024-06-04T10:25:32.350Z Running `/home/build/.rustup/toolchains/1.78.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=8e62f12868c0d965 -C extra-filename=-8e62f12868c0d965 --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-06094d2b7e85625c.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-835d33978090f885.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-06-04T10:25:32.441Z Compiling slog-envlogger v2.2.0
24142024-06-04T10:25:32.466Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /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=0eea9df8532afa3c -C extra-filename=-0eea9df8532afa3c --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-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-14e2e79f5386911b.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-de451e2b27bb2f6a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152024-06-04T10:25:32.491Z Compiling tar v0.4.40
24162024-06-04T10:25:32.491Z Running `/home/build/.rustup/toolchains/1.78.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=c55d4ffcf1b23fee -C extra-filename=-c55d4ffcf1b23fee --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-fe9199de518d5372.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-7bf9647fa384659f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-06-04T10:25:32.516Z Compiling utf-8 v0.7.6
24182024-06-04T10:25:32.516Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /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=d80cf9e5b2026b08 -C extra-filename=-d80cf9e5b2026b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-06-04T10:25:32.550Z Compiling termtree v0.4.1
24202024-06-04T10:25:32.575Z Running `/home/build/.rustup/toolchains/1.78.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=e22457661bb7c489 -C extra-filename=-e22457661bb7c489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-06-04T10:25:32.575Z Compiling heapless v0.8.0
24222024-06-04T10:25:32.627Z Running `/home/build/.rustup/toolchains/1.78.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=2543d08ff2114b80 -C extra-filename=-2543d08ff2114b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-06-04T10:25:32.746Z Compiling tungstenite v0.20.1
24242024-06-04T10:25:32.771Z Running `/home/build/.rustup/toolchains/1.78.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=95c1db9047be1663 -C extra-filename=-95c1db9047be1663 --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-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-06-04T10:25:32.799Z Compiling predicates-tree v1.0.9
24262024-06-04T10:25:32.825Z Running `/home/build/.rustup/toolchains/1.78.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=a21019c3fba05991 -C extra-filename=-a21019c3fba05991 --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-8c8481fa5f04966b.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e22457661bb7c489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-06-04T10:25:33.107Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80/build-script-build`
24282024-06-04T10:25:33.132Z Compiling hash32 v0.3.1
24292024-06-04T10:25:33.132Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /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=e53000e73ae3ef66 -C extra-filename=-e53000e73ae3ef66 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-06-04T10:25:33.211Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24312024-06-04T10:25:33.246Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/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=55bcd37b9ec8f24e -C extra-filename=-55bcd37b9ec8f24e --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-48949391afe8fc0d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-97a6deb517d81dd8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-06-04T10:25:33.334Z Compiling smoltcp v0.11.0
24332024-06-04T10:25:33.359Z Running `/home/build/.rustup/toolchains/1.78.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=40fb1982114f2451 -C extra-filename=-40fb1982114f2451 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-06-04T10:25:33.405Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24352024-06-04T10:25:33.430Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/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=c1c7167bf92f2f31 -C extra-filename=-c1c7167bf92f2f31 --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-696f446512d94c66.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-55bcd37b9ec8f24e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-06-04T10:25:33.430Z Compiling cobs v0.2.3
24372024-06-04T10:25:33.456Z Running `/home/build/.rustup/toolchains/1.78.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=e5b27fbaacc6dab6 -C extra-filename=-e5b27fbaacc6dab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-06-04T10:25:33.456Z Running `/home/build/.rustup/toolchains/1.78.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=ea414af49f056721 -C extra-filename=-ea414af49f056721 --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-e53000e73ae3ef66.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-06-04T10:25:33.705Z Compiling tokio-tungstenite v0.20.1
24402024-06-04T10:25:33.731Z Running `/home/build/.rustup/toolchains/1.78.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=c3793144883fdd47 -C extra-filename=-c3793144883fdd47 --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-708cbd8ae01528fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-95c1db9047be1663.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-06-04T10:25:33.989Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451/build-script-build`
24422024-06-04T10:25:34.019Z Compiling embedded-io v0.4.0
24432024-06-04T10:25:34.044Z Running `/home/build/.rustup/toolchains/1.78.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=bc26cd12a18f8d4f -C extra-filename=-bc26cd12a18f8d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-06-04T10:25:34.160Z Compiling crucible-workspace-hack v0.1.0
24452024-06-04T10:25:34.185Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=d342f50ed996efb9 -C extra-filename=-d342f50ed996efb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-06-04T10:25:34.219Z Compiling postcard v1.0.8
24472024-06-04T10:25:34.246Z Running `/home/build/.rustup/toolchains/1.78.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=04b3ae3d0793f106 -C extra-filename=-04b3ae3d0793f106 --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-e5b27fbaacc6dab6.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bc26cd12a18f8d4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-06-04T10:25:34.305Z Running `/home/build/.rustup/toolchains/1.78.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=0aa54e7efa9d3d23 -C extra-filename=-0aa54e7efa9d3d23 --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ea414af49f056721.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-06-04T10:25:34.336Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24502024-06-04T10:25:34.361Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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=fe7bf7ab8095508d -C extra-filename=-fe7bf7ab8095508d --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-fe7bf7ab8095508d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-06-04T10:25:34.461Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9/build-script-build`
24522024-06-04T10:25:34.492Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24532024-06-04T10:25:34.517Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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=b9ebc6b8124da48f -C extra-filename=-b9ebc6b8124da48f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-06-04T10:25:34.556Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /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=fc21f1208d0a9182 -C extra-filename=-fc21f1208d0a9182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-06-04T10:25:34.639Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-fe7bf7ab8095508d/build-script-build`
24562024-06-04T10:25:34.663Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24572024-06-04T10:25:34.663Z Compiling derive-where v1.2.7
24582024-06-04T10:25:34.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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=c2d41a61da79e8aa -C extra-filename=-c2d41a61da79e8aa --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-06-04T10:25:34.663Z Running `/home/build/.rustup/toolchains/1.78.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=16be061ce4b51a38 -C extra-filename=-16be061ce4b51a38 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-06-04T10:25:34.710Z Compiling sigpipe v0.1.3
24612024-06-04T10:25:34.735Z Running `/home/build/.rustup/toolchains/1.78.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=a6e2710882dbcdf1 -C extra-filename=-a6e2710882dbcdf1 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-06-04T10:25:34.836Z Compiling atty v0.2.14
24632024-06-04T10:25:34.860Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /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=ec22a67fa055e4b1 -C extra-filename=-ec22a67fa055e4b1 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642024-06-04T10:25:34.919Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24652024-06-04T10:25:34.945Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=ef3b5ac7f0cd640c -C extra-filename=-ef3b5ac7f0cd640c --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662024-06-04T10:25:34.975Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24672024-06-04T10:25:34.976Z Running `/home/build/.rustup/toolchains/1.78.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=c42413f04a0ec494 -C extra-filename=-c42413f04a0ec494 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:25:35.186Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c/build-script-build`
24692024-06-04T10:25:35.214Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=243f102e132b1b56 -C extra-filename=-243f102e132b1b56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-57e8d6ee00764cd6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-315e37159457d6ad.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-054c86d4d8f156ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
24702024-06-04T10:25:35.254Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24712024-06-04T10:25:35.278Z Running `/home/build/.rustup/toolchains/1.78.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=972383d77971fd94 -C extra-filename=-972383d77971fd94 --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-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-2e6ef6f73169174d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-06-04T10:25:35.494Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24732024-06-04T10:25:35.518Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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=c383ab1738e36093 -C extra-filename=-c383ab1738e36093 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742024-06-04T10:25:35.887Z Compiling pem v3.0.4
24752024-06-04T10:25:35.911Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b61fc3fa1ef52932 -C extra-filename=-b61fc3fa1ef52932 --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-a69496bcd97c9671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-06-04T10:25:36.558Z Compiling mockall_derive v0.12.1
24772024-06-04T10:25:36.559Z Running `/home/build/.rustup/toolchains/1.78.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.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=8db820e8d99c237a -C extra-filename=-8db820e8d99c237a --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-6cd145163fd70236.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-06-04T10:25:36.622Z Compiling num-derive v0.4.2
24792024-06-04T10:25:36.647Z Running `/home/build/.rustup/toolchains/1.78.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.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=f5dd951c4ae79634 -C extra-filename=-f5dd951c4ae79634 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802024-06-04T10:25:37.806Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24812024-06-04T10:25:37.831Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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=d9f65da29e9a4575 -C extra-filename=-d9f65da29e9a4575 --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-b9ebc6b8124da48f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-04b3ae3d0793f106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-06-04T10:25:38.394Z Compiling downcast v0.11.0
24832024-06-04T10:25:38.418Z Running `/home/build/.rustup/toolchains/1.78.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=37e495d66ccdc831 -C extra-filename=-37e495d66ccdc831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842024-06-04T10:25:38.495Z Compiling fragile v2.0.0
24852024-06-04T10:25:38.519Z Running `/home/build/.rustup/toolchains/1.78.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=a6a943ca6c0c647a -C extra-filename=-a6a943ca6c0c647a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-06-04T10:25:38.632Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24872024-06-04T10:25:38.657Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=97b905aa179980dd -C extra-filename=-97b905aa179980dd --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-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-972383d77971fd94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-06-04T10:25:38.916Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24892024-06-04T10:25:38.941Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/8c6d485/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=6d3d2f0ae9ef1e19 -C extra-filename=-6d3d2f0ae9ef1e19 --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-fc21f1208d0a9182.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-f5dd951c4ae79634.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-06-04T10:25:39.098Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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=8a0be1857d509082 -C extra-filename=-8a0be1857d509082 --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-6cd145163fd70236.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b9ebc6b8124da48f.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-c2d41a61da79e8aa.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-d9f65da29e9a4575.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-04b3ae3d0793f106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2092fe5ef094ac50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
24912024-06-04T10:25:39.316Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24922024-06-04T10:25:39.341Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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=b90248766d2a46dd -C extra-filename=-b90248766d2a46dd --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-6cd145163fd70236.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b9ebc6b8124da48f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8a0be1857d509082.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-c42413f04a0ec494.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2092fe5ef094ac50.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932024-06-04T10:25:39.652Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24942024-06-04T10:25:39.676Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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=2fc9be4bc7887e8e -C extra-filename=-2fc9be4bc7887e8e --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-c383ab1738e36093.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-06-04T10:25:39.752Z Compiling env_logger v0.9.3
24962024-06-04T10:25:39.777Z Running `/home/build/.rustup/toolchains/1.78.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=cf93980e941b35d2 -C extra-filename=-cf93980e941b35d2 --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-ec22a67fa055e4b1.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-06-04T10:25:40.050Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24982024-06-04T10:25:40.075Z Running `/home/build/.rustup/toolchains/1.78.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=b489419adc860445 -C extra-filename=-b489419adc860445 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-06-04T10:25:40.075Z Compiling bitstruct_derive v0.1.0
25002024-06-04T10:25:40.075Z Running `/home/build/.rustup/toolchains/1.78.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=01097c0f2b09c004 -C extra-filename=-01097c0f2b09c004 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-06-04T10:25:40.230Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25022024-06-04T10:25:40.256Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/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=68fa60fae054801a -C extra-filename=-68fa60fae054801a --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-1dd61003af64f293.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c1c7167bf92f2f31.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ce3dd7ca9841e2f3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-06-04T10:25:40.456Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25042024-06-04T10:25:40.481Z Running `/home/build/.rustup/toolchains/1.78.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=cd2d1cbe4dbc1139 -C extra-filename=-cd2d1cbe4dbc1139 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-06-04T10:25:40.578Z Compiling ascii v1.1.0
25062024-06-04T10:25:40.602Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii --edition=2015 /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=56c1e1864e67c3e2 -C extra-filename=-56c1e1864e67c3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-06-04T10:25:40.931Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25082024-06-04T10:25:40.956Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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=c0fd3c9f883ff8f5 -C extra-filename=-c0fd3c9f883ff8f5 --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-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-243f102e132b1b56.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8a0be1857d509082.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b90248766d2a46dd.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-04b3ae3d0793f106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-06-04T10:25:41.048Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25102024-06-04T10:25:41.073Z Running `/home/build/.rustup/toolchains/1.78.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=987804bac0975d03 -C extra-filename=-987804bac0975d03 --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-56c1e1864e67c3e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-cf93980e941b35d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-06-04T10:25:41.117Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25122024-06-04T10:25:41.141Z Running `/home/build/.rustup/toolchains/1.78.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=e3552d5b05e4c97b -C extra-filename=-e3552d5b05e4c97b --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-9e9eff94c6618bbf.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-cd2d1cbe4dbc1139.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-06-04T10:25:41.346Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25142024-06-04T10:25:41.371Z Running `/home/build/.rustup/toolchains/1.78.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=81bf4db6be517860 -C extra-filename=-81bf4db6be517860 --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-b489419adc860445.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-06-04T10:25:41.371Z Compiling bitstruct v0.1.1
25162024-06-04T10:25:41.371Z Running `/home/build/.rustup/toolchains/1.78.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=dafc38eb390d9b09 -C extra-filename=-dafc38eb390d9b09 --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-01097c0f2b09c004.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-06-04T10:25:41.473Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25182024-06-04T10:25:41.498Z Running `/home/build/.rustup/toolchains/1.78.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=0767124742b03303 -C extra-filename=-0767124742b03303 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-06-04T10:25:41.709Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25202024-06-04T10:25:41.734Z Running `/home/build/.rustup/toolchains/1.78.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=0d51539d1488fa97 -C extra-filename=-0d51539d1488fa97 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-06-04T10:25:42.000Z Compiling serde_arrays v0.1.0
25222024-06-04T10:25:42.025Z Running `/home/build/.rustup/toolchains/1.78.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=bde8124335dd9fd3 -C extra-filename=-bde8124335dd9fd3 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232024-06-04T10:25:42.052Z Compiling erased-serde v0.3.31
25242024-06-04T10:25:42.052Z Running `/home/build/.rustup/toolchains/1.78.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=7153f06c325803e7 -C extra-filename=-7153f06c325803e7 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252024-06-04T10:25:42.076Z Compiling heck v0.3.3
25262024-06-04T10:25:42.076Z Running `/home/build/.rustup/toolchains/1.78.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=1277b6a5850af162 -C extra-filename=-1277b6a5850af162 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-06-04T10:25:42.143Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25282024-06-04T10:25:42.167Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=dc019a8d8d257539 -C extra-filename=-dc019a8d8d257539 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292024-06-04T10:25:42.282Z Compiling convert_case v0.4.0
25302024-06-04T10:25:42.306Z Running `/home/build/.rustup/toolchains/1.78.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=e2f100e3eb668363 -C extra-filename=-e2f100e3eb668363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-06-04T10:25:42.432Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539/build-script-build`
25322024-06-04T10:25:42.456Z Compiling zone_cfg_derive v0.1.2
25332024-06-04T10:25:42.456Z Running `/home/build/.rustup/toolchains/1.78.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=627609a80706d4e2 -C extra-filename=-627609a80706d4e2 --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-1277b6a5850af162.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-2e6ef6f73169174d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-06-04T10:25:42.487Z Compiling tungstenite v0.21.0
25352024-06-04T10:25:42.512Z Running `/home/build/.rustup/toolchains/1.78.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=a4e45bf7d8397eb8 -C extra-filename=-a4e45bf7d8397eb8 --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-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362024-06-04T10:25:43.122Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25372024-06-04T10:25:43.146Z Running `/home/build/.rustup/toolchains/1.78.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=f05a4b8cbb12fab8 -C extra-filename=-f05a4b8cbb12fab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-81bf4db6be517860.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-dafc38eb390d9b09.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-0767124742b03303.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-7153f06c325803e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0d51539d1488fa97.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-987804bac0975d03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-bde8124335dd9fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-e3552d5b05e4c97b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-06-04T10:25:43.212Z Compiling derive_more v0.99.17
25392024-06-04T10:25:43.259Z Running `/home/build/.rustup/toolchains/1.78.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=00eab56eea97850a -C extra-filename=-00eab56eea97850a --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-e2f100e3eb668363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-06-04T10:25:43.319Z Compiling mockall v0.12.1
25412024-06-04T10:25:43.343Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab14b31bd69f1bc8 -C extra-filename=-ab14b31bd69f1bc8 --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-6cd145163fd70236.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-37e495d66ccdc831.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-a6a943ca6c0c647a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-8db820e8d99c237a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-06-04T10:25:43.612Z Compiling headers-core v0.2.0
25432024-06-04T10:25:43.639Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /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=f23a93ee29878e4d -C extra-filename=-f23a93ee29878e4d --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-2f6144cc237d078b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-06-04T10:25:43.756Z Compiling base64 v0.13.1
25452024-06-04T10:25:43.781Z Running `/home/build/.rustup/toolchains/1.78.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=10d0499ba3326980 -C extra-filename=-10d0499ba3326980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-06-04T10:25:43.859Z Compiling zone v0.1.8
25472024-06-04T10:25:43.883Z Running `/home/build/.rustup/toolchains/1.78.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=7e512758919ae0ab -C extra-filename=-7e512758919ae0ab --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-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-627609a80706d4e2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-06-04T10:25:44.262Z Compiling ron v0.7.1
25492024-06-04T10:25:44.286Z Running `/home/build/.rustup/toolchains/1.78.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=f1e67966543c4390 -C extra-filename=-f1e67966543c4390 --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-10d0499ba3326980.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-06-04T10:25:44.286Z Compiling headers v0.3.9
25512024-06-04T10:25:44.286Z Compiling tokio-tungstenite v0.21.0
25522024-06-04T10:25:44.286Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /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=5e3c6b151c807602 -C extra-filename=-5e3c6b151c807602 --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-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f23a93ee29878e4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532024-06-04T10:25:44.286Z Running `/home/build/.rustup/toolchains/1.78.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=f3a35c24b4f341ce -C extra-filename=-f3a35c24b4f341ce --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-708cbd8ae01528fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a4e45bf7d8397eb8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-06-04T10:25:44.755Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=5033b2eef317dfec -C extra-filename=-5033b2eef317dfec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-57e8d6ee00764cd6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-315e37159457d6ad.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-054c86d4d8f156ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
25552024-06-04T10:25:45.154Z Compiling portpicker v0.1.1
25562024-06-04T10:25:45.179Z Running `/home/build/.rustup/toolchains/1.78.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=373b609bbc0d0c3c -C extra-filename=-373b609bbc0d0c3c --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-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-06-04T10:25:45.179Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25582024-06-04T10:25:45.179Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a92f5bacdc6d5751 -C extra-filename=-a92f5bacdc6d5751 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a92f5bacdc6d5751 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6163d56a4d54cf7e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ea725b54fa142c98.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25592024-06-04T10:25:45.424Z Compiling rcgen v0.12.1
25602024-06-04T10:25:45.461Z Running `/home/build/.rustup/toolchains/1.78.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=f71a934fa8695411 -C extra-filename=-f71a934fa8695411 --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-b61fc3fa1ef52932.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
25612024-06-04T10:25:45.487Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a92f5bacdc6d5751/build-script-build`
25622024-06-04T10:25:45.512Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=aceea5041fd93157 -C extra-filename=-aceea5041fd93157 --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-6163d56a4d54cf7e.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ea725b54fa142c98.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25632024-06-04T10:25:45.598Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25642024-06-04T10:25:45.622Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4ecc7786c975c5a5 -C extra-filename=-4ecc7786c975c5a5 --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-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25652024-06-04T10:25:45.973Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25662024-06-04T10:25:45.998Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=cd653566008bac17 -C extra-filename=-cd653566008bac17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25672024-06-04T10:25:46.195Z Compiling atomicwrites v0.4.3
25682024-06-04T10:25:46.219Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /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=c2d4ca1f53562fa7 -C extra-filename=-c2d4ca1f53562fa7 --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-7c528e277d2672f3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-06-04T10:25:46.363Z Compiling subprocess v0.2.9
25702024-06-04T10:25:46.387Z Running `/home/build/.rustup/toolchains/1.78.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=3af8e2c5d96eb9d8 -C extra-filename=-3af8e2c5d96eb9d8 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-06-04T10:25:46.498Z Compiling password-hash v0.5.0
25722024-06-04T10:25:46.523Z Running `/home/build/.rustup/toolchains/1.78.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=205f0c55aea4cae8 -C extra-filename=-205f0c55aea4cae8 --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-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-06-04T10:25:46.948Z Compiling blake2 v0.10.6
25742024-06-04T10:25:46.974Z Running `/home/build/.rustup/toolchains/1.78.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=b8e04f420b15003b -C extra-filename=-b8e04f420b15003b --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-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-06-04T10:25:47.378Z Compiling linked-hash-map v0.5.6
25762024-06-04T10:25:47.402Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /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=aa4db96c4b21ea1e -C extra-filename=-aa4db96c4b21ea1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-06-04T10:25:47.472Z Compiling argon2 v0.5.3
25782024-06-04T10:25:47.499Z Running `/home/build/.rustup/toolchains/1.78.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=1df8ed436852c61a -C extra-filename=-1df8ed436852c61a --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-96ee31262a117aa9.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b8e04f420b15003b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-205f0c55aea4cae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-06-04T10:25:47.683Z Compiling lru-cache v0.1.2
25802024-06-04T10:25:47.707Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /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=4f8b8e71785fe9b4 -C extra-filename=-4f8b8e71785fe9b4 --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-aa4db96c4b21ea1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-06-04T10:25:47.818Z Compiling swrite v0.1.0
25822024-06-04T10:25:47.842Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /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=10687806c0c4c1d6 -C extra-filename=-10687806c0c4c1d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-06-04T10:25:47.866Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25842024-06-04T10:25:47.866Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=d8f9ee923f1712e3 -C extra-filename=-d8f9ee923f1712e3 --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-aceea5041fd93157.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25852024-06-04T10:25:47.935Z Compiling resolv-conf v0.7.0
25862024-06-04T10:25:47.960Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /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=940a057e3b626726 -C extra-filename=-940a057e3b626726 --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-d35460ad3d70bf46.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-06-04T10:25:47.960Z Compiling semver v0.1.20
25882024-06-04T10:25:47.960Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /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=af270c62ed479890 -C extra-filename=-af270c62ed479890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-06-04T10:25:48.050Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25902024-06-04T10:25:48.079Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=64711f4e2d601fdb -C extra-filename=-64711f4e2d601fdb --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-1df8ed436852c61a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25912024-06-04T10:25:48.145Z Compiling home v0.5.9
25922024-06-04T10:25:48.169Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C metadata=11ca7fe2274501f0 -C extra-filename=-11ca7fe2274501f0 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:25:48.444Z Compiling trust-dns-resolver v0.22.0
25942024-06-04T10:25:48.468Z Running `/home/build/.rustup/toolchains/1.78.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=5d93a7d577050d84 -C extra-filename=-5d93a7d577050d84 --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-6cd145163fd70236.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-940a057e3b626726.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-06-04T10:25:48.468Z Compiling rustc_version v0.1.7
25962024-06-04T10:25:48.468Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /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=74966e74112a5093 -C extra-filename=-74966e74112a5093 --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-af270c62ed479890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-06-04T10:25:48.565Z Compiling cancel-safe-futures v0.1.5
25982024-06-04T10:25:48.590Z Running `/home/build/.rustup/toolchains/1.78.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=7d5a5bf504233a9c -C extra-filename=-7d5a5bf504233a9c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-06-04T10:25:48.671Z Compiling half v2.4.1
26002024-06-04T10:25:48.698Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.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=e0ff64272072bd76 -C extra-filename=-e0ff64272072bd76 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-06-04T10:25:48.894Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c/build-script-build`
26022024-06-04T10:25:48.918Z Compiling newtype_derive v0.1.6
26032024-06-04T10:25:48.918Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=119d94e058e2fe69 -C extra-filename=-119d94e058e2fe69 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74966e74112a5093.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-06-04T10:25:48.946Z Compiling ciborium-io v0.2.2
26052024-06-04T10:25:48.970Z Running `/home/build/.rustup/toolchains/1.78.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=796b53103f912cb4 -C extra-filename=-796b53103f912cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-06-04T10:25:49.064Z Running `/home/build/.rustup/toolchains/1.78.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=eefc6c2c8eb656d2 -C extra-filename=-eefc6c2c8eb656d2 --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072024-06-04T10:25:49.152Z Compiling ciborium-ll v0.2.2
26082024-06-04T10:25:49.177Z Running `/home/build/.rustup/toolchains/1.78.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=f785944e34600a3e -C extra-filename=-f785944e34600a3e --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-796b53103f912cb4.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e0ff64272072bd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-06-04T10:25:49.201Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69/build-script-build`
26102024-06-04T10:25:49.259Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /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=ba33c99523a0690b -C extra-filename=-ba33c99523a0690b --out-dir /work/oxidecomputer/omicron/target/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`
26112024-06-04T10:25:49.366Z Compiling steno v0.4.0
26122024-06-04T10:25:49.390Z Running `/home/build/.rustup/toolchains/1.78.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=c8f6444a1d353b3d -C extra-filename=-c8f6444a1d353b3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132024-06-04T10:25:49.505Z Compiling slog-dtrace v0.3.0
26142024-06-04T10:25:49.548Z Running `/home/build/.rustup/toolchains/1.78.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=c611d7d9fdd24599 -C extra-filename=-c611d7d9fdd24599 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-06-04T10:25:49.577Z Compiling rayon-core v1.12.1
26162024-06-04T10:25:49.577Z Running `/home/build/.rustup/toolchains/1.78.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=78abd3ebecc12dba -C extra-filename=-78abd3ebecc12dba --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-06-04T10:25:49.737Z Compiling glob v0.3.1
26182024-06-04T10:25:49.763Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /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=009c09a73c940a7e -C extra-filename=-009c09a73c940a7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-06-04T10:25:49.803Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599/build-script-build`
26202024-06-04T10:25:49.833Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba/build-script-build`
26212024-06-04T10:25:49.860Z Compiling ciborium v0.2.2
26222024-06-04T10:25:49.886Z Running `/home/build/.rustup/toolchains/1.78.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=95fd1bd9c2e6afd0 -C extra-filename=-95fd1bd9c2e6afd0 --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-796b53103f912cb4.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f785944e34600a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232024-06-04T10:25:49.886Z Compiling crossbeam-deque v0.8.5
26242024-06-04T10:25:49.886Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=54c5a275a74fe6f4 -C extra-filename=-54c5a275a74fe6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-06-04T10:25:50.182Z Running `/home/build/.rustup/toolchains/1.78.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=a7a242ed38bebb38 -C extra-filename=-a7a242ed38bebb38 --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-54c5a275a74fe6f4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-06-04T10:25:50.218Z Running `/home/build/.rustup/toolchains/1.78.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=cbe690b0e8cb5d8e -C extra-filename=-cbe690b0e8cb5d8e --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-ffb435b01cf406b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-06-04T10:25:50.592Z Compiling signature v2.2.0
26282024-06-04T10:25:50.617Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-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 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=6aea2f4aaeeae408 -C extra-filename=-6aea2f4aaeeae408 --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-eaca827472c55861.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-06-04T10:25:50.707Z Compiling libsw v3.3.1
26302024-06-04T10:25:50.732Z Running `/home/build/.rustup/toolchains/1.78.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=fa8e6a817a5a96af -C extra-filename=-fa8e6a817a5a96af --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-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-06-04T10:25:50.870Z Compiling rayon v1.10.0
26322024-06-04T10:25:50.895Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cc7f706c24f99fe -C extra-filename=-9cc7f706c24f99fe --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-c6ebce9b8f2b7960.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7a242ed38bebb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-06-04T10:25:50.989Z Compiling owo-colors v4.0.0
26342024-06-04T10:25:51.015Z Running `/home/build/.rustup/toolchains/1.78.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=c45fdf9b4e3eeb94 -C extra-filename=-c45fdf9b4e3eeb94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-06-04T10:25:51.075Z Compiling linear-map v1.2.0
26362024-06-04T10:25:51.100Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /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=43dbd843f8ec402a -C extra-filename=-43dbd843f8ec402a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-06-04T10:25:51.373Z Compiling nibble_vec v0.1.0
26382024-06-04T10:25:51.401Z Running `/home/build/.rustup/toolchains/1.78.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=dca1475a3c10fb2a -C extra-filename=-dca1475a3c10fb2a --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-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-06-04T10:25:51.548Z Compiling endian-type v0.1.2
26402024-06-04T10:25:51.574Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /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=08a20c65fb4946da -C extra-filename=-08a20c65fb4946da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-06-04T10:25:51.739Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26422024-06-04T10:25:51.764Z Running `/home/build/.rustup/toolchains/1.78.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=45eb96b2ffc622c1 -C extra-filename=-45eb96b2ffc622c1 --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-f05a4b8cbb12fab8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-06-04T10:25:51.764Z Compiling radix_trie v0.2.1
26442024-06-04T10:25:51.764Z Running `/home/build/.rustup/toolchains/1.78.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=1f57b5e206871653 -C extra-filename=-1f57b5e206871653 --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-08a20c65fb4946da.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-dca1475a3c10fb2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-06-04T10:25:52.092Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26462024-06-04T10:25:52.117Z Running `/home/build/.rustup/toolchains/1.78.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=e068a03d1d76ff24 -C extra-filename=-e068a03d1d76ff24 --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-45eb96b2ffc622c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-06-04T10:25:52.373Z Compiling num-rational v0.4.2
26482024-06-04T10:25:52.398Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-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=fa405bf4f8dc9654 -C extra-filename=-fa405bf4f8dc9654 --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-06-04T10:25:52.647Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26502024-06-04T10:25:52.697Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=52c3e75b17671a77 -C extra-filename=-52c3e75b17671a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fa8e6a817a5a96af.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26512024-06-04T10:25:52.739Z Compiling num-complex v0.4.6
26522024-06-04T10:25:52.764Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=aaf2764d43f4d1ed -C extra-filename=-aaf2764d43f4d1ed --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-06-04T10:25:53.603Z Compiling fxhash v0.2.1
26542024-06-04T10:25:53.629Z Compiling display-error-chain v0.2.0
26552024-06-04T10:25:53.629Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /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=e605e9a3f5355272 -C extra-filename=-e605e9a3f5355272 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-06-04T10:25:53.629Z Running `/home/build/.rustup/toolchains/1.78.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=8bcc55f5e1ff0008 -C extra-filename=-8bcc55f5e1ff0008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-06-04T10:25:53.791Z Compiling num v0.4.3
26582024-06-04T10:25:53.791Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' -C metadata=9911d058f70bbb5a -C extra-filename=-9911d058f70bbb5a --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-aaf2764d43f4d1ed.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-fa405bf4f8dc9654.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-06-04T10:25:53.816Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26602024-06-04T10:25:53.816Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8ac8d8be117806a3 -C extra-filename=-8ac8d8be117806a3 --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-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26612024-06-04T10:25:53.872Z Compiling radium v0.7.0
26622024-06-04T10:25:53.897Z Running `/home/build/.rustup/toolchains/1.78.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=5c375997c550e0f8 -C extra-filename=-5c375997c550e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-06-04T10:25:53.922Z Compiling tap v1.0.1
26642024-06-04T10:25:53.922Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /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=76750a7351ad8b49 -C extra-filename=-76750a7351ad8b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652024-06-04T10:25:54.068Z Compiling maybe-uninit v2.0.0
26662024-06-04T10:25:54.093Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=3693912ea490c5a6 -C extra-filename=-3693912ea490c5a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-06-04T10:25:54.289Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8/build-script-build`
26682024-06-04T10:25:54.319Z Running `/home/build/.rustup/toolchains/1.78.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=e679cd4107bdea17 -C extra-filename=-e679cd4107bdea17 --out-dir /work/oxidecomputer/omicron/target/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`
26692024-06-04T10:25:54.558Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6/build-script-build`
26702024-06-04T10:25:54.609Z Compiling wyz v0.5.1
26712024-06-04T10:25:54.634Z Running `/home/build/.rustup/toolchains/1.78.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=079ba44f6dc6bf92 -C extra-filename=-079ba44f6dc6bf92 --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-76750a7351ad8b49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-06-04T10:25:54.711Z Compiling bzip2-sys v0.1.11+1.0.8
26732024-06-04T10:25:54.736Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=92e0b719bee18269 -C extra-filename=-92e0b719bee18269 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-06-04T10:25:54.761Z Compiling crc-catalog v2.4.0
26752024-06-04T10:25:54.761Z Running `/home/build/.rustup/toolchains/1.78.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.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=74dcf0a0c1e1ded3 -C extra-filename=-74dcf0a0c1e1ded3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-06-04T10:25:54.858Z Compiling packed_struct v0.10.1
26772024-06-04T10:25:54.882Z Running `/home/build/.rustup/toolchains/1.78.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=3e908e771ed83f77 -C extra-filename=-3e908e771ed83f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-06-04T10:25:54.907Z Compiling funty v2.0.0
26792024-06-04T10:25:54.908Z Running `/home/build/.rustup/toolchains/1.78.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=ef7a69128d99b578 -C extra-filename=-ef7a69128d99b578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-06-04T10:25:54.978Z Compiling num-bigint-dig v0.8.4
26812024-06-04T10:25:55.003Z Running `/home/build/.rustup/toolchains/1.78.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=86df98b0f743becd -C extra-filename=-86df98b0f743becd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-06-04T10:25:55.166Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269/build-script-build`
26832024-06-04T10:25:55.265Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd/build-script-build`
26842024-06-04T10:25:55.290Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77/build-script-build`
26852024-06-04T10:25:55.316Z Compiling crc v3.2.1
26862024-06-04T10:25:55.341Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.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=faea6f435bd0047b -C extra-filename=-faea6f435bd0047b --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-74dcf0a0c1e1ded3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-06-04T10:25:55.341Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /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=0c2e63aa6f3c139a -C extra-filename=-0c2e63aa6f3c139a --out-dir /work/oxidecomputer/omicron/target/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`
26882024-06-04T10:25:55.440Z Compiling packed_struct_codegen v0.10.1
26892024-06-04T10:25:55.465Z Running `/home/build/.rustup/toolchains/1.78.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=0fd5af14581f0f98 -C extra-filename=-0fd5af14581f0f98 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-06-04T10:25:55.651Z Compiling indexmap v1.9.3
26912024-06-04T10:25:55.676Z Running `/home/build/.rustup/toolchains/1.78.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=33103ac4e6cf007e -C extra-filename=-33103ac4e6cf007e --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-06-04T10:25:55.721Z Compiling bitvec v1.0.1
26932024-06-04T10:25:55.745Z Running `/home/build/.rustup/toolchains/1.78.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=80a1669b9026107b -C extra-filename=-80a1669b9026107b --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-ef7a69128d99b578.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-e679cd4107bdea17.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-76750a7351ad8b49.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-079ba44f6dc6bf92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-06-04T10:25:55.782Z Compiling nodrop v0.1.14
26952024-06-04T10:25:55.782Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /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=ec6c4f2bb6062d27 -C extra-filename=-ec6c4f2bb6062d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-06-04T10:25:55.915Z Compiling array-init v0.0.4
26972024-06-04T10:25:55.941Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /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=e31f5b02445fbcc1 -C extra-filename=-e31f5b02445fbcc1 --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-ec6c4f2bb6062d27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982024-06-04T10:25:55.941Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /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=d871874f7d44fa03 -C extra-filename=-d871874f7d44fa03 --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-9e9eff94c6618bbf.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-7975931029728112/out/lib -l static=bz2`
26992024-06-04T10:25:55.975Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e/build-script-build`
27002024-06-04T10:25:56.011Z Compiling smallvec v0.6.14
27012024-06-04T10:25:56.036Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /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=477785d50d54cd39 -C extra-filename=-477785d50d54cd39 --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-0c2e63aa6f3c139a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022024-06-04T10:25:56.088Z Running `/home/build/.rustup/toolchains/1.78.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=df682ab861c6a430 -C extra-filename=-df682ab861c6a430 --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-4079b563d11206ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-98a4140e57fd013c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
27032024-06-04T10:25:56.166Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27042024-06-04T10:25:56.192Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/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=60451ba76cf06c5e -C extra-filename=-60451ba76cf06c5e --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-9bec796bcb182e2c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c1c7167bf92f2f31.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-68fa60fae054801a.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27052024-06-04T10:25:56.350Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/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=1fb77af8fb876970 -C extra-filename=-1fb77af8fb876970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27062024-06-04T10:25:56.379Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27072024-06-04T10:25:56.379Z Running `/home/build/.rustup/toolchains/1.78.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=cb262e5216be442b -C extra-filename=-cb262e5216be442b --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-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27082024-06-04T10:25:56.443Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092024-06-04T10:25:56.468Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=781656b3a90a8e5c -C extra-filename=-781656b3a90a8e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27102024-06-04T10:25:56.836Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27112024-06-04T10:25:56.861Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=03379e8ee8f018f3 -C extra-filename=-03379e8ee8f018f3 --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-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27122024-06-04T10:25:57.919Z Compiling pkcs1 v0.7.5
27132024-06-04T10:25:57.944Z Running `/home/build/.rustup/toolchains/1.78.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=7f5023eb2e258dfb -C extra-filename=-7f5023eb2e258dfb --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-f60248ae21ce4171.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142024-06-04T10:25:58.046Z Compiling bitfield v0.14.0
27152024-06-04T10:25:58.072Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /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=d550909bbac18955 -C extra-filename=-d550909bbac18955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-06-04T10:25:58.320Z Compiling hashbrown v0.12.3
27172024-06-04T10:25:58.345Z Running `/home/build/.rustup/toolchains/1.78.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=953c86427907735b -C extra-filename=-953c86427907735b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182024-06-04T10:25:58.742Z Running `/home/build/.rustup/toolchains/1.78.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=173bcd5d55307bbd -C extra-filename=-173bcd5d55307bbd --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-80a1669b9026107b.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-0fd5af14581f0f98.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-06-04T10:25:58.882Z Compiling constant_time_eq v0.3.0
27202024-06-04T10:25:58.907Z Running `/home/build/.rustup/toolchains/1.78.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=a5ae682ae21eab04 -C extra-filename=-a5ae682ae21eab04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-06-04T10:25:59.046Z Compiling arrayref v0.3.7
27222024-06-04T10:25:59.071Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /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=5506778857bc3003 -C extra-filename=-5506778857bc3003 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:25:59.143Z Compiling arrayvec v0.7.4
27242024-06-04T10:25:59.168Z Running `/home/build/.rustup/toolchains/1.78.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=27565aeac1afc72b -C extra-filename=-27565aeac1afc72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-06-04T10:25:59.221Z Running `/home/build/.rustup/toolchains/1.78.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=590be275649af55b -C extra-filename=-590be275649af55b --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-953c86427907735b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
27262024-06-04T10:25:59.489Z Compiling rsa v0.9.6
27272024-06-04T10:25:59.514Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-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 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=38990eaacf0db257 -C extra-filename=-38990eaacf0db257 --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-e1a935d3d543cf79.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-df682ab861c6a430.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7f5023eb2e258dfb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6aea2f4aaeeae408.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-06-04T10:25:59.942Z Compiling serde-hex v0.1.0
27292024-06-04T10:25:59.967Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /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=17da8790747dd5f0 -C extra-filename=-17da8790747dd5f0 --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-e31f5b02445fbcc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-477785d50d54cd39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-06-04T10:26:01.606Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27312024-06-04T10:26:01.655Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=f10245ff79618a31 -C extra-filename=-f10245ff79618a31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4ecc7786c975c5a5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383f901f27801735.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27322024-06-04T10:26:01.848Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27332024-06-04T10:26:01.873Z Running `/home/build/.rustup/toolchains/1.78.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=0ce9c850e724215d -C extra-filename=-0ce9c850e724215d --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-9cdfe1db1ea1f39e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-5033b2eef317dfec.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-373b609bbc0d0c3c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cb262e5216be442b.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-e068a03d1d76ff24.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f1e67966543c4390.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2092fe5ef094ac50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f3a35c24b4f341ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7e512758919ae0ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27342024-06-04T10:26:02.045Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27352024-06-04T10:26:02.070Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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=2bbacad8c8eb3b6e -C extra-filename=-2bbacad8c8eb3b6e --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-d550909bbac18955.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-173bcd5d55307bbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-06-04T10:26:02.568Z Compiling bzip2 v0.4.4
27372024-06-04T10:26:02.594Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /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=4d8984d00c924b10 -C extra-filename=-4d8984d00c924b10 --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-d871874f7d44fa03.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.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-7975931029728112/out/lib`
27382024-06-04T10:26:02.914Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-06-04T10:26:02.939Z Running `/home/build/.rustup/toolchains/1.78.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=2e87847d84faf8b9 -C extra-filename=-2e87847d84faf8b9 --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-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-06-04T10:26:03.176Z Compiling env_logger v0.10.2
27412024-06-04T10:26:03.220Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-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=64e22e1adc2ea79a -C extra-filename=-64e22e1adc2ea79a --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-1fb2ee4459a95d8f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422024-06-04T10:26:03.577Z Compiling x509-cert v0.2.5
27432024-06-04T10:26:03.602Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=fa4acfade667231c -C extra-filename=-fa4acfade667231c --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-e1a935d3d543cf79.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-06-04T10:26:04.157Z Compiling ron v0.8.1
27452024-06-04T10:26:04.181Z Running `/home/build/.rustup/toolchains/1.78.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=481d589cacbcf419 -C extra-filename=-481d589cacbcf419 --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-bfc5ed6832fe4205.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462024-06-04T10:26:05.404Z Compiling hashbrown v0.13.2
27472024-06-04T10:26:05.428Z Running `/home/build/.rustup/toolchains/1.78.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=7ee400fb58c465bc -C extra-filename=-7ee400fb58c465bc --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-6163d56a4d54cf7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482024-06-04T10:26:06.287Z Compiling crc-any v2.5.0
27492024-06-04T10:26:06.311Z Running `/home/build/.rustup/toolchains/1.78.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.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=4e518ab7a34dab84 -C extra-filename=-4e518ab7a34dab84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-06-04T10:26:06.336Z Compiling object v0.30.4
27512024-06-04T10:26:06.336Z Running `/home/build/.rustup/toolchains/1.78.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=e307d50676ad82db -C extra-filename=-e307d50676ad82db --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-b93e8dcfe84d9fec.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-7ee400fb58c465bc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-590be275649af55b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-06-04T10:26:06.716Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27532024-06-04T10:26:06.741Z Running `/home/build/.rustup/toolchains/1.78.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=30b997750ac487b3 -C extra-filename=-30b997750ac487b3 --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-481d589cacbcf419.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2e87847d84faf8b9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542024-06-04T10:26:06.797Z Compiling zip v0.6.6
27552024-06-04T10:26:06.822Z Running `/home/build/.rustup/toolchains/1.78.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=a1dee7d7307cdaea -C extra-filename=-a1dee7d7307cdaea --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-4079b563d11206ed.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-4d8984d00c924b10.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b93e8dcfe84d9fec.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.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-7975931029728112/out/lib`
27562024-06-04T10:26:07.193Z Compiling ring v0.16.20
27572024-06-04T10:26:07.218Z Running `/home/build/.rustup/toolchains/1.78.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=e4db3c45e381807a -C extra-filename=-e4db3c45e381807a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582024-06-04T10:26:07.386Z Compiling blake3 v1.5.1
27592024-06-04T10:26:07.410Z Running `/home/build/.rustup/toolchains/1.78.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.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"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=1ec3f446c8d6022e -C extra-filename=-1ec3f446c8d6022e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602024-06-04T10:26:07.434Z Compiling path-slash v0.1.5
27612024-06-04T10:26:07.434Z Running `/home/build/.rustup/toolchains/1.78.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=76f42b26ab6ae9f6 -C extra-filename=-76f42b26ab6ae9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622024-06-04T10:26:07.622Z Compiling memmap2 v0.9.4
27632024-06-04T10:26:07.646Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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=f222c8f5feb49f0b -C extra-filename=-f222c8f5feb49f0b --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642024-06-04T10:26:07.950Z Compiling untrusted v0.7.1
27652024-06-04T10:26:07.975Z Running `/home/build/.rustup/toolchains/1.78.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=4a373aa2a958763b -C extra-filename=-4a373aa2a958763b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-06-04T10:26:08.015Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e/build-script-build`
27672024-06-04T10:26:08.040Z Compiling parking_lot_core v0.8.6
27682024-06-04T10:26:08.040Z Running `/home/build/.rustup/toolchains/1.78.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=bb822fb252e22d13 -C extra-filename=-bb822fb252e22d13 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-06-04T10:26:08.126Z Compiling topological-sort v0.2.2
27702024-06-04T10:26:08.150Z Running `/home/build/.rustup/toolchains/1.78.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=00c376485f04f7b6 -C extra-filename=-00c376485f04f7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-06-04T10:26:08.174Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a/build-script-build`
27722024-06-04T10:26:08.364Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=9780d40799678b87 -C extra-filename=-9780d40799678b87 --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-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-f222c8f5feb49f0b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/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`
27732024-06-04T10:26:08.389Z Compiling maplit v1.0.2
27742024-06-04T10:26:08.389Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /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=9404687583d38e0f -C extra-filename=-9404687583d38e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-06-04T10:26:08.480Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13/build-script-build`
27762024-06-04T10:26:08.506Z Compiling async-recursion v1.1.1
27772024-06-04T10:26:08.530Z Running `/home/build/.rustup/toolchains/1.78.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.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=647a770ab00d8d13 -C extra-filename=-647a770ab00d8d13 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-06-04T10:26:08.555Z Running `/home/build/.rustup/toolchains/1.78.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=74af49de15fbba3f -C extra-filename=-74af49de15fbba3f --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-6cd145163fd70236.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792024-06-04T10:26:09.113Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27802024-06-04T10:26:09.138Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6bd12cef62630db3 -C extra-filename=-6bd12cef62630db3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27812024-06-04T10:26:09.705Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27822024-06-04T10:26:09.730Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=d3bdd675698ef9d4 -C extra-filename=-d3bdd675698ef9d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2fc9be4bc7887e8e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6d3d2f0ae9ef1e19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-ab14b31bd69f1bc8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b90248766d2a46dd.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cd653566008bac17.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27832024-06-04T10:26:10.010Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27842024-06-04T10:26:10.034Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4d5c8408776ed190 -C extra-filename=-4d5c8408776ed190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27852024-06-04T10:26:10.380Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27862024-06-04T10:26:10.408Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=ffaff6bcfac4f064 -C extra-filename=-ffaff6bcfac4f064 --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-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ac8d8be117806a3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27872024-06-04T10:26:11.357Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27882024-06-04T10:26:11.382Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' -C metadata=9136708feebe1e54 -C extra-filename=-9136708feebe1e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27892024-06-04T10:26:13.108Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27902024-06-04T10:26:13.133Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0686c24bf1ae0d57 -C extra-filename=-0686c24bf1ae0d57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27912024-06-04T10:26:13.480Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27922024-06-04T10:26:13.505Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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=8444b6c5cd1ec6ff -C extra-filename=-8444b6c5cd1ec6ff --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-4079b563d11206ed.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-4e518ab7a34dab84.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-64e22e1adc2ea79a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2bbacad8c8eb3b6e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-173bcd5d55307bbd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-38990eaacf0db257.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-17da8790747dd5f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-fa4acfade667231c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-06-04T10:26:13.824Z Running `/home/build/.rustup/toolchains/1.78.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=f3ae8fcc2309ab57 -C extra-filename=-f3ae8fcc2309ab57 --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-646417322ca33c73.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c1329b9cf81be22e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-4a373aa2a958763b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -l static=ring-core -l static=ring-test`
27942024-06-04T10:26:14.764Z Compiling gethostname v0.4.3
27952024-06-04T10:26:14.788Z Running `/home/build/.rustup/toolchains/1.78.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=4fe18731d1c70ac9 -C extra-filename=-4fe18731d1c70ac9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962024-06-04T10:26:14.856Z Compiling libefi-sys v0.1.0
27972024-06-04T10:26:14.880Z Running `/home/build/.rustup/toolchains/1.78.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=91c363b6b9a1fe88 -C extra-filename=-91c363b6b9a1fe88 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982024-06-04T10:26:15.037Z Compiling parking_lot v0.11.2
27992024-06-04T10:26:15.062Z Running `/home/build/.rustup/toolchains/1.78.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=a873f86f11ffdc23 -C extra-filename=-a873f86f11ffdc23 --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-37e08d29aee74c57.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-74af49de15fbba3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-06-04T10:26:15.159Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88/build-script-build`
28012024-06-04T10:26:15.191Z Compiling trust-dns-client v0.22.0
28022024-06-04T10:26:15.215Z Running `/home/build/.rustup/toolchains/1.78.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=28cab2eecb5d24fb -C extra-filename=-28cab2eecb5d24fb --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-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-06-04T10:26:15.767Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
28042024-06-04T10:26:15.792Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/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=7f8500dbe77cd2d8 -C extra-filename=-7f8500dbe77cd2d8 --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-69413bc4625a4929.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2bbacad8c8eb3b6e.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8444b6c5cd1ec6ff.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e307d50676ad82db.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-76f42b26ab6ae9f6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-38990eaacf0db257.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2e87847d84faf8b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-30b997750ac487b3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-fa4acfade667231c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.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-7975931029728112/out/lib`
28052024-06-04T10:26:15.859Z Compiling omicron-zone-package v0.11.0
28062024-06-04T10:26:15.883Z Running `/home/build/.rustup/toolchains/1.78.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=d4af579a12e6329d -C extra-filename=-d4af579a12e6329d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9780d40799678b87.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-f3ae8fcc2309ab57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-00c376485f04f7b6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
28072024-06-04T10:26:16.315Z Compiling toml v0.5.11
28082024-06-04T10:26:16.340Z Running `/home/build/.rustup/toolchains/1.78.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=d68ce7e2484ae94d -C extra-filename=-d68ce7e2484ae94d --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-06-04T10:26:16.931Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28102024-06-04T10:26:16.955Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec9c619fa8b6570e -C extra-filename=-ec9c619fa8b6570e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-06-04T10:26:17.292Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28122024-06-04T10:26:17.316Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=bbb41066d08e741a -C extra-filename=-bbb41066d08e741a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4ecc7786c975c5a5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-24a07ba228a1a806.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28132024-06-04T10:26:17.696Z Compiling keccak v0.1.5
28142024-06-04T10:26:17.720Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f4bf38cad5b29804 -C extra-filename=-f4bf38cad5b29804 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:26:18.473Z Compiling sha3 v0.10.8
28162024-06-04T10:26:18.497Z Running `/home/build/.rustup/toolchains/1.78.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=1a441ead8dfc4e0d -C extra-filename=-1a441ead8dfc4e0d --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-eaca827472c55861.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-f4bf38cad5b29804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-06-04T10:26:19.311Z Compiling trust-dns-server v0.22.1
28182024-06-04T10:26:19.335Z Running `/home/build/.rustup/toolchains/1.78.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=a14bcaea3cd725f7 -C extra-filename=-a14bcaea3cd725f7 --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-8b47b0ad828ebbf1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a0e9076026c8e60e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b0c093100e57aea3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d68ce7e2484ae94d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-06-04T10:26:19.359Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e/build-script-build`
28202024-06-04T10:26:19.442Z Compiling sled v0.34.7
28212024-06-04T10:26:19.466Z Running `/home/build/.rustup/toolchains/1.78.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=da7637f35d7ddf76 -C extra-filename=-da7637f35d7ddf76 --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-b93e8dcfe84d9fec.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a873f86f11ffdc23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-06-04T10:26:19.519Z Running `/home/build/.rustup/toolchains/1.78.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=8d846799dc427fdb -C extra-filename=-8d846799dc427fdb --out-dir /work/oxidecomputer/omicron/target/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`
28232024-06-04T10:26:19.861Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28242024-06-04T10:26:19.886Z Running `/home/build/.rustup/toolchains/1.78.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=3d5ab6afc9126bd6 -C extra-filename=-3d5ab6afc9126bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-06-04T10:26:20.451Z Compiling secrecy v0.8.0
28262024-06-04T10:26:20.476Z Running `/home/build/.rustup/toolchains/1.78.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=4f840c46559cb2ee -C extra-filename=-4f840c46559cb2ee --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-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272024-06-04T10:26:20.682Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28282024-06-04T10:26:20.708Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6d03b90298bd6b7f -C extra-filename=-6d03b90298bd6b7f --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-d3bdd675698ef9d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28292024-06-04T10:26:20.980Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28302024-06-04T10:26:21.005Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=d51afc42369727f7 -C extra-filename=-d51afc42369727f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28312024-06-04T10:26:21.186Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28322024-06-04T10:26:21.212Z Running `/home/build/.rustup/toolchains/1.78.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=1edfece30cfcb5eb -C extra-filename=-1edfece30cfcb5eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-06-04T10:26:21.341Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28342024-06-04T10:26:21.366Z Running `/home/build/.rustup/toolchains/1.78.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=0a75b63f50c8f557 -C extra-filename=-0a75b63f50c8f557 --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-1edfece30cfcb5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-06-04T10:26:21.499Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb709d51b25398a6 -C extra-filename=-eb709d51b25398a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-3d5ab6afc9126bd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -l static=pci`
28362024-06-04T10:26:21.870Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28372024-06-04T10:26:21.896Z Running `/home/build/.rustup/toolchains/1.78.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=5e6219bd35f2d32d -C extra-filename=-5e6219bd35f2d32d --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-9e9eff94c6618bbf.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8d846799dc427fdb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382024-06-04T10:26:21.938Z Compiling toolchain_find v0.4.0
28392024-06-04T10:26:21.963Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=878890bcc89f1123 -C extra-filename=-878890bcc89f1123 --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-11ca7fe2274501f0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-06-04T10:26:22.210Z Compiling rustfmt-wrapper v0.2.1
28412024-06-04T10:26:22.235Z Running `/home/build/.rustup/toolchains/1.78.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=088d7f20fcadfd3c -C extra-filename=-088d7f20fcadfd3c --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-820c2ce8c834bb45.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-878890bcc89f1123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422024-06-04T10:26:22.521Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28432024-06-04T10:26:22.546Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=7c511187389ac4e7 -C extra-filename=-7c511187389ac4e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28442024-06-04T10:26:22.547Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
28452024-06-04T10:26:22.547Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21e48d078b4c129a -C extra-filename=-21e48d078b4c129a --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-21e48d078b4c129a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462024-06-04T10:26:22.691Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28472024-06-04T10:26:22.718Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=bc944395e508ff18 -C extra-filename=-bc944395e508ff18 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-bc944395e508ff18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-088d7f20fcadfd3c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
28482024-06-04T10:26:22.824Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-21e48d078b4c129a/build-script-build`
28492024-06-04T10:26:22.854Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28502024-06-04T10:26:22.880Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8cd072b7c548b73d -C extra-filename=-8cd072b7c548b73d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-3d5ab6afc9126bd6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5e6219bd35f2d32d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0a75b63f50c8f557.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
28512024-06-04T10:26:24.874Z Compiling buf-list v1.0.3
28522024-06-04T10:26:24.899Z Running `/home/build/.rustup/toolchains/1.78.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=9ee7582522da070e -C extra-filename=-9ee7582522da070e --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-06-04T10:26:25.425Z Compiling platforms v3.4.0
28542024-06-04T10:26:25.449Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.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=1914f65d79ad51fe -C extra-filename=-1914f65d79ad51fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-06-04T10:26:26.003Z Compiling curve25519-dalek v4.1.2
28562024-06-04T10:26:26.028Z Running `/home/build/.rustup/toolchains/1.78.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.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=6b0ca1a2e803a0c4 -C extra-filename=-6b0ca1a2e803a0c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6b0ca1a2e803a0c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-1914f65d79ad51fe.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-872d493ff49999a4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572024-06-04T10:26:26.028Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e/build-script-build`
28582024-06-04T10:26:26.114Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/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=8d39b621c21b8f32 -C extra-filename=-8d39b621c21b8f32 --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-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28592024-06-04T10:26:26.576Z Compiling universal-hash v0.5.1
28602024-06-04T10:26:26.601Z Running `/home/build/.rustup/toolchains/1.78.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=c7e8a452f9ee9b86 -C extra-filename=-c7e8a452f9ee9b86 --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-469342026b890081.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-06-04T10:26:26.754Z Compiling opaque-debug v0.3.1
28622024-06-04T10:26:26.779Z Running `/home/build/.rustup/toolchains/1.78.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=188f141b7d6831e2 -C extra-filename=-188f141b7d6831e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632024-06-04T10:26:26.853Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6b0ca1a2e803a0c4/build-script-build`
28642024-06-04T10:26:26.959Z Running `/home/build/.rustup/toolchains/1.78.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=cf83c744c5f0df0b -C extra-filename=-cf83c744c5f0df0b --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-4c4fe9871302af71.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
28652024-06-04T10:26:27.329Z Compiling curve25519-dalek-derive v0.1.1
28662024-06-04T10:26:27.354Z Running `/home/build/.rustup/toolchains/1.78.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.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=0d680780638d3d43 -C extra-filename=-0d680780638d3d43 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-06-04T10:26:27.438Z Compiling diff v0.1.13
28682024-06-04T10:26:27.463Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /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=89f24ea2acf2914f -C extra-filename=-89f24ea2acf2914f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-06-04T10:26:27.890Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28702024-06-04T10:26:27.915Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4d71b752c030eff7 -C extra-filename=-4d71b752c030eff7 --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-8d39b621c21b8f32.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28712024-06-04T10:26:28.034Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28722024-06-04T10:26:28.059Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=263642a4a647f7b6 -C extra-filename=-263642a4a647f7b6 --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-8b47b0ad828ebbf1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28732024-06-04T10:26:28.699Z Compiling aead v0.5.2
28742024-06-04T10:26:28.724Z Running `/home/build/.rustup/toolchains/1.78.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=b58f0f0d67acc8ce -C extra-filename=-b58f0f0d67acc8ce --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-469342026b890081.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752024-06-04T10:26:28.749Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=35949b2222746491 -C extra-filename=-35949b2222746491 --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0d680780638d3d43.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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"'`
28762024-06-04T10:26:28.945Z Compiling pin-project-internal v1.1.5
28772024-06-04T10:26:28.971Z Running `/home/build/.rustup/toolchains/1.78.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.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=3bad53476db2b791 -C extra-filename=-3bad53476db2b791 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-06-04T10:26:29.045Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28792024-06-04T10:26:29.070Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' -C metadata=796507d428bc1896 -C extra-filename=-796507d428bc1896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
28802024-06-04T10:26:30.152Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28812024-06-04T10:26:30.178Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=cf3b982b2bfaddee -C extra-filename=-cf3b982b2bfaddee --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28822024-06-04T10:26:31.077Z Compiling poly1305 v0.8.0
28832024-06-04T10:26:31.102Z Running `/home/build/.rustup/toolchains/1.78.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=0ba7bc2a312339b1 -C extra-filename=-0ba7bc2a312339b1 --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-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-c7e8a452f9ee9b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-06-04T10:26:31.607Z Compiling pin-project v1.1.5
28852024-06-04T10:26:31.633Z Running `/home/build/.rustup/toolchains/1.78.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.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=cb5b0ded53e682c8 -C extra-filename=-cb5b0ded53e682c8 --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-3bad53476db2b791.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-06-04T10:26:31.764Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28872024-06-04T10:26:31.792Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6c90f7fe0dab0cdc -C extra-filename=-6c90f7fe0dab0cdc --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-8bcc55f5e1ff0008.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28882024-06-04T10:26:32.383Z Compiling chacha20 v0.9.1
28892024-06-04T10:26:32.409Z Running `/home/build/.rustup/toolchains/1.78.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=5291f54940cdf677 -C extra-filename=-5291f54940cdf677 --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-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-06-04T10:26:32.442Z Compiling synstructure v0.12.6
28912024-06-04T10:26:32.466Z Running `/home/build/.rustup/toolchains/1.78.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=f779c5120632de36 -C extra-filename=-f779c5120632de36 --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-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-06-04T10:26:32.518Z Compiling thiserror-impl-no-std v2.0.2
28932024-06-04T10:26:32.543Z Running `/home/build/.rustup/toolchains/1.78.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=bbafb4ce411f5b8e -C extra-filename=-bbafb4ce411f5b8e --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-06-04T10:26:32.782Z Compiling nanorand v0.7.0
28952024-06-04T10:26:32.807Z Running `/home/build/.rustup/toolchains/1.78.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=7c7336e6ed36858a -C extra-filename=-7c7336e6ed36858a --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-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-06-04T10:26:33.326Z Compiling unicase v2.7.0
28972024-06-04T10:26:33.351Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=af773df03734cef5 -C extra-filename=-af773df03734cef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-06-04T10:26:33.616Z Compiling prettyplease v0.2.20
28992024-06-04T10:26:33.644Z Running `/home/build/.rustup/toolchains/1.78.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.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="verbatim"' -C metadata=ee598f944c741a1e -C extra-filename=-ee598f944c741a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-06-04T10:26:33.900Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e/build-script-build`
29012024-06-04T10:26:33.932Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5/build-script-build`
29022024-06-04T10:26:33.984Z Compiling zerocopy-derive v0.2.0
29032024-06-04T10:26:34.009Z Running `/home/build/.rustup/toolchains/1.78.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=68e2335289af0d99 -C extra-filename=-68e2335289af0d99 --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-affedceec9f1d802.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f779c5120632de36.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-06-04T10:26:34.138Z Compiling flume v0.11.0
29052024-06-04T10:26:34.163Z Running `/home/build/.rustup/toolchains/1.78.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=617024dcb90a8ae7 -C extra-filename=-617024dcb90a8ae7 --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7c7336e6ed36858a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-06-04T10:26:34.188Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29072024-06-04T10:26:34.189Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=2121d57224ac10a0 -C extra-filename=-2121d57224ac10a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29082024-06-04T10:26:34.711Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092024-06-04T10:26:34.737Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on -C metadata=3858b85e8260888e -C extra-filename=-3858b85e8260888e --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-3858b85e8260888e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29102024-06-04T10:26:35.114Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29112024-06-04T10:26:35.142Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=dcaa203f9d15c58b -C extra-filename=-dcaa203f9d15c58b --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-aceea5041fd93157.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29122024-06-04T10:26:35.167Z Compiling kstat-rs v0.2.3
29132024-06-04T10:26:35.167Z Running `/home/build/.rustup/toolchains/1.78.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=6a1d8a5593b99648 -C extra-filename=-6a1d8a5593b99648 --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-9e9eff94c6618bbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-06-04T10:26:35.339Z Compiling vte_generate_state_changes v0.1.1
29152024-06-04T10:26:35.364Z Running `/home/build/.rustup/toolchains/1.78.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=ad5de31e4b8dab15 -C extra-filename=-ad5de31e4b8dab15 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-06-04T10:26:35.389Z Compiling thiserror-no-std v2.0.2
29172024-06-04T10:26:35.389Z Running `/home/build/.rustup/toolchains/1.78.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=49c00f5e9456bfb6 -C extra-filename=-49c00f5e9456bfb6 --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-bbafb4ce411f5b8e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-06-04T10:26:35.513Z Compiling crunchy v0.2.2
29192024-06-04T10:26:35.538Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=130d10875e2d7017 -C extra-filename=-130d10875e2d7017 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-06-04T10:26:35.723Z Compiling vsss-rs v3.3.4
29212024-06-04T10:26:35.752Z Running `/home/build/.rustup/toolchains/1.78.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=fd7046c9343efd28 -C extra-filename=-fd7046c9343efd28 --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-35949b2222746491.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-49c00f5e9456bfb6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222024-06-04T10:26:35.837Z Compiling zerocopy v0.3.2
29232024-06-04T10:26:35.862Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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=303af79b8e2f8e85 -C extra-filename=-303af79b8e2f8e85 --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-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-68e2335289af0d99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242024-06-04T10:26:35.999Z Compiling vte v0.11.1
29252024-06-04T10:26:36.024Z Running `/home/build/.rustup/toolchains/1.78.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=151b29ea701e5f03 -C extra-filename=-151b29ea701e5f03 --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-1145d37920d1b3a9.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-ad5de31e4b8dab15.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-06-04T10:26:36.024Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017/build-script-build`
29272024-06-04T10:26:36.057Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-3858b85e8260888e/build-script-build`
29282024-06-04T10:26:36.091Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /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=7e795a496a58a165 -C extra-filename=-7e795a496a58a165 --out-dir /work/oxidecomputer/omicron/target/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`
29292024-06-04T10:26:36.291Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-bc944395e508ff18/build-script-build`
29302024-06-04T10:26:36.343Z Compiling chacha20poly1305 v0.10.1
29312024-06-04T10:26:36.368Z Running `/home/build/.rustup/toolchains/1.78.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=400ff4240984f72b -C extra-filename=-400ff4240984f72b --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-b58f0f0d67acc8ce.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5291f54940cdf677.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0ba7bc2a312339b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-06-04T10:26:36.437Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29332024-06-04T10:26:36.462Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/8c6d485/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=46a36afa47ba6411 -C extra-filename=-46a36afa47ba6411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29342024-06-04T10:26:36.546Z Compiling clang-sys v1.7.0
29352024-06-04T10:26:36.572Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.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="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=ada6db466aade206 -C extra-filename=-ada6db466aade206 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362024-06-04T10:26:36.886Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=07eec89751eb2978 -C extra-filename=-07eec89751eb2978 --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29372024-06-04T10:26:37.074Z Compiling fd-lock v4.0.2
29382024-06-04T10:26:37.099Z Running `/home/build/.rustup/toolchains/1.78.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=324908930ae5bf58 -C extra-filename=-324908930ae5bf58 --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-6cd145163fd70236.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-06-04T10:26:37.188Z Compiling usdt-impl v0.3.5
29402024-06-04T10:26:37.213Z Running `/home/build/.rustup/toolchains/1.78.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=1975db3bdd4b31e3 -C extra-filename=-1975db3bdd4b31e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-1975db3bdd4b31e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-06-04T10:26:37.270Z Compiling tiny-keccak v2.0.2
29422024-06-04T10:26:37.295Z Running `/home/build/.rustup/toolchains/1.78.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=7393d053db3fb81f -C extra-filename=-7393d053db3fb81f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-06-04T10:26:37.523Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442024-06-04T10:26:37.548Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=456b3df7018f2ba2 -C extra-filename=-456b3df7018f2ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-06-04T10:26:37.573Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f/build-script-build`
29462024-06-04T10:26:37.601Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29472024-06-04T10:26:37.626Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=9b7da5cba7941d30 -C extra-filename=-9b7da5cba7941d30 --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-ffb435b01cf406b3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29482024-06-04T10:26:37.787Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-1975db3bdd4b31e3/build-script-build`
29492024-06-04T10:26:37.830Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2/build-script-build`
29502024-06-04T10:26:37.858Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206/build-script-build`
29512024-06-04T10:26:37.890Z Compiling strip-ansi-escapes v0.2.0
29522024-06-04T10:26:37.915Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /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=cef03576aa09a073 -C extra-filename=-cef03576aa09a073 --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-151b29ea701e5f03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-06-04T10:26:37.950Z Compiling mime_guess v2.0.4
29542024-06-04T10:26:37.975Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=24d629e3f832fc6d -C extra-filename=-24d629e3f832fc6d --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-06-04T10:26:38.000Z Compiling dof v0.1.5
29562024-06-04T10:26:38.001Z Running `/home/build/.rustup/toolchains/1.78.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=da246e0a4e73a60a -C extra-filename=-da246e0a4e73a60a --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-f5929b7079a2c0d9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-303af79b8e2f8e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-06-04T10:26:38.266Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /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=be47fc9b93f67fd9 -C extra-filename=-be47fc9b93f67fd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-06-04T10:26:38.363Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29592024-06-04T10:26:38.388Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=cba7bb3a64146281 -C extra-filename=-cba7bb3a64146281 --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-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6a1d8a5593b99648.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29602024-06-04T10:26:38.442Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=98f4e172600b3940 -C extra-filename=-98f4e172600b3940 --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-affedceec9f1d802.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-06-04T10:26:38.884Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29622024-06-04T10:26:38.910Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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=326bf6bd7828f523 -C extra-filename=-326bf6bd7828f523 --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-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29632024-06-04T10:26:39.188Z Compiling dtrace-parser v0.1.14
29642024-06-04T10:26:39.214Z Running `/home/build/.rustup/toolchains/1.78.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=67d960f8fd5925e6 -C extra-filename=-67d960f8fd5925e6 --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-70d20cdffb66ff19.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e760427803ceb8a6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-06-04T10:26:39.502Z Compiling nu-ansi-term v0.50.0
29662024-06-04T10:26:39.527Z Running `/home/build/.rustup/toolchains/1.78.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=5df43d700eb6eb4b -C extra-filename=-5df43d700eb6eb4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-06-04T10:26:40.129Z Compiling ref-cast v1.0.23
29682024-06-04T10:26:40.153Z Running `/home/build/.rustup/toolchains/1.78.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.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d05054f9a0608075 -C extra-filename=-d05054f9a0608075 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-06-04T10:26:40.583Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075/build-script-build`
29702024-06-04T10:26:40.649Z Compiling reedline v0.31.0
29712024-06-04T10:26:40.673Z Running `/home/build/.rustup/toolchains/1.78.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=c7ddb6c4619d0e26 -C extra-filename=-c7ddb6c4619d0e26 --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-ffb435b01cf406b3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-324908930ae5bf58.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-5df43d700eb6eb4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-cef03576aa09a073.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7579223e27fb6344.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-06-04T10:26:40.923Z Running `/home/build/.rustup/toolchains/1.78.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=6954ac43d49de6ae -C extra-filename=-6954ac43d49de6ae --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-4079b563d11206ed.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-da246e0a4e73a60a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-67d960f8fd5925e6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-2764545db271fd37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
29732024-06-04T10:26:40.967Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d/build-script-build`
29742024-06-04T10:26:41.012Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on -C metadata=30ca6201389a7fa8 -C extra-filename=-30ca6201389a7fa8 --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-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29752024-06-04T10:26:42.414Z Running `/home/build/.rustup/toolchains/1.78.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=0c7c745df8082848 -C extra-filename=-0c7c745df8082848 --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-be47fc9b93f67fd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-06-04T10:26:42.880Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29772024-06-04T10:26:42.907Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a1ccb21188f64750 -C extra-filename=-a1ccb21188f64750 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a1ccb21188f64750 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29782024-06-04T10:26:42.931Z Compiling ascii-canvas v3.0.0
29792024-06-04T10:26:42.931Z Running `/home/build/.rustup/toolchains/1.78.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=86e63d4f6fd86b55 -C extra-filename=-86e63d4f6fd86b55 --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-f75757e0b8ad0343.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-06-04T10:26:43.167Z Compiling serde_tokenstream v0.1.7
29812024-06-04T10:26:43.191Z Running `/home/build/.rustup/toolchains/1.78.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=a7474cfdc1ede012 -C extra-filename=-a7474cfdc1ede012 --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-affedceec9f1d802.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-06-04T10:26:43.215Z Compiling ref-cast-impl v1.0.23
29832024-06-04T10:26:43.241Z Running `/home/build/.rustup/toolchains/1.78.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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1528042bcaaae39b -C extra-filename=-1528042bcaaae39b --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-06-04T10:26:43.441Z Compiling memoffset v0.7.1
29852024-06-04T10:26:43.466Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=0226fd1a564c99a9 -C extra-filename=-0226fd1a564c99a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-0226fd1a564c99a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-06-04T10:26:43.651Z Compiling ena v0.14.3
29872024-06-04T10:26:43.675Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-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 -C metadata=f50d97f471b1acb4 -C extra-filename=-f50d97f471b1acb4 --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-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-06-04T10:26:43.749Z Compiling libloading v0.8.3
29892024-06-04T10:26:43.773Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 -C metadata=a458ecb7de18deaf -C extra-filename=-a458ecb7de18deaf --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-06-04T10:26:44.012Z Compiling bindgen v0.69.4
29912024-06-04T10:26:44.036Z Running `/home/build/.rustup/toolchains/1.78.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.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=1a1ee6a60c43570b -C extra-filename=-1a1ee6a60c43570b --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922024-06-04T10:26:44.125Z Compiling regex-syntax v0.6.29
29932024-06-04T10:26:44.149Z Running `/home/build/.rustup/toolchains/1.78.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=914744d7c52ebf68 -C extra-filename=-914744d7c52ebf68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-06-04T10:26:44.325Z Running `/home/build/.rustup/toolchains/1.78.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.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=7dcd56b592db0c45 -C extra-filename=-7dcd56b592db0c45 --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-1528042bcaaae39b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-06-04T10:26:44.464Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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="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=9a74a8f90e01640a -C extra-filename=-9a74a8f90e01640a --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-009c09a73c940a7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-a458ecb7de18deaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-06-04T10:26:44.682Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-0226fd1a564c99a9/build-script-build`
29972024-06-04T10:26:44.706Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b/build-script-build`
29982024-06-04T10:26:44.731Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a1ccb21188f64750/build-script-build`
29992024-06-04T10:26:44.755Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /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=c06c9484ba04be42 -C extra-filename=-c06c9484ba04be42 --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-6ed43d208ee9dad1.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-06-04T10:26:44.816Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=13b4fc0bd1fe0546 -C extra-filename=-13b4fc0bd1fe0546 --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-6cd145163fd70236.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30012024-06-04T10:26:45.489Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30022024-06-04T10:26:45.514Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=40d22992cb1988c5 -C extra-filename=-40d22992cb1988c5 --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-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-dcaa203f9d15c58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30032024-06-04T10:26:45.864Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30042024-06-04T10:26:45.889Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=271ae31047b5c246 -C extra-filename=-271ae31047b5c246 --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-62e80274e97641d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30052024-06-04T10:26:46.654Z Compiling lalrpop v0.19.12
30062024-06-04T10:26:46.683Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /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=34cee8150fa08e0e -C extra-filename=-34cee8150fa08e0e --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-86e63d4f6fd86b55.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89f24ea2acf2914f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-f50d97f471b1acb4.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-914744d7c52ebf68.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-0c7c745df8082848.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072024-06-04T10:26:46.895Z Compiling which v4.4.2
30082024-06-04T10:26:46.920Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f50870f6a12b740b -C extra-filename=-f50870f6a12b740b --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-c6ebce9b8f2b7960.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-06-04T10:26:47.255Z Compiling cexpr v0.6.0
30102024-06-04T10:26:47.279Z Running `/home/build/.rustup/toolchains/1.78.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=ebf7ce8d4d33ee4d -C extra-filename=-ebf7ce8d4d33ee4d --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-e8c302dc3ba54578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-06-04T10:26:47.422Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
30122024-06-04T10:26:47.446Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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=201604d9a4a96364 -C extra-filename=-201604d9a4a96364 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-06-04T10:26:47.746Z Compiling snafu-derive v0.8.2
30142024-06-04T10:26:47.771Z Running `/home/build/.rustup/toolchains/1.78.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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' -C metadata=888791a1e5686146 -C extra-filename=-888791a1e5686146 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-06-04T10:26:48.541Z Compiling shlex v1.3.0
30162024-06-04T10:26:48.565Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /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=9b242747e0db09c0 -C extra-filename=-9b242747e0db09c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-06-04T10:26:48.803Z Compiling rustc-hash v1.1.0
30182024-06-04T10:26:48.828Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /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=6e319728dcc6ba59 -C extra-filename=-6e319728dcc6ba59 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:26:48.911Z Compiling lazycell v1.3.0
30202024-06-04T10:26:48.935Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /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=ffae22027f4cc176 -C extra-filename=-ffae22027f4cc176 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-06-04T10:26:48.935Z Compiling http-range v0.1.5
30222024-06-04T10:26:48.935Z Running `/home/build/.rustup/toolchains/1.78.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=f793d025cb4cc056 -C extra-filename=-f793d025cb4cc056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-06-04T10:26:48.959Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
30242024-06-04T10:26:48.959Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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=bc024d24cb5fc7bd -C extra-filename=-bc024d24cb5fc7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ec22a67fa055e4b1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-201604d9a4a96364.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30252024-06-04T10:26:49.085Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=df5a4365d75e40db -C extra-filename=-df5a4365d75e40db --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-3aa8a2c4fb2b2dd9.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ebf7ce8d4d33ee4d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9a74a8f90e01640a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-ffae22027f4cc176.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6e319728dcc6ba59.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b242747e0db09c0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f50870f6a12b740b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-06-04T10:26:49.265Z Compiling hyper-staticfile v0.9.5
30272024-06-04T10:26:49.290Z Running `/home/build/.rustup/toolchains/1.78.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=5a46ca571bd70deb -C extra-filename=-5a46ca571bd70deb --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-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-f793d025cb4cc056.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c06c9484ba04be42.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-06-04T10:26:50.083Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /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=5987d4d1312c46b3 -C extra-filename=-5987d4d1312c46b3 --out-dir /work/oxidecomputer/omicron/target/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`
30292024-06-04T10:26:50.193Z Compiling usdt-macro v0.3.5
30302024-06-04T10:26:50.217Z Running `/home/build/.rustup/toolchains/1.78.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=78f0e3967f71cb3c -C extra-filename=-78f0e3967f71cb3c --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-67d960f8fd5925e6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a7474cfdc1ede012.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6954ac43d49de6ae.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-06-04T10:26:51.454Z Compiling usdt-attr-macro v0.3.5
30322024-06-04T10:26:51.479Z Running `/home/build/.rustup/toolchains/1.78.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=0cb1782b1f5b46a0 -C extra-filename=-0cb1782b1f5b46a0 --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-67d960f8fd5925e6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a7474cfdc1ede012.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6954ac43d49de6ae.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-06-04T10:26:52.393Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30342024-06-04T10:26:52.418Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=7bb773bbe4a0efaf -C extra-filename=-7bb773bbe4a0efaf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-7bb773bbe4a0efaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30352024-06-04T10:26:52.539Z Compiling snafu v0.8.2
30362024-06-04T10:26:52.567Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=8e348f8e98bda121 -C extra-filename=-8e348f8e98bda121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cb5b0ded53e682c8.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-888791a1e5686146.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-06-04T10:26:52.670Z Compiling derive_builder_core v0.20.0
30382024-06-04T10:26:52.694Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=ae9c0e8b23d9be02 -C extra-filename=-ae9c0e8b23d9be02 --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-4c9ae0879070ae83.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-06-04T10:26:52.855Z Compiling globset v0.4.14
30402024-06-04T10:26:52.879Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=3ccbbfba0e362ff5 -C extra-filename=-3ccbbfba0e362ff5 --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-1fd9564269861caa.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-06-04T10:26:53.351Z Compiling olpc-cjson v0.1.3
30422024-06-04T10:26:53.375Z Running `/home/build/.rustup/toolchains/1.78.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=ed3dff8992f0fcbd -C extra-filename=-ed3dff8992f0fcbd --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-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-06-04T10:26:53.583Z Compiling serde_plain v1.0.2
30442024-06-04T10:26:53.608Z Running `/home/build/.rustup/toolchains/1.78.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=47431b318ddff250 -C extra-filename=-47431b318ddff250 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-06-04T10:26:53.939Z Compiling libxml v0.3.3
30462024-06-04T10:26:53.964Z Running `/home/build/.rustup/toolchains/1.78.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=6fed92e26fd65c4e -C extra-filename=-6fed92e26fd65c4e --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-06-04T10:26:54.293Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30482024-06-04T10:26:54.318Z Running `/home/build/.rustup/toolchains/1.78.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=cbe905ebe72207ac -C extra-filename=-cbe905ebe72207ac --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-cbe905ebe72207ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-06-04T10:26:54.470Z Compiling salty v0.2.0
30502024-06-04T10:26:54.495Z Running `/home/build/.rustup/toolchains/1.78.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=da72f3e91a6ecd83 -C extra-filename=-da72f3e91a6ecd83 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-da72f3e91a6ecd83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512024-06-04T10:26:54.592Z Compiling cfg_aliases v0.1.1
30522024-06-04T10:26:54.619Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44f2d3764aa1bf38 -C extra-filename=-44f2d3764aa1bf38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-06-04T10:26:54.708Z Compiling bytecount v0.6.8
30542024-06-04T10:26:54.732Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.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=11894f9d5d95f84b -C extra-filename=-11894f9d5d95f84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-06-04T10:26:54.732Z Compiling typed-path v0.7.1
30562024-06-04T10:26:54.733Z Running `/home/build/.rustup/toolchains/1.78.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9417dbd35ebe1b15 -C extra-filename=-9417dbd35ebe1b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-06-04T10:26:54.920Z Compiling signature v1.6.4
30582024-06-04T10:26:54.945Z Running `/home/build/.rustup/toolchains/1.78.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=2a7fad7c52cf9085 -C extra-filename=-2a7fad7c52cf9085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-06-04T10:26:54.969Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-da72f3e91a6ecd83/build-script-build`
30602024-06-04T10:26:54.993Z Compiling papergrid v0.11.0
30612024-06-04T10:26:55.017Z Running `/home/build/.rustup/toolchains/1.78.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=366d07b74c519337 -C extra-filename=-366d07b74c519337 --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-11894f9d5d95f84b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622024-06-04T10:26:55.042Z Compiling derive_builder_macro v0.20.0
30632024-06-04T10:26:55.042Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=b7aaf43c319698cc -C extra-filename=-b7aaf43c319698cc --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-ae9c0e8b23d9be02.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-06-04T10:26:55.082Z Compiling ed25519 v1.5.3
30652024-06-04T10:26:55.106Z Running `/home/build/.rustup/toolchains/1.78.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=a89451af813caf9a -C extra-filename=-a89451af813caf9a --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-2a7fad7c52cf9085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-06-04T10:26:55.383Z Compiling nix v0.28.0
30672024-06-04T10:26:55.407Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=3383d06de3eb6dbd -C extra-filename=-3383d06de3eb6dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44f2d3764aa1bf38.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682024-06-04T10:26:55.938Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-cbe905ebe72207ac/build-script-build`
30692024-06-04T10:26:56.013Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e/build-script-build`
30702024-06-04T10:26:56.053Z Compiling usdt v0.3.5
30712024-06-04T10:26:56.077Z Running `/home/build/.rustup/toolchains/1.78.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=3dd25926e0f640c9 -C extra-filename=-3dd25926e0f640c9 --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-67d960f8fd5925e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-0cb1782b1f5b46a0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6954ac43d49de6ae.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-78f0e3967f71cb3c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722024-06-04T10:26:56.124Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-7bb773bbe4a0efaf/build-script-build`
30732024-06-04T10:26:56.153Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30742024-06-04T10:26:56.177Z Running `/home/build/.rustup/toolchains/1.78.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=0f413dfbd589e13f -C extra-filename=-0f413dfbd589e13f --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-69ae6b86f325c5cb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5987d4d1312c46b3.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0b6d4576f055e0dd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-06-04T10:26:56.301Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=fee1e3ba735707ad -C extra-filename=-fee1e3ba735707ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-40d22992cb1988c5.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30762024-06-04T10:26:57.425Z Compiling tough v0.17.1
30772024-06-04T10:26:57.449Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=6e947024342f4776 -C extra-filename=-6e947024342f4776 --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-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3ccbbfba0e362ff5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-ed3dff8992f0fcbd.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-47431b318ddff250.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-8e348f8e98bda121.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-9417dbd35ebe1b15.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30782024-06-04T10:26:57.621Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30792024-06-04T10:26:57.646Z Running `/home/build/.rustup/toolchains/1.78.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=39a376cd6de6c881 -C extra-filename=-39a376cd6de6c881 --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-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802024-06-04T10:26:57.889Z Compiling tabled_derive v0.7.0
30812024-06-04T10:26:57.914Z Running `/home/build/.rustup/toolchains/1.78.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=545910a2e1bf140a -C extra-filename=-545910a2e1bf140a --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-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-2e6ef6f73169174d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822024-06-04T10:26:58.601Z Compiling serde-big-array v0.5.1
30832024-06-04T10:26:58.626Z Running `/home/build/.rustup/toolchains/1.78.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=ac7db5addc8c5920 -C extra-filename=-ac7db5addc8c5920 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842024-06-04T10:26:58.809Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30852024-06-04T10:26:58.838Z Running `/home/build/.rustup/toolchains/1.78.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=f94d5c9b79baa477 -C extra-filename=-f94d5c9b79baa477 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-06-04T10:26:59.662Z Compiling strum_macros v0.24.3
30872024-06-04T10:26:59.687Z Running `/home/build/.rustup/toolchains/1.78.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=374b102e631e39d4 -C extra-filename=-374b102e631e39d4 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882024-06-04T10:26:59.987Z Compiling cookie v0.18.1
30892024-06-04T10:27:00.012Z Running `/home/build/.rustup/toolchains/1.78.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.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=009a01de1221a26e -C extra-filename=-009a01de1221a26e --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902024-06-04T10:27:00.144Z Compiling parse-size v1.0.0
30912024-06-04T10:27:00.168Z Running `/home/build/.rustup/toolchains/1.78.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=ab981ef8e9581646 -C extra-filename=-ab981ef8e9581646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-06-04T10:27:00.280Z Compiling indoc v1.0.9
30932024-06-04T10:27:00.304Z Running `/home/build/.rustup/toolchains/1.78.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=15f28d339ebc4e9e -C extra-filename=-15f28d339ebc4e9e --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`
30942024-06-04T10:27:00.364Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e/build-script-build`
30952024-06-04T10:27:00.435Z Compiling tabled v0.15.0
30962024-06-04T10:27:00.459Z Running `/home/build/.rustup/toolchains/1.78.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=e2bf497102f66a9f -C extra-filename=-e2bf497102f66a9f --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-366d07b74c519337.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-545910a2e1bf140a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-06-04T10:27:00.459Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30982024-06-04T10:27:00.459Z Running `/home/build/.rustup/toolchains/1.78.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=72632cb8b7492ece -C extra-filename=-72632cb8b7492ece --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-f94d5c9b79baa477.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-06-04T10:27:00.868Z Running `/home/build/.rustup/toolchains/1.78.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=5af3cd6266e984da -C extra-filename=-5af3cd6266e984da --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-8b47b0ad828ebbf1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383f901f27801735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-30be5a2673aed793.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-0f413dfbd589e13f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ac7db5addc8c5920.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-39a376cd6de6c881.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3dd25926e0f640c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.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-7975931029728112/out/lib`
31002024-06-04T10:27:01.236Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd/build-script-build`
31012024-06-04T10:27:01.268Z Running `/home/build/.rustup/toolchains/1.78.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=eacb9bfce4ae5e5c -C extra-filename=-eacb9bfce4ae5e5c --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
31022024-06-04T10:27:02.973Z Compiling derive_builder v0.20.0
31032024-06-04T10:27:02.997Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bc3fdbbeeb15ce34 -C extra-filename=-bc3fdbbeeb15ce34 --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-b7aaf43c319698cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-06-04T10:27:03.156Z Running `/home/build/.rustup/toolchains/1.78.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=6a79af4cd92ea866 -C extra-filename=-6a79af4cd92ea866 --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-a89451af813caf9a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
31052024-06-04T10:27:03.830Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31062024-06-04T10:27:03.877Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=69e767ba3b10f16d -C extra-filename=-69e767ba3b10f16d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
31072024-06-04T10:27:05.213Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31082024-06-04T10:27:05.237Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=9bd7d233e81574dd -C extra-filename=-9bd7d233e81574dd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-9bd7d233e81574dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31092024-06-04T10:27:05.507Z Compiling signal-hook-tokio v0.3.1
31102024-06-04T10:27:05.534Z Running `/home/build/.rustup/toolchains/1.78.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=254efb6fd81b5eca -C extra-filename=-254efb6fd81b5eca --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-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-06-04T10:27:05.702Z Compiling serde-big-array v0.4.1
31122024-06-04T10:27:05.727Z Running `/home/build/.rustup/toolchains/1.78.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=5421da53e253302c -C extra-filename=-5421da53e253302c --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-06-04T10:27:05.874Z Compiling quick-xml v0.31.0
31142024-06-04T10:27:05.899Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=1884cf196052cace -C extra-filename=-1884cf196052cace --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-d9b2ede3219a3f1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-06-04T10:27:06.480Z Compiling oso-derive v0.27.3
31162024-06-04T10:27:06.504Z Running `/home/build/.rustup/toolchains/1.78.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.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=7915c0d498b02958 -C extra-filename=-7915c0d498b02958 --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-06-04T10:27:06.656Z Compiling impl-trait-for-tuples v0.2.2
31182024-06-04T10:27:06.681Z Running `/home/build/.rustup/toolchains/1.78.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=5e30d200b43c83b4 -C extra-filename=-5e30d200b43c83b4 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-06-04T10:27:06.962Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31202024-06-04T10:27:06.986Z Running `/home/build/.rustup/toolchains/1.78.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=07f073f712146d81 -C extra-filename=-07f073f712146d81 --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-00eab56eea97850a.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-72632cb8b7492ece.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-6a79af4cd92ea866.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-5421da53e253302c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-06-04T10:27:07.523Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31222024-06-04T10:27:07.548Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=51e6ec2a91e49c9b -C extra-filename=-51e6ec2a91e49c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5af3cd6266e984da.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
31232024-06-04T10:27:07.972Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-9bd7d233e81574dd/build-script-build`
31242024-06-04T10:27:08.000Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31252024-06-04T10:27:08.025Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=ac60b2400dbfe355 -C extra-filename=-ac60b2400dbfe355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ef94b071d94223ba.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31262024-06-04T10:27:08.903Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=86e14064563ec8d8 -C extra-filename=-86e14064563ec8d8 --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-3aa8a2c4fb2b2dd9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
31272024-06-04T10:27:12.006Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b8eafab6692b7b4 -C extra-filename=-7b8eafab6692b7b4 --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-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-06-04T10:27:12.961Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31292024-06-04T10:27:12.986Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=37d3e5df2220a38b -C extra-filename=-37d3e5df2220a38b --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-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-dcaa203f9d15c58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31302024-06-04T10:27:14.520Z Compiling peg-macros v0.8.3
31312024-06-04T10:27:14.544Z Running `/home/build/.rustup/toolchains/1.78.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.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1acb0fb55fe8d38 -C extra-filename=-e1acb0fb55fe8d38 --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-8f9b7af0cb4f1e2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-06-04T10:27:15.105Z Compiling sqlparser_derive v0.2.2
31332024-06-04T10:27:15.129Z Running `/home/build/.rustup/toolchains/1.78.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=eed15ede00e3da43 -C extra-filename=-eed15ede00e3da43 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-06-04T10:27:16.187Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31352024-06-04T10:27:16.212Z Running `/home/build/.rustup/toolchains/1.78.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=5270077f7341b780 -C extra-filename=-5270077f7341b780 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-06-04T10:27:16.276Z Compiling corncobs v0.1.3
31372024-06-04T10:27:16.303Z Running `/home/build/.rustup/toolchains/1.78.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=0a369123f48c14b2 -C extra-filename=-0a369123f48c14b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-06-04T10:27:16.536Z Compiling unicode_categories v0.1.1
31392024-06-04T10:27:16.560Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /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=970a285af1efccd6 -C extra-filename=-970a285af1efccd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-06-04T10:27:16.599Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780/build-script-build`
31412024-06-04T10:27:16.678Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31422024-06-04T10:27:16.702Z Running `/home/build/.rustup/toolchains/1.78.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=3d2e616800d0994d -C extra-filename=-3d2e616800d0994d --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-0a369123f48c14b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-72632cb8b7492ece.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-6a79af4cd92ea866.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-07f073f712146d81.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-06-04T10:27:16.853Z Compiling sqlformat v0.2.3
31442024-06-04T10:27:16.877Z Running `/home/build/.rustup/toolchains/1.78.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=c71ca3546e5586a5 -C extra-filename=-c71ca3546e5586a5 --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-0b4037e4c176bd20.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-970a285af1efccd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-06-04T10:27:17.116Z Compiling sqlparser v0.45.0
31462024-06-04T10:27:17.140Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=1fc3c1677c491e87 -C extra-filename=-1fc3c1677c491e87 --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-a206aa3e5ae8d451.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-eed15ede00e3da43.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-06-04T10:27:17.715Z Compiling peg v0.8.3
31482024-06-04T10:27:17.739Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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="std"' -C metadata=dd43f2d5cb007aa5 -C extra-filename=-dd43f2d5cb007aa5 --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-e1acb0fb55fe8d38.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-06-04T10:27:17.828Z Compiling rustyline v14.0.0
31502024-06-04T10:27:17.852Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=b52fb48a2e962234 -C extra-filename=-b52fb48a2e962234 --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-3aa8a2c4fb2b2dd9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-324908930ae5bf58.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-86e14064563ec8d8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-06-04T10:27:21.496Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31522024-06-04T10:27:21.521Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=7fca981c530c6101 -C extra-filename=-7fca981c530c6101 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7fca981c530c6101 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31532024-06-04T10:27:21.782Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31542024-06-04T10:27:21.807Z Running `/home/build/.rustup/toolchains/1.78.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=c61d68a7ffa7b345 -C extra-filename=-c61d68a7ffa7b345 --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-791557af361405da.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-06-04T10:27:21.932Z Compiling const_format_proc_macros v0.2.32
31562024-06-04T10:27:21.957Z Running `/home/build/.rustup/toolchains/1.78.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=655e3f98f2e662b2 -C extra-filename=-655e3f98f2e662b2 --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-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-06-04T10:27:23.497Z Compiling bb8 v0.8.3
31582024-06-04T10:27:23.522Z Running `/home/build/.rustup/toolchains/1.78.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=053ab04ce97f4cf5 -C extra-filename=-053ab04ce97f4cf5 --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-8b47b0ad828ebbf1.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-06-04T10:27:23.897Z Compiling bcs v0.1.6
31602024-06-04T10:27:23.925Z Running `/home/build/.rustup/toolchains/1.78.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=30f549e0875ff5eb -C extra-filename=-30f549e0875ff5eb --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-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-06-04T10:27:23.950Z Compiling highway v1.1.0
31622024-06-04T10:27:23.950Z Running `/home/build/.rustup/toolchains/1.78.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=24c8ccd833f0876a -C extra-filename=-24c8ccd833f0876a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-06-04T10:27:24.523Z Compiling const_format v0.2.32
31642024-06-04T10:27:24.574Z Running `/home/build/.rustup/toolchains/1.78.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=d0b5d2f61617be67 -C extra-filename=-d0b5d2f61617be67 --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-655e3f98f2e662b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-06-04T10:27:24.599Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31662024-06-04T10:27:24.599Z Running `/home/build/.rustup/toolchains/1.78.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=0ec9663701154891 -C extra-filename=-0ec9663701154891 --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-8b47b0ad828ebbf1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053ab04ce97f4cf5.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31672024-06-04T10:27:25.148Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7fca981c530c6101/build-script-build`
31682024-06-04T10:27:25.172Z Running `/home/build/.rustup/toolchains/1.78.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=726946b42eceecce -C extra-filename=-726946b42eceecce --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-1146aeae4614d126.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31692024-06-04T10:27:25.205Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31702024-06-04T10:27:25.230Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=66ca96c98e5a5fc5 -C extra-filename=-66ca96c98e5a5fc5 --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31712024-06-04T10:27:25.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31722024-06-04T10:27:25.545Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=b64cc379122ef97b -C extra-filename=-b64cc379122ef97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-30f549e0875ff5eb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dd43f2d5cb007aa5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b52fb48a2e962234.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c71ca3546e5586a5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1fc3c1677c491e87.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31732024-06-04T10:27:27.006Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31742024-06-04T10:27:27.031Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a6a0896cb0211a1e -C extra-filename=-a6a0896cb0211a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d2e616800d0994d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
31752024-06-04T10:27:30.925Z Compiling assert_matches v1.5.0
31762024-06-04T10:27:30.953Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /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=83e122273fb94066 -C extra-filename=-83e122273fb94066 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:27:31.042Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31782024-06-04T10:27:31.067Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=98bcc784a6d449f5 -C extra-filename=-98bcc784a6d449f5 --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-5c59870acc66e82f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
31792024-06-04T10:27:32.500Z Compiling rand_seeder v0.2.3
31802024-06-04T10:27:32.525Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /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=427baba788a3f0d2 -C extra-filename=-427baba788a3f0d2 --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-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-06-04T10:27:32.805Z Compiling portable-atomic v1.6.0
31822024-06-04T10:27:32.830Z Running `/home/build/.rustup/toolchains/1.78.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.6.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=8428a0bb14271d51 -C extra-filename=-8428a0bb14271d51 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832024-06-04T10:27:32.980Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31842024-06-04T10:27:33.006Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=2c2d52dd9c154eda -C extra-filename=-2c2d52dd9c154eda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31852024-06-04T10:27:33.767Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51/build-script-build`
31862024-06-04T10:27:33.848Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31872024-06-04T10:27:33.873Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=3aa1bc4ccbe44cd6 -C extra-filename=-3aa1bc4ccbe44cd6 --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-24a07ba228a1a806.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31882024-06-04T10:27:34.035Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31892024-06-04T10:27:34.060Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=313fe2a9e85aabb5 -C extra-filename=-313fe2a9e85aabb5 --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-8b47b0ad828ebbf1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31902024-06-04T10:27:34.418Z Running `/home/build/.rustup/toolchains/1.78.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.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=847dce58548c4b38 -C extra-filename=-847dce58548c4b38 --out-dir /work/oxidecomputer/omicron/target/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`
31912024-06-04T10:27:34.586Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31922024-06-04T10:27:34.615Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8c78788ba76a74af -C extra-filename=-8c78788ba76a74af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31932024-06-04T10:27:35.596Z Compiling number_prefix v0.4.0
31942024-06-04T10:27:35.621Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /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=7a5b9f87ef78d8f8 -C extra-filename=-7a5b9f87ef78d8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-06-04T10:27:35.821Z Compiling indicatif v0.17.8
31962024-06-04T10:27:35.846Z Running `/home/build/.rustup/toolchains/1.78.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=0e8047a55dacc6b8 -C extra-filename=-0e8047a55dacc6b8 --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-06094d2b7e85625c.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-7a5b9f87ef78d8f8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847dce58548c4b38.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-06-04T10:27:36.589Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31982024-06-04T10:27:36.614Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8ce596755a6bf110 -C extra-filename=-8ce596755a6bf110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3aa1bc4ccbe44cd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31992024-06-04T10:27:37.731Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32002024-06-04T10:27:37.756Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=87e8ee6668443166 -C extra-filename=-87e8ee6668443166 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-87e8ee6668443166 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32012024-06-04T10:27:38.011Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32022024-06-04T10:27:38.036Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=07c58f0724fdc382 -C extra-filename=-07c58f0724fdc382 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-07c58f0724fdc382 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32032024-06-04T10:27:38.325Z Compiling castaway v0.2.2
32042024-06-04T10:27:38.350Z Running `/home/build/.rustup/toolchains/1.78.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=8b81ff9219024ac5 -C extra-filename=-8b81ff9219024ac5 --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-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-06-04T10:27:38.491Z Compiling compact_str v0.7.1
32062024-06-04T10:27:38.491Z Running `/home/build/.rustup/toolchains/1.78.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=0bacbfa5515b7c55 -C extra-filename=-0bacbfa5515b7c55 --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-8b81ff9219024ac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-06-04T10:27:39.418Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-07c58f0724fdc382/build-script-build`
32082024-06-04T10:27:39.451Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-87e8ee6668443166/build-script-build`
32092024-06-04T10:27:39.484Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102024-06-04T10:27:39.509Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=a5c4cb834f5de210 -C extra-filename=-a5c4cb834f5de210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3aa1bc4ccbe44cd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32112024-06-04T10:27:41.699Z Compiling lru v0.12.3
32122024-06-04T10:27:41.723Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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="default"' --cfg 'feature="hashbrown"' -C metadata=ac45262f7dba3d64 -C extra-filename=-ac45262f7dba3d64 --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-4826ff5533775fa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132024-06-04T10:27:41.987Z Compiling stability v0.2.0
32142024-06-04T10:27:42.011Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe2b1012015098e4 -C extra-filename=-fe2b1012015098e4 --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-06-04T10:27:42.933Z Compiling indoc v2.0.5
32162024-06-04T10:27:42.957Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.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=2ccc432750977847 -C extra-filename=-2ccc432750977847 --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`
32172024-06-04T10:27:43.984Z Compiling cassowary v0.3.0
32182024-06-04T10:27:44.010Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /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=70b5f8a5424c0d79 -C extra-filename=-70b5f8a5424c0d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-06-04T10:27:44.092Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32202024-06-04T10:27:44.118Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=576e6680e8ca18fa -C extra-filename=-576e6680e8ca18fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32212024-06-04T10:27:45.189Z Compiling ratatui v0.26.2
32222024-06-04T10:27:45.213Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=6fd8ebc828003d8f -C extra-filename=-6fd8ebc828003d8f --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-3aa8a2c4fb2b2dd9.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-70b5f8a5424c0d79.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-0bacbfa5515b7c55.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2ccc432750977847.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ac45262f7dba3d64.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-fe2b1012015098e4.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-06-04T10:27:45.213Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32242024-06-04T10:27:45.237Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=dafcb8825423c648 -C extra-filename=-dafcb8825423c648 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-dafcb8825423c648 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32252024-06-04T10:27:45.501Z Compiling unicode-linebreak v0.1.5
32262024-06-04T10:27:45.525Z Running `/home/build/.rustup/toolchains/1.78.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=254a4c30b4d956b5 -C extra-filename=-254a4c30b4d956b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272024-06-04T10:27:45.894Z Compiling smawk v0.3.2
32282024-06-04T10:27:45.918Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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=ca72b463f6d7d093 -C extra-filename=-ca72b463f6d7d093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-06-04T10:27:46.109Z Compiling textwrap v0.16.1
32302024-06-04T10:27:46.134Z Running `/home/build/.rustup/toolchains/1.78.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=9a0fee9650b67427 -C extra-filename=-9a0fee9650b67427 --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-ca72b463f6d7d093.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-254a4c30b4d956b5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-06-04T10:27:47.237Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-dafcb8825423c648/build-script-build`
32322024-06-04T10:27:47.267Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32332024-06-04T10:27:47.291Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/8c6d485/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=f0e75680f417757a -C extra-filename=-f0e75680f417757a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32342024-06-04T10:27:47.960Z Compiling fatfs v0.3.6
32352024-06-04T10:27:47.984Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /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=891d19a8f26b58cb -C extra-filename=-891d19a8f26b58cb --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-06-04T10:27:49.519Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32372024-06-04T10:27:49.543Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c4af08a6d17fbcf5 -C extra-filename=-c4af08a6d17fbcf5 --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-ffb435b01cf406b3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32382024-06-04T10:27:49.690Z Compiling is_ci v1.2.0
32392024-06-04T10:27:49.714Z Running `/home/build/.rustup/toolchains/1.78.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=336043baef48eb38 -C extra-filename=-336043baef48eb38 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:27:49.922Z Compiling supports-color v3.0.0
32412024-06-04T10:27:49.946Z Running `/home/build/.rustup/toolchains/1.78.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=029f01e2e850e073 -C extra-filename=-029f01e2e850e073 --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-336043baef48eb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422024-06-04T10:27:50.267Z Compiling rtoolbox v0.0.2
32432024-06-04T10:27:50.291Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.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=d196f865524da922 -C extra-filename=-d196f865524da922 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-06-04T10:27:50.643Z Compiling shell-words v1.1.0
32452024-06-04T10:27:50.668Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /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=6698e029970b3969 -C extra-filename=-6698e029970b3969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462024-06-04T10:27:50.806Z Compiling rpassword v7.3.1
32472024-06-04T10:27:50.830Z Running `/home/build/.rustup/toolchains/1.78.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=681f3e511a1932d7 -C extra-filename=-681f3e511a1932d7 --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-9e9eff94c6618bbf.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-d196f865524da922.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-06-04T10:27:50.924Z Compiling tui-tree-widget v0.19.0
32492024-06-04T10:27:50.949Z Running `/home/build/.rustup/toolchains/1.78.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=1851202a411ab618 -C extra-filename=-1851202a411ab618 --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-6fd8ebc828003d8f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-06-04T10:27:51.087Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32512024-06-04T10:27:51.111Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4cf7cb43e2b0c603 -C extra-filename=-4cf7cb43e2b0c603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
32522024-06-04T10:27:51.220Z Compiling yansi v0.5.1
32532024-06-04T10:27:51.244Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2015 /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=bdbc4d7979348737 -C extra-filename=-bdbc4d7979348737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-06-04T10:27:51.530Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=653ce1447b8b15a5 -C extra-filename=-653ce1447b8b15a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32552024-06-04T10:27:52.561Z Compiling getrandom v0.1.16
32562024-06-04T10:27:52.588Z Running `/home/build/.rustup/toolchains/1.78.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=2ec73041e42815d9 -C extra-filename=-2ec73041e42815d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572024-06-04T10:27:52.792Z Compiling pretty_assertions v1.4.0
32582024-06-04T10:27:52.816Z Running `/home/build/.rustup/toolchains/1.78.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=71b85029e648d3c5 -C extra-filename=-71b85029e648d3c5 --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-89f24ea2acf2914f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-bdbc4d7979348737.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-06-04T10:27:53.139Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32602024-06-04T10:27:53.163Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=eb3f860cbd5a36b5 -C extra-filename=-eb3f860cbd5a36b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32612024-06-04T10:27:53.253Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9/build-script-build`
32622024-06-04T10:27:53.284Z Compiling target-lexicon v0.12.14
32632024-06-04T10:27:53.308Z Running `/home/build/.rustup/toolchains/1.78.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.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=588496c0fbf4d627 -C extra-filename=-588496c0fbf4d627 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642024-06-04T10:27:53.650Z Running `/home/build/.rustup/toolchains/1.78.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=d31f5d3089873b25 -C extra-filename=-d31f5d3089873b25 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-06-04T10:27:54.186Z Compiling rfc6979 v0.4.0
32662024-06-04T10:27:54.210Z Running `/home/build/.rustup/toolchains/1.78.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=ec55aba9ccc56afc -C extra-filename=-ec55aba9ccc56afc --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-cd18b5466500dc52.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-06-04T10:27:54.210Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627/build-script-build`
32682024-06-04T10:27:54.287Z Compiling cargo-platform v0.1.8
32692024-06-04T10:27:54.311Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C metadata=93ea23df9403dca2 -C extra-filename=-93ea23df9403dca2 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-06-04T10:27:54.386Z Compiling doc-comment v0.3.3
32712024-06-04T10:27:54.414Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=378b95388d82b812 -C extra-filename=-378b95388d82b812 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-06-04T10:27:54.814Z Compiling guppy-workspace-hack v0.1.0
32732024-06-04T10:27:54.838Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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=ba0802f28cc6b545 -C extra-filename=-ba0802f28cc6b545 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-06-04T10:27:54.938Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812/build-script-build`
32752024-06-04T10:27:55.086Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32762024-06-04T10:27:55.111Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=7699da92a41dc8b9 -C extra-filename=-7699da92a41dc8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32772024-06-04T10:27:55.111Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545/build-script-build`
32782024-06-04T10:27:55.142Z Compiling cargo_metadata v0.18.1
32792024-06-04T10:27:55.166Z Running `/home/build/.rustup/toolchains/1.78.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=2030e0308595f12b -C extra-filename=-2030e0308595f12b --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-5c59870acc66e82f.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-93ea23df9403dca2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-06-04T10:27:58.197Z Compiling ecdsa v0.16.9
32812024-06-04T10:27:58.222Z Running `/home/build/.rustup/toolchains/1.78.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=1f640eb1dd5d8d1d -C extra-filename=-1f640eb1dd5d8d1d --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-f60248ae21ce4171.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-ec55aba9ccc56afc.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6aea2f4aaeeae408.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-06-04T10:27:58.857Z Running `/home/build/.rustup/toolchains/1.78.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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=578578ac143aadcb -C extra-filename=-578578ac143aadcb --out-dir /work/oxidecomputer/omicron/target/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"'`
32832024-06-04T10:27:58.985Z Compiling rand_core v0.5.1
32842024-06-04T10:27:59.009Z Running `/home/build/.rustup/toolchains/1.78.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=b7637b5653a1dbbd -C extra-filename=-b7637b5653a1dbbd --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-d31f5d3089873b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-06-04T10:27:59.441Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
32862024-06-04T10:27:59.465Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=e48f766e6f702e11 -C extra-filename=-e48f766e6f702e11 --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-aceea5041fd93157.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32872024-06-04T10:27:59.553Z Compiling primeorder v0.13.6
32882024-06-04T10:27:59.553Z Running `/home/build/.rustup/toolchains/1.78.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=2186ffd6d5764800 -C extra-filename=-2186ffd6d5764800 --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-51770b30c6d2f0cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-06-04T10:27:59.983Z Compiling assert_cmd v2.0.14
32902024-06-04T10:28:00.009Z Running `/home/build/.rustup/toolchains/1.78.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=723a3592c5686b08 -C extra-filename=-723a3592c5686b08 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-723a3592c5686b08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912024-06-04T10:28:00.825Z Compiling option-ext v0.2.0
32922024-06-04T10:28:00.945Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext --edition=2015 /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=a2555ee3ac1924ba -C extra-filename=-a2555ee3ac1924ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932024-06-04T10:28:00.945Z Compiling target-spec v3.1.0
32942024-06-04T10:28:00.945Z Running `/home/build/.rustup/toolchains/1.78.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=de1d5a5b05aca86e -C extra-filename=-de1d5a5b05aca86e --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952024-06-04T10:28:00.976Z Compiling dirs-sys v0.4.1
32962024-06-04T10:28:00.976Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /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=9ab9a6ffa3d7c7af -C extra-filename=-9ab9a6ffa3d7c7af --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-9e9eff94c6618bbf.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-a2555ee3ac1924ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-06-04T10:28:01.494Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e/build-script-build`
32982024-06-04T10:28:01.494Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-723a3592c5686b08/build-script-build`
32992024-06-04T10:28:01.494Z Compiling cfg-expr v0.15.8
33002024-06-04T10:28:01.494Z Running `/home/build/.rustup/toolchains/1.78.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.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="target-lexicon"' --cfg 'feature="targets"' -C metadata=e49521e824a3670b -C extra-filename=-e49521e824a3670b --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-b79becaab4538f2c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012024-06-04T10:28:01.494Z Compiling rand_chacha v0.2.2
33022024-06-04T10:28:01.494Z Running `/home/build/.rustup/toolchains/1.78.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=fc916b1d2158f18d -C extra-filename=-fc916b1d2158f18d --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-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032024-06-04T10:28:02.157Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /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=58b07dc5d30f0994 -C extra-filename=-58b07dc5d30f0994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042024-06-04T10:28:02.258Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /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=68b9f2f2236d7b58 -C extra-filename=-68b9f2f2236d7b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-06-04T10:28:02.356Z Compiling polyval v0.6.2
33062024-06-04T10:28:02.384Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=482db37e8555ef52 -C extra-filename=-482db37e8555ef52 --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-c7e8a452f9ee9b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-06-04T10:28:02.747Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33082024-06-04T10:28:02.772Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b555078a6f4b9fd8 -C extra-filename=-b555078a6f4b9fd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33092024-06-04T10:28:02.976Z Compiling ed25519 v2.2.3
33102024-06-04T10:28:03.011Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7d50fdd2f55ec26e -C extra-filename=-7d50fdd2f55ec26e --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-6aea2f4aaeeae408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112024-06-04T10:28:03.522Z Compiling http-body v1.0.0
33122024-06-04T10:28:03.523Z Running `/home/build/.rustup/toolchains/1.78.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=f588f0e6ec4b338a -C extra-filename=-f588f0e6ec4b338a --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-4c4fe9871302af71.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132024-06-04T10:28:03.715Z Compiling blowfish v0.9.1
33142024-06-04T10:28:03.740Z Running `/home/build/.rustup/toolchains/1.78.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=3dfcca61edf2564d -C extra-filename=-3dfcca61edf2564d --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-4079b563d11206ed.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152024-06-04T10:28:04.157Z Compiling samael v0.0.15
33162024-06-04T10:28:04.181Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=1bbad7734351a8ba -C extra-filename=-1bbad7734351a8ba --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-1bbad7734351a8ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-df5a4365d75e40db.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172024-06-04T10:28:04.206Z Compiling aes v0.8.4
33182024-06-04T10:28:04.234Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 -C metadata=0555abadfd87cbff -C extra-filename=-0555abadfd87cbff --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-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-06-04T10:28:06.399Z Compiling ctr v0.9.2
33202024-06-04T10:28:06.425Z Running `/home/build/.rustup/toolchains/1.78.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=e0a741b50c656e61 -C extra-filename=-e0a741b50c656e61 --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-46383a6241addb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212024-06-04T10:28:06.587Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-1bbad7734351a8ba/build-script-bindings`
33222024-06-04T10:28:06.761Z Compiling password-hash v0.4.2
33232024-06-04T10:28:06.785Z Running `/home/build/.rustup/toolchains/1.78.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=fe4d19f00c51b242 -C extra-filename=-fe4d19f00c51b242 --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-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242024-06-04T10:28:07.575Z Compiling pbkdf2 v0.12.2
33252024-06-04T10:28:07.599Z Running `/home/build/.rustup/toolchains/1.78.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=f5e5d82f84aba08f -C extra-filename=-f5e5d82f84aba08f --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-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262024-06-04T10:28:07.743Z Compiling hex-literal v0.4.1
33272024-06-04T10:28:07.767Z Running `/home/build/.rustup/toolchains/1.78.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=b813409a9c7591c8 -C extra-filename=-b813409a9c7591c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282024-06-04T10:28:07.886Z Compiling md5 v0.7.0
33292024-06-04T10:28:07.911Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /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=b5fc859471b344c0 -C extra-filename=-b5fc859471b344c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-06-04T10:28:08.358Z Compiling regex-automata v0.1.10
33312024-06-04T10:28:08.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /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=d48227dffcf55319 -C extra-filename=-d48227dffcf55319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322024-06-04T10:28:08.498Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=0fe8b954d2cd8929 -C extra-filename=-0fe8b954d2cd8929 --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-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-bc3fdbbeeb15ce34.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-eacb9bfce4ae5e5c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-1884cf196052cace.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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`
33332024-06-04T10:28:08.811Z Compiling plotters-backend v0.3.5
33342024-06-04T10:28:08.835Z Running `/home/build/.rustup/toolchains/1.78.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=0993ebe2c0752da1 -C extra-filename=-0993ebe2c0752da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352024-06-04T10:28:09.379Z Compiling tower-layer v0.3.2
33362024-06-04T10:28:09.403Z Running `/home/build/.rustup/toolchains/1.78.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=f3dea153dc1c86e6 -C extra-filename=-f3dea153dc1c86e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372024-06-04T10:28:09.662Z Compiling tower v0.4.13
33382024-06-04T10:28:09.688Z Running `/home/build/.rustup/toolchains/1.78.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=d55f7dfc8327bbcd -C extra-filename=-d55f7dfc8327bbcd --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-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cb5b0ded53e682c8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f3dea153dc1c86e6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392024-06-04T10:28:10.366Z Compiling plotters-svg v0.3.5
33402024-06-04T10:28:10.393Z Running `/home/build/.rustup/toolchains/1.78.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=23145c0997cd6248 -C extra-filename=-23145c0997cd6248 --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-0993ebe2c0752da1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-06-04T10:28:10.753Z Compiling bstr v0.2.17
33422024-06-04T10:28:10.777Z Running `/home/build/.rustup/toolchains/1.78.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=b957c1b67c5c2c93 -C extra-filename=-b957c1b67c5c2c93 --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-df9d2374a4417971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d48227dffcf55319.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-06-04T10:28:11.498Z Compiling bcrypt-pbkdf v0.10.0
33442024-06-04T10:28:11.523Z Running `/home/build/.rustup/toolchains/1.78.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=2c3c7c4bc8327c39 -C extra-filename=-2c3c7c4bc8327c39 --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-3dfcca61edf2564d.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f5e5d82f84aba08f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452024-06-04T10:28:11.960Z Compiling pbkdf2 v0.11.0
33462024-06-04T10:28:11.985Z Running `/home/build/.rustup/toolchains/1.78.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=744277d1bcd2de4b -C extra-filename=-744277d1bcd2de4b --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-eaca827472c55861.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fe4d19f00c51b242.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-06-04T10:28:12.058Z Compiling hyper v1.3.1
33482024-06-04T10:28:12.088Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=5368edaaa7a8ebd3 -C extra-filename=-5368edaaa7a8ebd3 --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-4c4fe9871302af71.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f588f0e6ec4b338a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-06-04T10:28:12.283Z Compiling ed25519-dalek v2.1.1
33502024-06-04T10:28:12.322Z Running `/home/build/.rustup/toolchains/1.78.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.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="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=d782c77a62c1db69 -C extra-filename=-d782c77a62c1db69 --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-35949b2222746491.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7d50fdd2f55ec26e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-06-04T10:28:13.262Z Compiling ghash v0.5.1
33522024-06-04T10:28:13.287Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-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=56c31d98061f8dba -C extra-filename=-56c31d98061f8dba --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-188f141b7d6831e2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-482db37e8555ef52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532024-06-04T10:28:13.453Z Running `/home/build/.rustup/toolchains/1.78.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=5d956d53c4a226b6 -C extra-filename=-5d956d53c4a226b6 --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-9cdfe1db1ea1f39e.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-68b9f2f2236d7b58.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542024-06-04T10:28:14.570Z Running `/home/build/.rustup/toolchains/1.78.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=d033f9cd838a7bd4 -C extra-filename=-d033f9cd838a7bd4 --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-e49521e824a3670b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-06-04T10:28:14.681Z Compiling rand v0.7.3
33562024-06-04T10:28:14.705Z Running `/home/build/.rustup/toolchains/1.78.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=c339139fc4546b86 -C extra-filename=-c339139fc4546b86 --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-d31f5d3089873b25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc916b1d2158f18d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-06-04T10:28:15.464Z Compiling dirs v5.0.1
33582024-06-04T10:28:15.490Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /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=c401a99793ac92b3 -C extra-filename=-c401a99793ac92b3 --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-9ab9a6ffa3d7c7af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592024-06-04T10:28:15.673Z Compiling p521 v0.13.3
33602024-06-04T10:28:15.699Z Running `/home/build/.rustup/toolchains/1.78.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=0bf3bf43917c627b -C extra-filename=-0bf3bf43917c627b --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-fd6a4ef1678aa560.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-1f640eb1dd5d8d1d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2186ffd6d5764800.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-06-04T10:28:16.788Z Compiling p256 v0.13.2
33622024-06-04T10:28:16.815Z Running `/home/build/.rustup/toolchains/1.78.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=1c870c6d6833f5d2 -C extra-filename=-1c870c6d6833f5d2 --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-1f640eb1dd5d8d1d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2186ffd6d5764800.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-06-04T10:28:17.517Z Compiling pathdiff v0.2.1
33642024-06-04T10:28:17.542Z Running `/home/build/.rustup/toolchains/1.78.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=d3c739e6e551842b -C extra-filename=-d3c739e6e551842b --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-5c59870acc66e82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-06-04T10:28:17.591Z Compiling cbc v0.1.2
33662024-06-04T10:28:17.615Z Running `/home/build/.rustup/toolchains/1.78.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=7a6bcccbbe3f4bb7 -C extra-filename=-7a6bcccbbe3f4bb7 --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-46383a6241addb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-06-04T10:28:17.690Z Compiling russh-cryptovec v0.7.2
33682024-06-04T10:28:17.715Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7be85c3c6d32ea9 -C extra-filename=-e7be85c3c6d32ea9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-06-04T10:28:17.836Z Compiling csv-core v0.1.11
33702024-06-04T10:28:17.860Z Running `/home/build/.rustup/toolchains/1.78.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=7ef9a399e9233dfe -C extra-filename=-7ef9a399e9233dfe --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-06-04T10:28:17.988Z Compiling cast v0.3.0
33722024-06-04T10:28:18.012Z Running `/home/build/.rustup/toolchains/1.78.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=cb5ccae66155be73 -C extra-filename=-cb5ccae66155be73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732024-06-04T10:28:18.342Z Compiling nested v0.1.1
33742024-06-04T10:28:18.342Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /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=26bc13fe1a85d194 -C extra-filename=-26bc13fe1a85d194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-06-04T10:28:18.366Z Compiling criterion-plot v0.5.0
33762024-06-04T10:28:18.366Z Running `/home/build/.rustup/toolchains/1.78.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=51339b82b6a776e4 -C extra-filename=-51339b82b6a776e4 --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-cb5ccae66155be73.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-06-04T10:28:18.637Z Compiling guppy v0.17.5
33782024-06-04T10:28:18.664Z Running `/home/build/.rustup/toolchains/1.78.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=2294ae709a1c927e -C extra-filename=-2294ae709a1c927e --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-6163d56a4d54cf7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2030e0308595f12b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-da9df59bd1f776eb.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-26bc13fe1a85d194.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-d3c739e6e551842b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-d033f9cd838a7bd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-06-04T10:28:19.342Z Compiling csv v1.3.0
33802024-06-04T10:28:19.367Z Running `/home/build/.rustup/toolchains/1.78.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=ab1b021ba8a061c8 -C extra-filename=-ab1b021ba8a061c8 --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-7ef9a399e9233dfe.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-06-04T10:28:20.431Z Compiling russh-keys v0.43.0
33822024-06-04T10:28:20.458Z Running `/home/build/.rustup/toolchains/1.78.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.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7cb38e36f7725f3 -C extra-filename=-d7cb38e36f7725f3 --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-0555abadfd87cbff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-2c3c7c4bc8327c39.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2631b71dd7200523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-7a6bcccbbe3f4bb7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e0a741b50c656e61.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-c401a99793ac92b3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-d782c77a62c1db69.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b5fc859471b344c0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-1c870c6d6833f5d2.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0bf3bf43917c627b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-744277d1bcd2de4b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c339139fc4546b86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832024-06-04T10:28:20.489Z Compiling aes-gcm v0.10.3
33842024-06-04T10:28:20.513Z Running `/home/build/.rustup/toolchains/1.78.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=925e96d9d77e03a8 -C extra-filename=-925e96d9d77e03a8 --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-b58f0f0d67acc8ce.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-0555abadfd87cbff.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e0a741b50c656e61.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-56c31d98061f8dba.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-06-04T10:28:20.547Z Compiling hyper-util v0.1.3
33862024-06-04T10:28:20.577Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=6311565842241cb4 -C extra-filename=-6311565842241cb4 --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-4c4fe9871302af71.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f588f0e6ec4b338a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5368edaaa7a8ebd3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-d55f7dfc8327bbcd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-06-04T10:28:20.766Z Compiling httptest v0.15.5
33882024-06-04T10:28:20.790Z Running `/home/build/.rustup/toolchains/1.78.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=4cc44253a6334d9a -C extra-filename=-4cc44253a6334d9a --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-b957c1b67c5c2c93.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-1ae489c8acf2a979.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-06-04T10:28:22.634Z Compiling plotters v0.3.5
33902024-06-04T10:28:22.659Z Running `/home/build/.rustup/toolchains/1.78.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=544dbe92154eb608 -C extra-filename=-544dbe92154eb608 --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-da8aea025e0dde22.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-0993ebe2c0752da1.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-23145c0997cd6248.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912024-06-04T10:28:23.301Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33922024-06-04T10:28:23.325Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=9477c169a96cc0a6 -C extra-filename=-9477c169a96cc0a6 --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-d51afc42369727f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33932024-06-04T10:28:24.773Z Compiling rustls-native-certs v0.7.0
33942024-06-04T10:28:24.797Z Running `/home/build/.rustup/toolchains/1.78.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=9eddb399eb6634b5 -C extra-filename=-9eddb399eb6634b5 --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-0ad62ea66a01c868.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952024-06-04T10:28:25.148Z Compiling tinytemplate v1.2.1
33962024-06-04T10:28:25.172Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /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=fd17b1a279d2bd78 -C extra-filename=-fd17b1a279d2bd78 --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-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972024-06-04T10:28:26.072Z Compiling escape8259 v0.5.2
33982024-06-04T10:28:26.099Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23ae8534ef95a9e3 -C extra-filename=-23ae8534ef95a9e3 --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-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992024-06-04T10:28:26.277Z Compiling threadpool v1.8.1
34002024-06-04T10:28:26.301Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /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=f5d3b23a8180b5cb -C extra-filename=-f5d3b23a8180b5cb --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-542485ea2f901d76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012024-06-04T10:28:26.325Z Compiling anes v0.1.6
34022024-06-04T10:28:26.325Z Running `/home/build/.rustup/toolchains/1.78.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=30dcea51a931d70b -C extra-filename=-30dcea51a931d70b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032024-06-04T10:28:26.428Z Compiling dhcproto-macros v0.1.0
34042024-06-04T10:28:26.452Z Running `/home/build/.rustup/toolchains/1.78.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=6a08a3c4bd48b6c2 -C extra-filename=-6a08a3c4bd48b6c2 --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`
34052024-06-04T10:28:26.732Z Compiling oorandom v11.1.3
34062024-06-04T10:28:26.757Z Running `/home/build/.rustup/toolchains/1.78.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=8c9e4b9f306ed946 -C extra-filename=-8c9e4b9f306ed946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072024-06-04T10:28:26.921Z Compiling criterion v0.5.1
34082024-06-04T10:28:26.946Z Running `/home/build/.rustup/toolchains/1.78.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=cffc5d8ec562e86b -C extra-filename=-cffc5d8ec562e86b --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-30dcea51a931d70b.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-cb5ccae66155be73.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-51339b82b6a776e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-8c9e4b9f306ed946.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-544dbe92154eb608.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-fd17b1a279d2bd78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-06-04T10:28:27.031Z Compiling libtest-mimic v0.7.3
34102024-06-04T10:28:27.058Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=8ff1b5fc727cdd75 -C extra-filename=-8ff1b5fc727cdd75 --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-865e84b7a84584b1.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-23ae8534ef95a9e3.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-f5d3b23a8180b5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112024-06-04T10:28:27.287Z Compiling dhcproto v0.11.0
34122024-06-04T10:28:27.312Z Running `/home/build/.rustup/toolchains/1.78.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=e9a57d12fd60a377 -C extra-filename=-e9a57d12fd60a377 --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-6a08a3c4bd48b6c2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132024-06-04T10:28:27.531Z Compiling hyper-rustls v0.26.0
34142024-06-04T10:28:27.556Z Running `/home/build/.rustup/toolchains/1.78.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=ecc42aaaddac3137 -C extra-filename=-ecc42aaaddac3137 --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-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5368edaaa7a8ebd3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6311565842241cb4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9eddb399eb6634b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-18032d128cc1a7cc.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
34152024-06-04T10:28:28.002Z Compiling russh v0.43.0
34162024-06-04T10:28:28.026Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=8a0b92b645bad7f6 -C extra-filename=-8a0b92b645bad7f6 --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-0555abadfd87cbff.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-925e96d9d77e03a8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5291f54940cdf677.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e0a741b50c656e61.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-35949b2222746491.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0ba7bc2a312339b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172024-06-04T10:28:28.883Z Compiling fancy-regex v0.13.0
34182024-06-04T10:28:28.907Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=538e1582cf5530b0 -C extra-filename=-538e1582cf5530b0 --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-fed351dfccf21ec0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192024-06-04T10:28:30.121Z Compiling rstest_macros v0.19.0
34202024-06-04T10:28:30.145Z Running `/home/build/.rustup/toolchains/1.78.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.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=b4fe41587a79d495 -C extra-filename=-b4fe41587a79d495 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-b4fe41587a79d495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-872d493ff49999a4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212024-06-04T10:28:30.620Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34222024-06-04T10:28:30.644Z Running `/home/build/.rustup/toolchains/1.78.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=5a0a68ceb469a8a0 -C extra-filename=-5a0a68ceb469a8a0 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232024-06-04T10:28:30.846Z Compiling internet-checksum v0.2.1
34242024-06-04T10:28:30.871Z Running `/home/build/.rustup/toolchains/1.78.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=156e62651fc45a6b -C extra-filename=-156e62651fc45a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252024-06-04T10:28:31.047Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b4fe41587a79d495/build-script-build`
34262024-06-04T10:28:31.071Z Compiling datatest-stable v0.2.9
34272024-06-04T10:28:31.071Z Running `/home/build/.rustup/toolchains/1.78.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.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=4adad993e2b62136 -C extra-filename=-4adad993e2b62136 --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-5c59870acc66e82f.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-538e1582cf5530b0.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-8ff1b5fc727cdd75.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-06-04T10:28:31.148Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34292024-06-04T10:28:31.172Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=11ba9beb56746c15 -C extra-filename=-11ba9beb56746c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34302024-06-04T10:28:31.686Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34312024-06-04T10:28:31.711Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=160c0538b5238c4d -C extra-filename=-160c0538b5238c4d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-160c0538b5238c4d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34322024-06-04T10:28:32.003Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34332024-06-04T10:28:32.030Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=85ef097feec31819 -C extra-filename=-85ef097feec31819 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-85ef097feec31819 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34342024-06-04T10:28:32.312Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34352024-06-04T10:28:32.337Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=e199460bc2c004b0 -C extra-filename=-e199460bc2c004b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e199460bc2c004b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34362024-06-04T10:28:32.402Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34372024-06-04T10:28:32.426Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=fb6f2cddc75bd867 -C extra-filename=-fb6f2cddc75bd867 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fb6f2cddc75bd867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34382024-06-04T10:28:32.626Z Compiling similar-asserts v1.5.0
34392024-06-04T10:28:32.650Z Running `/home/build/.rustup/toolchains/1.78.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=374b3a9c041d946e -C extra-filename=-374b3a9c041d946e --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-06094d2b7e85625c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-06-04T10:28:32.695Z Compiling trybuild v1.0.96
34412024-06-04T10:28:32.720Z Running `/home/build/.rustup/toolchains/1.78.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.96/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72d0c13a05399e6c -C extra-filename=-72d0c13a05399e6c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-72d0c13a05399e6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-06-04T10:28:33.163Z Compiling relative-path v1.9.3
34432024-06-04T10:28:33.188Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-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="default"' -C metadata=2345f7ef9f064402 -C extra-filename=-2345f7ef9f064402 --out-dir /work/oxidecomputer/omicron/target/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-06-04T10:28:33.672Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-72d0c13a05399e6c/build-script-build`
34452024-06-04T10:28:33.701Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fb6f2cddc75bd867/build-script-build`
34462024-06-04T10:28:33.745Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e199460bc2c004b0/build-script-build`
34472024-06-04T10:28:33.783Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-85ef097feec31819/build-script-build`
34482024-06-04T10:28:33.814Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-160c0538b5238c4d/build-script-build`
34492024-06-04T10:28:33.848Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34502024-06-04T10:28:33.873Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c5c7cfdadc3ee778 -C extra-filename=-c5c7cfdadc3ee778 --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-9cdfe1db1ea1f39e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34512024-06-04T10:28:33.873Z Running `/home/build/.rustup/toolchains/1.78.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.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=2d870a9dabb36a4a -C extra-filename=-2d870a9dabb36a4a --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-6cd145163fd70236.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-2345f7ef9f064402.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-06-04T10:28:34.575Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34532024-06-04T10:28:34.575Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=f9379ae7876f8ac8 -C extra-filename=-f9379ae7876f8ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34542024-06-04T10:28:37.607Z Compiling multimap v0.10.0
34552024-06-04T10:28:37.633Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /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=78d21dcc618c8152 -C extra-filename=-78d21dcc618c8152 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-06-04T10:28:37.916Z Compiling futures-timer v3.0.3
34572024-06-04T10:28:37.970Z Running `/home/build/.rustup/toolchains/1.78.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.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=13732df1e1e97b1c -C extra-filename=-13732df1e1e97b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-06-04T10:28:38.746Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.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=e53f470f1a4cf7a4 -C extra-filename=-e53f470f1a4cf7a4 --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-009c09a73c940a7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592024-06-04T10:28:38.771Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34602024-06-04T10:28:38.771Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=808f8149250e84c2 -C extra-filename=-808f8149250e84c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34612024-06-04T10:28:40.034Z Compiling partial-io v0.5.4
34622024-06-04T10:28:40.060Z Running `/home/build/.rustup/toolchains/1.78.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=7541388598ecea82 -C extra-filename=-7541388598ecea82 --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-24884ce4024aab08.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cb5b0ded53e682c8.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-06-04T10:28:40.491Z Compiling blake2b_simd v1.0.2
34642024-06-04T10:28:40.515Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=57528f9b0ab85f77 -C extra-filename=-57528f9b0ab85f77 --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-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-06-04T10:28:40.515Z Compiling polar-core v0.27.3
34662024-06-04T10:28:40.515Z Running `/home/build/.rustup/toolchains/1.78.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.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=75c5ba972dd206ec -C extra-filename=-75c5ba972dd206ec --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-75c5ba972dd206ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-34cee8150fa08e0e.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672024-06-04T10:28:41.951Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-75c5ba972dd206ec/build-script-build`
34682024-06-04T10:28:42.240Z Compiling rstest v0.19.0
34692024-06-04T10:28:42.264Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=504b3c4a5bdb1095 -C extra-filename=-504b3c4a5bdb1095 --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-24884ce4024aab08.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-13732df1e1e97b1c.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-2d870a9dabb36a4a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702024-06-04T10:28:42.446Z Compiling approx v0.5.1
34712024-06-04T10:28:42.470Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /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=ddaee20d17a6597c -C extra-filename=-ddaee20d17a6597c --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722024-06-04T10:28:42.670Z Compiling rust-argon2 v2.1.0
34732024-06-04T10:28:42.694Z Running `/home/build/.rustup/toolchains/1.78.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=750b2e677370518b -C extra-filename=-750b2e677370518b --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-bfc5ed6832fe4205.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-57528f9b0ab85f77.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-06-04T10:28:43.514Z Running `/home/build/.rustup/toolchains/1.78.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=39d074fb1f24fe13 -C extra-filename=-39d074fb1f24fe13 --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-15f28d339ebc4e9e.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-374b102e631e39d4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752024-06-04T10:28:44.211Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=72c0f00f881275cc -C extra-filename=-72c0f00f881275cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34762024-06-04T10:28:44.312Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34772024-06-04T10:28:44.337Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6e60be75958a3eba -C extra-filename=-6e60be75958a3eba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34782024-06-04T10:28:44.421Z Compiling cargo_toml v0.20.2
34792024-06-04T10:28:44.445Z Running `/home/build/.rustup/toolchains/1.78.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.20.2/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83b2f86094b6a461 -C extra-filename=-83b2f86094b6a461 --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-820c2ce8c834bb45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-06-04T10:28:45.605Z Compiling termios v0.3.3
34812024-06-04T10:28:45.630Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /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=f11dce5e76d6ac96 -C extra-filename=-f11dce5e76d6ac96 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-06-04T10:28:45.851Z Compiling uzers v0.11.3
34832024-06-04T10:28:45.876Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' -C metadata=eec7a70fec0e7113 -C extra-filename=-eec7a70fec0e7113 --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-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-06-04T10:28:46.678Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b0c0a8550ec461bd -C extra-filename=-b0c0a8550ec461bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6e60be75958a3eba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34852024-06-04T10:28:46.968Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34862024-06-04T10:28:46.993Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=6132eb8b6a250a9f -C extra-filename=-6132eb8b6a250a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eec7a70fec0e7113.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34872024-06-04T10:28:48.912Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34882024-06-04T10:28:48.937Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5a7a643cc4795d2f -C extra-filename=-5a7a643cc4795d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f11dce5e76d6ac96.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34892024-06-04T10:28:48.982Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a82d6743e25008cf -C extra-filename=-a82d6743e25008cf --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-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ac8d8be117806a3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-504b3c4a5bdb1095.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e53f470f1a4cf7a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34902024-06-04T10:28:50.424Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=eabab5a855022c9b -C extra-filename=-eabab5a855022c9b --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-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ac8d8be117806a3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-504b3c4a5bdb1095.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e53f470f1a4cf7a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34912024-06-04T10:28:50.540Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=310a00bfca21cfee -C extra-filename=-310a00bfca21cfee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-808f8149250e84c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34922024-06-04T10:28:51.299Z Compiling oso v0.27.3
34932024-06-04T10:28:51.324Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=0349c826d3a27220 -C extra-filename=-0349c826d3a27220 --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-5e30d200b43c83b4.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-7915c0d498b02958.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-39d074fb1f24fe13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-06-04T10:28:51.686Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34952024-06-04T10:28:51.710Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b63b422b3629d52d -C extra-filename=-b63b422b3629d52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2030e0308595f12b.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-83b2f86094b6a461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b5fc859471b344c0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34962024-06-04T10:28:52.369Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c72591c107e3ec30 -C extra-filename=-c72591c107e3ec30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-808f8149250e84c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34972024-06-04T10:28:53.453Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=b98e7e566b91584c -C extra-filename=-b98e7e566b91584c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-37d3e5df2220a38b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-653ce1447b8b15a5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34982024-06-04T10:28:54.224Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fb6d4e2268609470 -C extra-filename=-fb6d4e2268609470 --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-1df8ed436852c61a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-750b2e677370518b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34992024-06-04T10:28:55.319Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a6168088d9eca790 -C extra-filename=-a6168088d9eca790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7541388598ecea82.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35002024-06-04T10:28:55.938Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=160fdba4f3b1d545 -C extra-filename=-160fdba4f3b1d545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35012024-06-04T10:28:56.753Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=6eecfb9da159caf5 -C extra-filename=-6eecfb9da159caf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35022024-06-04T10:28:56.786Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=131c2402aa4a9b41 -C extra-filename=-131c2402aa4a9b41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35032024-06-04T10:28:58.181Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=f051b2830fca31c2 -C extra-filename=-f051b2830fca31c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053ab04ce97f4cf5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d0b5d2f61617be67.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-40d22992cb1988c5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-726946b42eceecce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-653ce1447b8b15a5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35042024-06-04T10:28:58.951Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=1d78a5341f405200 -C extra-filename=-1d78a5341f405200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35052024-06-04T10:29:00.908Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=50008d66aec96221 -C extra-filename=-50008d66aec96221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35062024-06-04T10:29:01.049Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=55fb62bb70e735f9 -C extra-filename=-55fb62bb70e735f9 --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c5c7cfdadc3ee778.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35072024-06-04T10:29:02.569Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=97c7cea0a6b281d2 -C extra-filename=-97c7cea0a6b281d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35082024-06-04T10:29:03.300Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0493e786ec6c5ea5 -C extra-filename=-0493e786ec6c5ea5 --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35092024-06-04T10:29:20.836Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=5d2518983da6b507 -C extra-filename=-5d2518983da6b507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35102024-06-04T10:29:21.244Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=84912bbd5d2ad690 -C extra-filename=-84912bbd5d2ad690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f9379ae7876f8ac8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35112024-06-04T10:29:21.563Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=dab7d2b230bc5715 -C extra-filename=-dab7d2b230bc5715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-11ba9beb56746c15.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f9379ae7876f8ac8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35122024-06-04T10:29:21.804Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a3c113cfcb3f2836 -C extra-filename=-a3c113cfcb3f2836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-11ba9beb56746c15.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f9379ae7876f8ac8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35132024-06-04T10:29:23.829Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=30362d7c7b6a7ccf -C extra-filename=-30362d7c7b6a7ccf --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c5c7cfdadc3ee778.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35142024-06-04T10:29:25.972Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35152024-06-04T10:29:25.996Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0c12f438a64df33b -C extra-filename=-0c12f438a64df33b --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-24884ce4024aab08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35162024-06-04T10:29:27.076Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=c5176648bc719134 -C extra-filename=-c5176648bc719134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35172024-06-04T10:29:28.752Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35182024-06-04T10:29:28.798Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' -C metadata=edee98e626fe3d8b -C extra-filename=-edee98e626fe3d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
35192024-06-04T10:29:32.217Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35202024-06-04T10:29:32.241Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=28497d6be36546ba -C extra-filename=-28497d6be36546ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35212024-06-04T10:29:32.367Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=5d9c7906ce705078 -C extra-filename=-5d9c7906ce705078 --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35222024-06-04T10:29:33.357Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=7e5fac87fbfaff98 -C extra-filename=-7e5fac87fbfaff98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35232024-06-04T10:29:33.806Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cb0756829efbb2ff -C extra-filename=-cb0756829efbb2ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3aa1bc4ccbe44cd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35242024-06-04T10:29:35.768Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e4befb5fd75a41b7 -C extra-filename=-e4befb5fd75a41b7 --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c5c7cfdadc3ee778.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35252024-06-04T10:29:36.874Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8bb60486eb875944 -C extra-filename=-8bb60486eb875944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35262024-06-04T10:29:38.205Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=53eea8169498c244 -C extra-filename=-53eea8169498c244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35272024-06-04T10:29:38.980Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=56256e09ef1b9e48 -C extra-filename=-56256e09ef1b9e48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-11ba9beb56746c15.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7541388598ecea82.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35282024-06-04T10:29:40.710Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=312ccacab7454433 -C extra-filename=-312ccacab7454433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-11ba9beb56746c15.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35292024-06-04T10:29:40.735Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c2ab3bec58f3e077 -C extra-filename=-c2ab3bec58f3e077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35302024-06-04T10:29:42.940Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fd3a5e538062f6d5 -C extra-filename=-fd3a5e538062f6d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35312024-06-04T10:29:43.999Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=bb9e81b588190753 -C extra-filename=-bb9e81b588190753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35322024-06-04T10:29:45.601Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=17605e78fb797d7e -C extra-filename=-17605e78fb797d7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35332024-06-04T10:29:49.279Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a31a5b43278e2510 -C extra-filename=-a31a5b43278e2510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35342024-06-04T10:29:51.248Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2d610ff8fea832c2 -C extra-filename=-2d610ff8fea832c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35352024-06-04T10:29:55.809Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test -C metadata=4b757fda661bb233 -C extra-filename=-4b757fda661bb233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35362024-06-04T10:29:58.622Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7c52d7f01183a455 -C extra-filename=-7c52d7f01183a455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35372024-06-04T10:30:00.266Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5382cf6f8e7b9430 -C extra-filename=-5382cf6f8e7b9430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35382024-06-04T10:30:01.696Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=6b9d113aeb565a24 -C extra-filename=-6b9d113aeb565a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35392024-06-04T10:30:03.286Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=ed59ac23881a225d -C extra-filename=-ed59ac23881a225d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35402024-06-04T10:30:03.526Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5ceb61d9189b1fa7 -C extra-filename=-5ceb61d9189b1fa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35412024-06-04T10:30:04.782Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3052446efa0fd1e3 -C extra-filename=-3052446efa0fd1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35422024-06-04T10:30:09.361Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=15f28c0ceb5370f3 -C extra-filename=-15f28c0ceb5370f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35432024-06-04T10:30:09.404Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=71ae0afb627e8a91 -C extra-filename=-71ae0afb627e8a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-78d21dcc618c8152.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35442024-06-04T10:30:11.860Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b9dae6b4a2c3f5c9 -C extra-filename=-b9dae6b4a2c3f5c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-72c0f00f881275cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
35452024-06-04T10:30:12.728Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a6d76750659f2e7f -C extra-filename=-a6d76750659f2e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
35462024-06-04T10:30:13.529Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=16df78d90d20f59f -C extra-filename=-16df78d90d20f59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053ab04ce97f4cf5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d0b5d2f61617be67.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-40d22992cb1988c5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-726946b42eceecce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-653ce1447b8b15a5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35472024-06-04T10:30:17.369Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=1ee4fa587947bc59 -C extra-filename=-1ee4fa587947bc59 --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-24884ce4024aab08.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35482024-06-04T10:30:18.905Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f687dab38260688a -C extra-filename=-f687dab38260688a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-37d3e5df2220a38b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-653ce1447b8b15a5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35492024-06-04T10:30:19.626Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=ab7aeba361089e08 -C extra-filename=-ab7aeba361089e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35502024-06-04T10:30:21.478Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' -C metadata=8c06b25827730c77 -C extra-filename=-8c06b25827730c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
35512024-06-04T10:30:25.844Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=1f556cb843f3229b -C extra-filename=-1f556cb843f3229b --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-0ec9663701154891.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35522024-06-04T10:30:38.794Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=05c362036bd025cb -C extra-filename=-05c362036bd025cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
35532024-06-04T10:30:43.107Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a82e554d29e06951 -C extra-filename=-a82e554d29e06951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35542024-06-04T10:30:45.597Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
35552024-06-04T10:30:45.643Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=565e3b5a19675573 -C extra-filename=-565e3b5a19675573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2030e0308595f12b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35562024-06-04T10:30:45.643Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=6b9643a244aafa44 -C extra-filename=-6b9643a244aafa44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35572024-06-04T10:30:48.746Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2dc46b87c1c1bdcf -C extra-filename=-2dc46b87c1c1bdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35582024-06-04T10:30:50.780Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5c3863ae1b8155a1 -C extra-filename=-5c3863ae1b8155a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35592024-06-04T10:31:03.761Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=3b2a153a0c0fe416 -C extra-filename=-3b2a153a0c0fe416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35602024-06-04T10:31:04.877Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c3d3c8cdbafe9b81 -C extra-filename=-c3d3c8cdbafe9b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35612024-06-04T10:31:06.593Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=75d6fdc4aef80739 -C extra-filename=-75d6fdc4aef80739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35622024-06-04T10:31:13.964Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3bb42b55d6466d50 -C extra-filename=-3bb42b55d6466d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35632024-06-04T10:31:19.257Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4651e329f4225aa5 -C extra-filename=-4651e329f4225aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fa8e6a817a5a96af.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35642024-06-04T10:31:20.022Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7f8cbc083cfc2a0b -C extra-filename=-7f8cbc083cfc2a0b --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-ffb435b01cf406b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35652024-06-04T10:31:26.723Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=80e5564e9f400733 -C extra-filename=-80e5564e9f400733 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-30f549e0875ff5eb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dd43f2d5cb007aa5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b52fb48a2e962234.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c71ca3546e5586a5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1fc3c1677c491e87.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35662024-06-04T10:31:29.007Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9284993574667c1b -C extra-filename=-9284993574667c1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35672024-06-04T10:31:34.881Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b1676c987ba47bc5 -C extra-filename=-b1676c987ba47bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3aa1bc4ccbe44cd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35682024-06-04T10:31:38.953Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4de2d2c2c0ac11c1 -C extra-filename=-4de2d2c2c0ac11c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
35692024-06-04T10:31:43.943Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5751c5a4f3a6b7d9 -C extra-filename=-5751c5a4f3a6b7d9 --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-5c59870acc66e82f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
35702024-06-04T10:31:44.836Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3dc95351d3da3783 -C extra-filename=-3dc95351d3da3783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5af3cd6266e984da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
35712024-06-04T10:31:46.375Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e983de7e308da492 -C extra-filename=-e983de7e308da492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5af3cd6266e984da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
35722024-06-04T10:31:53.074Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e8d6539f32c9c9c7 -C extra-filename=-e8d6539f32c9c9c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d2e616800d0994d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
35732024-06-04T10:31:54.912Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=4776b7c08dab1037 -C extra-filename=-4776b7c08dab1037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5af3cd6266e984da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
35742024-06-04T10:31:55.947Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e9f1349b502db33c -C extra-filename=-e9f1349b502db33c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d2e616800d0994d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
35752024-06-04T10:31:57.152Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=62952a07bc6e66dd -C extra-filename=-62952a07bc6e66dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5af3cd6266e984da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
35762024-06-04T10:31:58.897Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a4463e482da5711b -C extra-filename=-a4463e482da5711b --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-24a07ba228a1a806.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35772024-06-04T10:31:59.583Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=01c17bec1dd4b4ac -C extra-filename=-01c17bec1dd4b4ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-30f549e0875ff5eb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dd43f2d5cb007aa5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b52fb48a2e962234.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c71ca3546e5586a5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1fc3c1677c491e87.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35782024-06-04T10:31:59.616Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test -C metadata=67f2e67727119074 -C extra-filename=-67f2e67727119074 --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-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35792024-06-04T10:31:59.760Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test -C metadata=09fbcfb6ad958de1 -C extra-filename=-09fbcfb6ad958de1 --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-83e122273fb94066.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35802024-06-04T10:32:10.701Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test -C metadata=68cfbd9138a83433 -C extra-filename=-68cfbd9138a83433 --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-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35812024-06-04T10:32:17.872Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7116024ce83ee98b -C extra-filename=-7116024ce83ee98b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35822024-06-04T10:32:19.784Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cf551e7e41eb30d2 -C extra-filename=-cf551e7e41eb30d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35832024-06-04T10:32:21.450Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=d6413745db341daf -C extra-filename=-d6413745db341daf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35842024-06-04T10:32:21.949Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=32f8b704c872dfc2 -C extra-filename=-32f8b704c872dfc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35852024-06-04T10:32:23.452Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=396d4d9f9cb3df99 -C extra-filename=-396d4d9f9cb3df99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35862024-06-04T10:32:32.717Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a75b0e09adbabbc2 -C extra-filename=-a75b0e09adbabbc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35872024-06-04T10:32:33.728Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ef38a9be074db3af -C extra-filename=-ef38a9be074db3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35882024-06-04T10:32:35.733Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f07b2440f0f95c4b -C extra-filename=-f07b2440f0f95c4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35892024-06-04T10:32:36.986Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fc9a8009e82dc0a4 -C extra-filename=-fc9a8009e82dc0a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35902024-06-04T10:32:39.487Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4a9259a74e17eb77 -C extra-filename=-4a9259a74e17eb77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35912024-06-04T10:32:42.941Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0b2aa648952820db -C extra-filename=-0b2aa648952820db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ef94b071d94223ba.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35922024-06-04T10:32:47.544Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=46d1141320c8f2f4 -C extra-filename=-46d1141320c8f2f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-40d22992cb1988c5.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35932024-06-04T10:32:53.397Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9fb941ddf6fb7971 -C extra-filename=-9fb941ddf6fb7971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
35942024-06-04T10:32:56.776Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5a53159ccc959bec -C extra-filename=-5a53159ccc959bec --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-8e62f12868c0d965.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-dcaa203f9d15c58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35952024-06-04T10:33:00.074Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=48a3d1820b8e3f8d -C extra-filename=-48a3d1820b8e3f8d --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-8e62f12868c0d965.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-dcaa203f9d15c58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35962024-06-04T10:33:00.425Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=470236aa4c20d0f6 -C extra-filename=-470236aa4c20d0f6 --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-8b47b0ad828ebbf1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35972024-06-04T10:33:01.830Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=07dee1c409bde591 -C extra-filename=-07dee1c409bde591 --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-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35982024-06-04T10:33:01.966Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2f2993b2f59fbc3a -C extra-filename=-2f2993b2f59fbc3a --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-6cd145163fd70236.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35992024-06-04T10:33:09.396Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=441bde7750a764bc -C extra-filename=-441bde7750a764bc --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-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36002024-06-04T10:33:09.821Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=c8ce416fd347155f -C extra-filename=-c8ce416fd347155f --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-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6a1d8a5593b99648.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36012024-06-04T10:33:16.143Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=171c2e025be51c0c -C extra-filename=-171c2e025be51c0c --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-8d39b621c21b8f32.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36022024-06-04T10:33:16.222Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=76dada5efa4d7de8 -C extra-filename=-76dada5efa4d7de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36032024-06-04T10:33:17.891Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=86ca88bce18fa5d8 -C extra-filename=-86ca88bce18fa5d8 --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-d3bdd675698ef9d4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36042024-06-04T10:33:18.367Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fec18ec6d3c7a26d -C extra-filename=-fec18ec6d3c7a26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36052024-06-04T10:33:23.365Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c5ca6973a5f9a318 -C extra-filename=-c5ca6973a5f9a318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-3d5ab6afc9126bd6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5e6219bd35f2d32d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0a75b63f50c8f557.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
36062024-06-04T10:33:24.333Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=95cd74eec11c1014 -C extra-filename=-95cd74eec11c1014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36072024-06-04T10:33:24.939Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' -C metadata=b4eaed0f92d9f025 -C extra-filename=-b4eaed0f92d9f025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
36082024-06-04T10:33:27.771Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8ef8522e98f0b10d -C extra-filename=-8ef8522e98f0b10d --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-d51afc42369727f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36092024-06-04T10:33:28.504Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=8d6ae41e06d2ef89 -C extra-filename=-8d6ae41e06d2ef89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36102024-06-04T10:33:29.979Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=59320be76e433478 -C extra-filename=-59320be76e433478 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36112024-06-04T10:33:31.670Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=e5433141f9a5d4a5 -C extra-filename=-e5433141f9a5d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36122024-06-04T10:33:33.197Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=05a587f8e23af875 -C extra-filename=-05a587f8e23af875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36132024-06-04T10:33:39.758Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=21acdc89f606a7d5 -C extra-filename=-21acdc89f606a7d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4ecc7786c975c5a5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-24a07ba228a1a806.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36142024-06-04T10:33:41.823Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9213a4f6eb0690aa -C extra-filename=-9213a4f6eb0690aa --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-8b47b0ad828ebbf1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36152024-06-04T10:33:42.133Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
36162024-06-04T10:33:42.158Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4af4911fe0bad603 -C extra-filename=-4af4911fe0bad603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36172024-06-04T10:33:42.829Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' -C metadata=8b0672bb697ff488 -C extra-filename=-8b0672bb697ff488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36182024-06-04T10:33:43.896Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' -C metadata=91052090fdf5b8fe -C extra-filename=-91052090fdf5b8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36192024-06-04T10:33:45.040Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' -C metadata=c2b150e77cb87c2e -C extra-filename=-c2b150e77cb87c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36202024-06-04T10:33:46.516Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36212024-06-04T10:33:46.540Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b7b97c7e15e2983f -C extra-filename=-b7b97c7e15e2983f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36222024-06-04T10:33:46.725Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9b3122e876106734 -C extra-filename=-9b3122e876106734 --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-8bcc55f5e1ff0008.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36232024-06-04T10:33:48.197Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=23297387505e6538 -C extra-filename=-23297387505e6538 --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-62e80274e97641d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36242024-06-04T10:33:49.106Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2a686e1ae064cab1 -C extra-filename=-2a686e1ae064cab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36252024-06-04T10:33:54.064Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=94bc75d1146a42b0 -C extra-filename=-94bc75d1146a42b0 --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-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36262024-06-04T10:33:56.615Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=0e295a780093f6fe -C extra-filename=-0e295a780093f6fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2fc9be4bc7887e8e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6d3d2f0ae9ef1e19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-ab14b31bd69f1bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b90248766d2a46dd.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cd653566008bac17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36272024-06-04T10:33:56.681Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=72dbe3e5e8b5e8db -C extra-filename=-72dbe3e5e8b5e8db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36282024-06-04T10:33:56.828Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=7b39feffdbfcc804 -C extra-filename=-7b39feffdbfcc804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4ecc7786c975c5a5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383f901f27801735.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36292024-06-04T10:33:57.317Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a26d3830b2ff58e9 -C extra-filename=-a26d3830b2ff58e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36302024-06-04T10:33:59.723Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a611ff89b2d7154a -C extra-filename=-a611ff89b2d7154a --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-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36312024-06-04T10:34:03.335Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=902f5f3ca0718a6d -C extra-filename=-902f5f3ca0718a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36322024-06-04T10:34:03.589Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cc46655170923ddf -C extra-filename=-cc46655170923ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cd653566008bac17.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36332024-06-04T10:34:04.149Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c46890a7b292338d -C extra-filename=-c46890a7b292338d --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-aceea5041fd93157.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36342024-06-04T10:34:04.860Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=bc26d14c3b31f7f9 -C extra-filename=-bc26d14c3b31f7f9 --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-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36352024-06-04T10:34:05.898Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f61f669b8a00096d -C extra-filename=-f61f669b8a00096d --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-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36362024-06-04T10:34:06.522Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=15deb4276397d351 -C extra-filename=-15deb4276397d351 --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-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36372024-06-04T10:34:06.962Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5c5b2b4edecc6c02 -C extra-filename=-5c5b2b4edecc6c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36382024-06-04T10:34:07.965Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f4b73ab421bdd2dd -C extra-filename=-f4b73ab421bdd2dd --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-aceea5041fd93157.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36392024-06-04T10:34:08.340Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=60965cd03a1136d2 -C extra-filename=-60965cd03a1136d2 --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-6163d56a4d54cf7e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ea725b54fa142c98.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
36402024-06-04T10:34:08.660Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=e56be6c70c0c861c -C extra-filename=-e56be6c70c0c861c --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-24a07ba228a1a806.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412024-06-04T10:35:51.777Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ec96bf6033f83780 -C extra-filename=-ec96bf6033f83780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
36422024-06-04T10:35:51.825Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=3eda7fb2304f68da -C extra-filename=-3eda7fb2304f68da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
36432024-06-04T10:35:51.825Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=03482dd45f3c419c -C extra-filename=-03482dd45f3c419c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
36442024-06-04T10:35:51.825Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=d132692f44f802ca -C extra-filename=-d132692f44f802ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
36452024-06-04T10:35:51.851Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=53ed39f20fe37cee -C extra-filename=-53ed39f20fe37cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
36462024-06-04T10:35:54.013Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=613b1080a0680835 -C extra-filename=-613b1080a0680835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-78d21dcc618c8152.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
36472024-06-04T10:35:54.615Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5b502428ef1ae19c -C extra-filename=-5b502428ef1ae19c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
36482024-06-04T10:35:57.488Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=0a5ce7cf8311a136 -C extra-filename=-0a5ce7cf8311a136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
36492024-06-04T10:35:57.707Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=88fddc67bce51c3f -C extra-filename=-88fddc67bce51c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-78d21dcc618c8152.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
36502024-06-04T10:36:00.265Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=62281940470d0c6a -C extra-filename=-62281940470d0c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/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-9313c2542a0347c7/out`
36512024-06-04T10:36:04.656Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e219016de786c939 -C extra-filename=-e219016de786c939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -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-9313c2542a0347c7/out`
36522024-06-04T10:36:07.956Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C metadata=16bd8797baffc152 -C extra-filename=-16bd8797baffc152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -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-9313c2542a0347c7/out`
36532024-06-04T10:36:09.082Z Running `/home/build/.rustup/toolchains/1.78.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=cc62d8cb169ada43 -C extra-filename=-cc62d8cb169ada43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -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-9313c2542a0347c7/out`
36542024-06-04T10:44:32.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20m 48s
36552024-06-04T10:44:43.928Z
36562024-06-04T10:44:43.955Zreal 20:58.572180729
36572024-06-04T10:44:43.955Zuser 1:28:34.155616778
36582024-06-04T10:44:43.955Zsys 25:18.202485119
36592024-06-04T10:44:43.955Ztrap 25.641921303
36602024-06-04T10:44:43.955Ztflt 1.869431462
36612024-06-04T10:44:43.955Zdflt 16:02.700901607
36622024-06-04T10:44:43.955Zkflt 0.039726661
36632024-06-04T10:44:43.955Zlock 4:10:59.436171928
36642024-06-04T10:44:43.955Zslp 8:16:18.279069962
36652024-06-04T10:44:43.955Zlat 23:25.759337485
36662024-06-04T10:44:43.955Zstop 5:39.505553747
36672024-06-04T10:44:45.915Z
36682024-06-04T10:44:45.915Z ##### ###### #### #####
36692024-06-04T10:44:45.939Z # # # #
36702024-06-04T10:44:45.940Z # ##### #### #
36712024-06-04T10:44:45.940Z # # # #
36722024-06-04T10:44:45.940Z # # # # #
36732024-06-04T10:44:45.940Z # ###### #### #
36742024-06-04T10:44:45.940Z
36752024-06-04T10:44:48.173Zinfo: experimental features enabled: setup-scripts
36762024-06-04T10:44:50.140Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36772024-06-04T10:44:50.164Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36782024-06-04T10:44:50.192Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36792024-06-04T10:45:06.208Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.02s
36802024-06-04T10:45:08.621Z Starting 1269 tests across 121 binaries (3 skipped; run ID: f5ff472f-8aee-49bb-8446-d0a78e9efe5e, nextest profile: ci)
36812024-06-04T10:45:08.645Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36822024-06-04T10:45:10.146Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36832024-06-04T10:45:17.727Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36842024-06-04T10:45:19.627Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36852024-06-04T10:45:21.781Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36862024-06-04T10:45:29.205Z Finished `test` profile [unoptimized + debuginfo] target(s) in 20.50s
36872024-06-04T10:45:29.279Z Running `target/debug/crdb-seed`
36882024-06-04T10:45:29.730ZJun 04 10:45:28.413 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpC0yR8q
36892024-06-04T10:45:29.780ZJun 04 10:45:28.413 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpsLSSCK,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpC0yR8q/listen-url
36902024-06-04T10:45:29.780ZJun 04 10:45:28.416 INFO cockroach environment: BUILDOMAT_JOB_ID=01HZHC80ZVHGHN809JY9EGAKKS BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.78.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=felixmcfelix/opte-545 GITHUB_REF=refs/heads/felixmcfelix/opte-545 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=48d427ece7c441c9b94e220270f24ea7197c6c3d 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/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envNRSLlJ NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=f5ff472f-8aee-49bb-8446-d0a78e9efe5e 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.78.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
36912024-06-04T10:45:30.193ZJun 04 10:45:29.281 INFO cockroach pid: 4347
36922024-06-04T10:45:30.194ZJun 04 10:45:29.281 INFO cockroach listen URL: postgresql://root@[::1]:39318/omicron?sslmode=disable
36932024-06-04T10:45:30.194ZJun 04 10:45:29.281 INFO cockroach: populating
36942024-06-04T10:45:33.328ZJun 04 10:45:32.415 INFO cockroach: populated
36952024-06-04T10:45:36.213ZJun 04 10:45:35.301 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7d9ad8785faac5183dcaf1020c3a01b9ad94d5b0025ad8c03f8246263140a2c7.tar`
36962024-06-04T10:45:36.239Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36972024-06-04T10:45:36.314Z PASS [ 0.060s] authz-macros tests::test_authz_snapshots
36982024-06-04T10:45:36.314Z PASS [ 0.053s] bootstore schemes::tests::hello_roundtrip
36992024-06-04T10:45:36.314Z PASS [ 0.034s] bootstore trust_quorum::rack_secret::tests::create_and_verify
37002024-06-04T10:45:36.314Z PASS [ 0.044s] bootstore schemes::v0::share_pkg::tests::create_packages
37012024-06-04T10:45:36.340Z PASS [ 0.028s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
37022024-06-04T10:45:36.340Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_for_enums
37032024-06-04T10:45:36.340Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
37042024-06-04T10:45:36.366Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
37052024-06-04T10:45:36.366Z PASS [ 0.089s] bootstore schemes::v0::peer::tests::network_config
37062024-06-04T10:45:36.367Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
37072024-06-04T10:45:36.367Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
37082024-06-04T10:45:36.392Z PASS [ 0.073s] db-macros lookup::test::test_lookup_snapshots
37092024-06-04T10:45:36.392Z PASS [ 0.022s] db-macros tests::test_derive_with_unknown_field
37102024-06-04T10:45:36.392Z PASS [ 0.042s] db-macros tests::test_derive_snapshots
37112024-06-04T10:45:36.544Z PASS [ 0.183s] dns-server storage::test::test_update_in_progress
37122024-06-04T10:45:36.569Z PASS [ 0.192s] dns-server storage::test::test_update_interrupted
37132024-06-04T10:45:36.569Z PASS [ 0.215s] dns-server storage::test::test_update_basic
37142024-06-04T10:45:36.812Z PASS [ 0.429s] dns-server::basic_test aaaa_crud
37152024-06-04T10:45:36.839Z PASS [ 0.277s] dns-server::basic_test empty_record
37162024-06-04T10:45:36.839Z PASS [ 0.445s] dns-server::basic_test a_crud
37172024-06-04T10:45:36.839Z PASS [ 0.259s] dns-server::basic_test multi_record_crud
37182024-06-04T10:45:36.864Z PASS [ 0.273s] dns-server::basic_test name_contains_zone
37192024-06-04T10:45:37.048Z PASS [ 0.228s] dns-server::basic_test servfail
37202024-06-04T10:45:37.088Z PASS [ 0.275s] dns-server::basic_test nxdomain
37212024-06-04T10:45:37.114Z PASS [ 0.270s] dns-server::basic_test srv_crud
37222024-06-04T10:45:37.114Z PASS [ 0.057s] dns-service-client diff::test::diff_different
37232024-06-04T10:45:37.139Z PASS [ 0.032s] dns-service-client diff::test::diff_equivalent
37242024-06-04T10:45:37.139Z PASS [ 0.034s] dns-service-client diff::test::diff_invalid
37252024-06-04T10:45:37.165Z PASS [ 0.036s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
37262024-06-04T10:45:37.165Z PASS [ 0.058s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
37272024-06-04T10:45:37.190Z PASS [ 0.337s] dns-server::openapi_test test_dns_server_openapi
37282024-06-04T10:45:37.215Z PASS [ 0.067s] illumos-utils destructor::test::test_delayed_delete
37292024-06-04T10:45:37.215Z PASS [ 0.041s] illumos-utils destructor::test::test_destructor_bad_close
37302024-06-04T10:45:37.215Z PASS [ 0.032s] illumos-utils link::test::test_allocate
37312024-06-04T10:45:37.240Z PASS [ 0.028s] illumos-utils link::test::test_allocate_within_scopes
37322024-06-04T10:45:37.240Z PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service
37332024-06-04T10:45:37.276Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
37342024-06-04T10:45:37.276Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool
37352024-06-04T10:45:37.276Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
37362024-06-04T10:45:37.379Z PASS [ 1.132s] bootstore schemes::v0::peer::tests::basic_3_nodes
37372024-06-04T10:45:37.536Z PASS [ 0.161s] installinator-common block_size_writer::tests::proptest_block_writer
37382024-06-04T10:45:37.573Z PASS [ 0.036s] internal-dns config::test::display_hosts
37392024-06-04T10:45:37.598Z PASS [ 0.026s] internal-dns config::test::display_srv_service
37402024-06-04T10:45:37.624Z PASS [ 0.348s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
37412024-06-04T10:45:37.651Z PASS [ 0.045s] internal-dns config::test::test_builder_errors
37422024-06-04T10:45:37.676Z PASS [ 0.055s] internal-dns config::test::test_builder_output
37432024-06-04T10:45:37.982Z PASS [ 0.317s] internal-dns resolver::test::insert_and_lookup_one_record
37442024-06-04T10:45:38.089Z PASS [ 0.926s] illumos-utils destructor::test::test_delayed_delete_with_error
37452024-06-04T10:45:38.114Z PASS [ 0.452s] internal-dns resolver::test::insert_and_lookup_multiple_records
37462024-06-04T10:45:38.236Z PASS [ 0.233s] internal-dns resolver::test::lookup_nonexistent_record_fails
37472024-06-04T10:45:38.504Z PASS [ 0.406s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
37482024-06-04T10:45:38.530Z PASS [ 0.437s] internal-dns resolver::test::resolver_can_access_backup_dns_server
37492024-06-04T10:45:38.557Z PASS [ 0.037s] ipcc tests::deserialize_fixed_value
37502024-06-04T10:45:38.586Z PASS [ 0.371s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
37512024-06-04T10:45:38.618Z PASS [ 0.060s] ipcc tests::installinator_image_id_round_trip
37522024-06-04T10:45:38.643Z PASS [ 0.040s] ipcc tests::serialized_size
37532024-06-04T10:45:38.676Z PASS [ 0.057s] key-manager tests::different_disks_produce_different_keys
37542024-06-04T10:45:38.703Z PASS [ 0.056s] key-manager tests::different_ikm_produces_different_keys
37552024-06-04T10:45:38.703Z PASS [ 0.028s] key-manager tests::disk_encryption_key_epoch_0
37562024-06-04T10:45:38.733Z PASS [ 0.028s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
37572024-06-04T10:45:38.760Z PASS [ 0.039s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers
37582024-06-04T10:45:38.760Z PASS [ 0.044s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers
37592024-06-04T10:45:38.786Z PASS [ 0.032s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie
37602024-06-04T10:45:38.812Z PASS [ 0.035s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers
37612024-06-04T10:45:38.838Z PASS [ 0.033s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
37622024-06-04T10:45:38.838Z PASS [ 0.304s] internal-dns resolver::test::update_record
37632024-06-04T10:45:38.838Z PASS [ 0.032s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies
37642024-06-04T10:45:38.866Z PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
37652024-06-04T10:45:38.892Z PASS [ 0.078s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
37662024-06-04T10:45:38.917Z PASS [ 0.079s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
37672024-06-04T10:45:38.917Z PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_get_token
37682024-06-04T10:45:38.942Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
37692024-06-04T10:45:38.969Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
37702024-06-04T10:45:38.970Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
37712024-06-04T10:45:38.970Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_other_cookie
37722024-06-04T10:45:38.995Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
37732024-06-04T10:45:38.995Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
37742024-06-04T10:45:38.995Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
37752024-06-04T10:45:39.020Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_make_header_value
37762024-06-04T10:45:39.020Z PASS [ 0.033s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
37772024-06-04T10:45:39.046Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
37782024-06-04T10:45:39.071Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
37792024-06-04T10:45:39.071Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
37802024-06-04T10:45:39.096Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
37812024-06-04T10:45:39.096Z PASS [ 0.033s] nexus-auth authn::external::token::test::test_make_header_value
37822024-06-04T10:45:39.096Z PASS [ 0.048s] nexus-auth authn::external::test::test_authn_sequence
37832024-06-04T10:45:39.121Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
37842024-06-04T10:45:39.146Z PASS [ 0.038s] nexus-auth authn::external::token::test::test_token_header_missing
37852024-06-04T10:45:39.146Z PASS [ 0.040s] nexus-auth authn::external::token::test::test_token_header_valid
37862024-06-04T10:45:39.175Z PASS [ 0.054s] nexus-auth authn::test::test_internal_users
37872024-06-04T10:45:39.205Z PASS [ 0.047s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
37882024-06-04T10:45:39.235Z PASS [ 0.112s] nexus-auth authz::context::test::test_unregistered_resource
37892024-06-04T10:45:39.261Z PASS [ 0.076s] nexus-auth context::test::test_background_context
37902024-06-04T10:45:39.261Z PASS [ 0.075s] nexus-auth context::test::test_child_context
37912024-06-04T10:45:39.294Z PASS [ 0.037s] nexus-config nexus_config::test::test_config_bad_toml
37922024-06-04T10:45:39.319Z PASS [ 0.062s] nexus-auth context::test::test_test_context
37932024-06-04T10:45:39.319Z PASS [ 0.071s] nexus-config nexus_config::test::test_bad_authn_schemes
37942024-06-04T10:45:39.344Z PASS [ 0.029s] nexus-config nexus_config::test::test_config_empty
37952024-06-04T10:45:39.344Z PASS [ 2.488s] dns-server::commands_test test_dnsadm
37962024-06-04T10:45:39.345Z PASS [ 0.039s] nexus-config nexus_config::test::test_config_nonexistent
37972024-06-04T10:45:39.371Z PASS [ 0.041s] nexus-config nexus_config::test::test_deployment_config_schema
37982024-06-04T10:45:39.371Z PASS [ 0.043s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
37992024-06-04T10:45:39.397Z PASS [ 0.044s] nexus-config nexus_config::test::test_valid
38002024-06-04T10:45:39.422Z PASS [ 0.034s] nexus-config postgres_config::test::test_bad_url
38012024-06-04T10:45:39.422Z PASS [ 0.060s] nexus-config nexus_config::test::test_repo_configs_are_valid
38022024-06-04T10:45:39.422Z PASS [ 0.039s] nexus-config postgres_config::test::test_example_url
38032024-06-04T10:45:39.422Z PASS [ 0.035s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
38042024-06-04T10:45:39.447Z PASS [ 0.034s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
38052024-06-04T10:45:39.447Z PASS [ 0.034s] nexus-db-fixed-data test::test_allowlist_id_is_valid
38062024-06-04T10:45:39.447Z PASS [ 0.036s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
38072024-06-04T10:45:39.447Z PASS [ 0.032s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
38082024-06-04T10:45:39.473Z PASS [ 0.031s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
38092024-06-04T10:45:39.473Z PASS [ 0.041s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
38102024-06-04T10:45:39.498Z PASS [ 0.034s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
38112024-06-04T10:45:39.523Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_known_versions
38122024-06-04T10:45:39.548Z PASS [ 0.055s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
38132024-06-04T10:45:39.548Z PASS [ 0.070s] nexus-db-model device_auth::test::test_generate_user_code
38142024-06-04T10:45:39.548Z PASS [ 0.046s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
38152024-06-04T10:45:39.548Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
38162024-06-04T10:45:39.548Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
38172024-06-04T10:45:39.548Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_verify
38182024-06-04T10:45:39.573Z PASS [ 0.031s] nexus-db-model semver_version::test::test_to_from_sortable_string
38192024-06-04T10:45:39.573Z PASS [ 0.030s] nexus-db-model tests::test_ip_subnet_check_requestable_address
38202024-06-04T10:45:39.598Z PASS [ 0.029s] nexus-db-model tests::test_ipv6_net_random_subnet
38212024-06-04T10:45:39.598Z PASS [ 0.028s] nexus-db-model tests::test_roles_database_strings
38222024-06-04T10:45:39.599Z PASS [ 0.024s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
38232024-06-04T10:45:44.044Z PASS [ 6.800s] installinator mock_peers::tests::proptest_fetch_artifact
38242024-06-04T10:45:45.515Z PASS [ 8.261s] installinator write::tests::proptest_write_artifact
38252024-06-04T10:45:47.146Z PASS [ 7.562s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
38262024-06-04T10:45:47.332Z PASS [ 7.757s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
38272024-06-04T10:45:47.358Z PASS [ 7.774s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
38282024-06-04T10:45:47.384Z PASS [ 7.814s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
38292024-06-04T10:45:51.105Z PASS [ 7.061s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
38302024-06-04T10:45:51.161Z PASS [ 0.056s] nexus-db-queries db::collection_attach::test::test_verify_query
38312024-06-04T10:45:52.646Z PASS [ 7.131s] nexus-db-queries db::collection_attach::test::test_attach_once
38322024-06-04T10:45:54.588Z PASS [ 7.442s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
38332024-06-04T10:45:54.746Z PASS [ 7.415s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
38342024-06-04T10:45:54.771Z PASS [ 7.402s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
38352024-06-04T10:45:54.796Z PASS [ 7.417s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
38362024-06-04T10:45:58.298Z PASS [ 7.137s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
38372024-06-04T10:45:58.353Z PASS [ 0.054s] nexus-db-queries db::collection_detach::test::test_verify_query
38382024-06-04T10:45:59.743Z PASS [ 7.097s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
38392024-06-04T10:46:02.003Z PASS [ 7.413s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
38402024-06-04T10:46:02.177Z PASS [ 7.432s] nexus-db-queries db::collection_detach::test::test_detach_once
38412024-06-04T10:46:02.203Z PASS [ 7.434s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
38422024-06-04T10:46:02.241Z PASS [ 7.443s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
38432024-06-04T10:46:03.015Z PASS [ 26.731s] bootstore::v0-fsm-proptest-learner run
38442024-06-04T10:46:05.446Z PASS [ 7.093s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
38452024-06-04T10:46:07.026Z PASS [ 7.285s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
38462024-06-04T10:46:07.074Z PASS [ 0.046s] nexus-db-queries db::collection_detach_many::test::test_verify_query
38472024-06-04T10:46:09.373Z PASS [ 7.371s] nexus-db-queries db::collection_detach_many::test::test_detach_many
38482024-06-04T10:46:09.716Z PASS [ 7.475s] nexus-db-queries db::collection_detach_many::test::test_detach_once
38492024-06-04T10:46:09.741Z PASS [ 7.557s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
38502024-06-04T10:46:09.766Z PASS [ 0.050s] nexus-db-queries db::collection_insert::test::test_verify_query
38512024-06-04T10:46:09.792Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
38522024-06-04T10:46:09.817Z PASS [ 7.616s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
38532024-06-04T10:46:09.817Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_columns
38542024-06-04T10:46:09.842Z PASS [ 0.050s] nexus-db-queries db::column_walker::test::test_walk_table
38552024-06-04T10:46:10.362Z PASS [ 34.074s] bootstore::v0-fsm-proptest-rack-coordinator run
38562024-06-04T10:46:10.555Z PASS [ 7.541s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
38572024-06-04T10:46:12.563Z PASS [ 7.103s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
38582024-06-04T10:46:14.238Z PASS [ 7.166s] nexus-db-queries db::collection_insert::test::test_collection_not_present
38592024-06-04T10:46:16.651Z PASS [ 7.273s] nexus-db-queries db::collection_insert::test::test_collection_present
38602024-06-04T10:46:17.233Z PASS [ 7.428s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
38612024-06-04T10:46:17.258Z PASS [ 7.435s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
38622024-06-04T10:46:17.346Z PASS [ 7.518s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
38632024-06-04T10:46:17.691Z PASS [ 7.329s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
38642024-06-04T10:46:17.733Z PASS [ 0.043s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
38652024-06-04T10:46:18.310Z PASS [ 7.756s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
38662024-06-04T10:46:19.977Z PASS [ 7.429s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
38672024-06-04T10:46:21.130Z PASS [ 6.892s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
38682024-06-04T10:46:24.633Z PASS [ 7.988s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
38692024-06-04T10:46:24.725Z PASS [ 7.379s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
38702024-06-04T10:46:24.965Z PASS [ 7.733s] nexus-db-queries db::datastore::deployment::tests::test_set_target
38712024-06-04T10:46:25.001Z PASS [ 7.266s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
38722024-06-04T10:46:25.204Z PASS [ 7.956s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
38732024-06-04T10:46:25.748Z PASS [ 7.437s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
38742024-06-04T10:46:28.089Z PASS [ 6.958s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
38752024-06-04T10:46:28.231Z PASS [ 8.254s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
38762024-06-04T10:46:32.190Z PASS [ 7.465s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
38772024-06-04T10:46:32.652Z PASS [ 7.448s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
38782024-06-04T10:46:32.687Z PASS [ 8.054s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
38792024-06-04T10:46:32.803Z PASS [ 7.803s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
38802024-06-04T10:46:33.399Z PASS [ 8.435s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
38812024-06-04T10:46:33.499Z PASS [ 7.752s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors
38822024-06-04T10:46:35.571Z PASS [ 7.478s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
38832024-06-04T10:46:37.801Z PASS [ 9.571s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
38842024-06-04T10:46:40.014Z PASS [ 7.824s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
38852024-06-04T10:46:40.115Z PASS [ 7.463s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
38862024-06-04T10:46:40.520Z PASS [ 7.835s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
38872024-06-04T10:46:40.843Z PASS [ 7.445s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
38882024-06-04T10:46:41.236Z PASS [ 7.736s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
38892024-06-04T10:46:42.150Z PASS [ 9.348s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
38902024-06-04T10:46:43.176Z PASS [ 7.609s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
38912024-06-04T10:46:44.812Z PASS [ 7.011s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
38922024-06-04T10:46:47.371Z PASS [ 7.357s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
38932024-06-04T10:46:47.622Z PASS [ 7.507s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
38942024-06-04T10:46:47.652Z PASS [ 7.130s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
38952024-06-04T10:46:48.400Z PASS [ 7.557s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
38962024-06-04T10:46:48.699Z PASS [ 7.462s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
38972024-06-04T10:46:49.721Z PASS [ 7.571s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
38982024-06-04T10:46:50.644Z PASS [ 7.469s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
38992024-06-04T10:46:52.447Z PASS [ 7.635s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
39002024-06-04T10:46:52.491Z PASS [ 0.042s] nexus-db-queries db::datastore::region::test::test_extent_count
39012024-06-04T10:46:54.999Z PASS [ 7.347s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
39022024-06-04T10:46:55.600Z PASS [ 7.978s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
39032024-06-04T10:46:56.067Z PASS [ 7.665s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
39042024-06-04T10:46:56.542Z PASS [ 9.171s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
39052024-06-04T10:46:57.217Z PASS [ 8.518s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
39062024-06-04T10:46:58.031Z PASS [ 8.310s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
39072024-06-04T10:46:58.503Z PASS [ 7.860s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
39082024-06-04T10:46:59.571Z PASS [ 7.061s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
39092024-06-04T10:47:02.091Z PASS [ 7.094s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
39102024-06-04T10:47:04.816Z PASS [ 8.749s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
39112024-06-04T10:47:04.885Z PASS [ 8.344s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
39122024-06-04T10:47:05.142Z PASS [ 9.543s] nexus-db-queries db::datastore::sled::test::sled_list_batch
39132024-06-04T10:47:05.677Z PASS [ 7.646s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
39142024-06-04T10:47:06.049Z PASS [ 7.544s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
39152024-06-04T10:47:06.740Z PASS [ 7.191s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
39162024-06-04T10:47:08.682Z PASS [ 11.467s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
39172024-06-04T10:47:09.077Z PASS [ 6.984s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
39182024-06-04T10:47:12.367Z PASS [ 7.482s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
39192024-06-04T10:47:12.393Z PASS [ 7.569s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
39202024-06-04T10:47:12.597Z PASS [ 7.454s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
39212024-06-04T10:47:13.082Z PASS [ 7.400s] nexus-db-queries db::datastore::test::test_project_creation
39222024-06-04T10:47:13.604Z PASS [ 7.556s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
39232024-06-04T10:47:14.582Z PASS [ 7.823s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
39242024-06-04T10:47:16.173Z PASS [ 7.098s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
39252024-06-04T10:47:20.518Z PASS [ 8.133s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
39262024-06-04T10:47:20.780Z PASS [ 8.406s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
39272024-06-04T10:47:22.777Z PASS [ 14.095s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
39282024-06-04T10:47:23.530Z PASS [ 7.354s] nexus-db-queries db::datastore::test::test_session_methods
39292024-06-04T10:47:26.195Z PASS [ 13.119s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
39302024-06-04T10:47:26.835Z PASS [ 14.238s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
39312024-06-04T10:47:27.732Z PASS [ 7.215s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
39322024-06-04T10:47:28.182Z PASS [ 7.410s] nexus-db-queries db::datastore::test::test_ssh_keys
39332024-06-04T10:47:28.381Z PASS [ 14.778s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
39342024-06-04T10:47:28.556Z PASS [ 13.992s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
39352024-06-04T10:47:30.200Z PASS [ 7.424s] nexus-db-queries db::datastore::test::test_table_scan
39362024-06-04T10:47:30.714Z PASS [ 7.186s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
39372024-06-04T10:47:33.181Z PASS [ 6.984s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
39382024-06-04T10:47:33.792Z PASS [ 6.957s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
39392024-06-04T10:47:35.115Z PASS [ 7.383s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
39402024-06-04T10:47:35.533Z PASS [ 7.351s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
39412024-06-04T10:47:35.598Z PASS [ 7.218s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
39422024-06-04T10:47:36.055Z PASS [ 7.499s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
39432024-06-04T10:47:37.524Z PASS [ 7.322s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
39442024-06-04T10:47:39.234Z PASS [ 8.522s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
39452024-06-04T10:47:39.271Z PASS [ 0.038s] nexus-db-queries db::pagination::test::test_paginator
39462024-06-04T10:47:40.154Z PASS [ 6.974s] nexus-db-queries db::explain::test::test_explain_async
39472024-06-04T10:47:41.114Z PASS [ 7.322s] nexus-db-queries db::explain::test::test_explain_full_table_scan
39482024-06-04T10:47:41.576Z PASS [ 6.041s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
39492024-06-04T10:47:41.831Z PASS [ 6.716s] nexus-db-queries db::lookup::test::test_lookup
39502024-06-04T10:47:42.734Z PASS [ 7.133s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
39512024-06-04T10:47:43.125Z PASS [ 7.066s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
39522024-06-04T10:47:44.974Z PASS [ 7.452s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
39532024-06-04T10:47:46.726Z PASS [ 7.454s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
39542024-06-04T10:47:47.402Z PASS [ 7.249s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
39552024-06-04T10:47:48.834Z PASS [ 7.259s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
39562024-06-04T10:47:48.860Z PASS [ 7.733s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
39572024-06-04T10:47:48.887Z PASS [ 0.040s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
39582024-06-04T10:47:48.946Z PASS [ 7.116s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
39592024-06-04T10:47:50.406Z PASS [ 7.674s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
39602024-06-04T10:47:50.521Z PASS [ 7.401s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
39612024-06-04T10:47:52.125Z PASS [ 7.150s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
39622024-06-04T10:47:53.948Z PASS [ 7.222s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
39632024-06-04T10:47:54.541Z PASS [ 7.138s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
39642024-06-04T10:47:56.644Z PASS [ 7.757s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
39652024-06-04T10:47:56.736Z PASS [ 7.787s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
39662024-06-04T10:47:57.870Z PASS [ 7.459s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
39672024-06-04T10:47:58.014Z PASS [ 7.494s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
39682024-06-04T10:47:58.992Z PASS [ 6.867s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
39692024-06-04T10:48:01.124Z PASS [ 7.173s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
39702024-06-04T10:48:01.590Z PASS [ 12.758s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
39712024-06-04T10:48:01.640Z PASS [ 7.099s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
39722024-06-04T10:48:01.686Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
39732024-06-04T10:48:03.933Z PASS [ 7.197s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
39742024-06-04T10:48:03.969Z PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
39752024-06-04T10:48:04.418Z PASS [ 7.361s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
39762024-06-04T10:48:04.447Z PASS [ 0.044s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
39772024-06-04T10:48:04.447Z PASS [ 0.035s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
39782024-06-04T10:48:05.258Z PASS [ 7.392s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
39792024-06-04T10:48:05.439Z PASS [ 7.424s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
39802024-06-04T10:48:06.130Z PASS [ 7.138s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
39812024-06-04T10:48:06.155Z PASS [ 0.887s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
39822024-06-04T10:48:06.442Z PASS [ 0.313s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
39832024-06-04T10:48:06.468Z PASS [ 0.309s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
39842024-06-04T10:48:06.815Z PASS [ 0.360s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
39852024-06-04T10:48:06.840Z PASS [ 0.381s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
39862024-06-04T10:48:08.409Z PASS [ 7.280s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
39872024-06-04T10:48:08.897Z PASS [ 7.307s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
39882024-06-04T10:48:11.451Z PASS [ 7.446s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
39892024-06-04T10:48:11.497Z PASS [ 7.449s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
39902024-06-04T10:48:11.532Z PASS [ 0.082s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
39912024-06-04T10:48:11.557Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
39922024-06-04T10:48:11.582Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
39932024-06-04T10:48:11.607Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
39942024-06-04T10:48:11.632Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
39952024-06-04T10:48:12.244Z PASS [ 10.558s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
39962024-06-04T10:48:12.815Z PASS [ 7.376s] nexus-db-queries db::queries::region_allocation::test::explainable
39972024-06-04T10:48:14.101Z PASS [ 7.278s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
39982024-06-04T10:48:14.135Z PASS [ 7.298s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
39992024-06-04T10:48:15.604Z PASS [ 7.203s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
40002024-06-04T10:48:15.927Z PASS [ 7.030s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
40012024-06-04T10:48:15.968Z PASS [ 0.042s] nexus-defaults tests::test_random_vpc_ipv6_prefix
40022024-06-04T10:48:16.203Z PASS [ 0.233s] nexus-inventory builder::test::test_basic
40032024-06-04T10:48:16.235Z PASS [ 0.034s] nexus-inventory builder::test::test_empty
40042024-06-04T10:48:16.278Z PASS [ 0.040s] nexus-inventory builder::test::test_problems
40052024-06-04T10:48:17.335Z PASS [ 5.752s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
40062024-06-04T10:48:17.384Z PASS [ 1.109s] nexus-inventory collector::test::test_basic
40072024-06-04T10:48:17.447Z PASS [ 5.837s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
40082024-06-04T10:48:17.869Z PASS [ 0.483s] nexus-inventory collector::test::test_multi_mgs_failure
40092024-06-04T10:48:18.115Z PASS [ 0.667s] nexus-inventory collector::test::test_sled_agent_failure
40102024-06-04T10:48:18.553Z PASS [ 1.217s] nexus-inventory collector::test::test_multi_mgs
40112024-06-04T10:48:19.698Z PASS [ 7.456s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
40122024-06-04T10:48:21.415Z PASS [ 7.298s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
40132024-06-04T10:48:21.481Z PASS [ 0.063s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
40142024-06-04T10:48:22.011Z PASS [ 0.134s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
40152024-06-04T10:48:22.011Z PASS [ 0.066s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
40162024-06-04T10:48:22.011Z PASS [ 0.067s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
40172024-06-04T10:48:23.221Z PASS [ 7.617s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
40182024-06-04T10:48:23.644Z PASS [ 10.817s] nexus-db-queries policy_test::test_conferred_roles
40192024-06-04T10:48:27.162Z PASS [ 9.292s] nexus-metrics-producer-gc tests::test_prune_expired_producers
40202024-06-04T10:48:27.251Z PASS [ 9.137s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
40212024-06-04T10:48:48.034Z PASS [ 24.403s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
40222024-06-04T10:48:48.065Z PASS [ 29.513s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
40232024-06-04T10:48:48.206Z PASS [ 0.140s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
40242024-06-04T10:48:48.265Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
40252024-06-04T10:48:48.330Z PASS [ 0.065s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
40262024-06-04T10:48:48.389Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
40272024-06-04T10:48:48.445Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
40282024-06-04T10:48:48.498Z PASS [ 25.277s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
40292024-06-04T10:48:48.527Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
40302024-06-04T10:48:48.553Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
40312024-06-04T10:48:48.579Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
40322024-06-04T10:48:48.607Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
40332024-06-04T10:48:48.645Z PASS [ 0.080s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
40342024-06-04T10:48:48.672Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
40352024-06-04T10:48:48.698Z PASS [ 0.038s] nexus-reconfigurator-planning ip_allocator::test::test_basic
40362024-06-04T10:48:48.724Z PASS [ 0.061s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
40372024-06-04T10:48:48.750Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
40382024-06-04T10:48:48.792Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
40392024-06-04T10:48:48.819Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
40402024-06-04T10:48:48.845Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
40412024-06-04T10:48:48.872Z PASS [ 0.040s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones
40422024-06-04T10:48:48.898Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
40432024-06-04T10:48:48.940Z PASS [ 0.083s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
40442024-06-04T10:48:48.977Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
40452024-06-04T10:48:49.003Z PASS [ 0.035s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
40462024-06-04T10:48:49.030Z PASS [ 29.323s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
40472024-06-04T10:48:49.056Z PASS [ 0.026s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
40482024-06-04T10:48:49.083Z PASS [ 0.029s] nexus-types external_api::shared::test::test_policy_parsing
40492024-06-04T10:48:49.211Z PASS [ 0.132s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
40502024-06-04T10:48:49.282Z PASS [ 0.060s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
40512024-06-04T10:48:49.470Z PASS [ 0.195s] omicron-certificates tests::test_cert_extended_key_usage
40522024-06-04T10:48:49.626Z PASS [ 0.161s] omicron-certificates tests::test_common_name_is_validated
40532024-06-04T10:48:49.799Z PASS [ 0.173s] omicron-certificates tests::test_subject_alternate_names_are_validated
40542024-06-04T10:48:51.300Z PASS [ 24.142s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
40552024-06-04T10:48:51.329Z PASS [ 24.078s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
40562024-06-04T10:48:51.354Z PASS [ 0.054s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_multiple_lines_from_csv
40572024-06-04T10:48:51.379Z PASS [ 0.041s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_single_line_from_csv
40582024-06-04T10:48:51.404Z PASS [ 0.036s] omicron-common address::test::test_dns_subnets
40592024-06-04T10:48:51.404Z PASS [ 37.298s] nexus-db-queries policy_test::test_iam_roles_behavior
40602024-06-04T10:48:51.404Z PASS [ 0.033s] omicron-common address::test::test_ip_range_checks_non_decreasing
40612024-06-04T10:48:51.430Z PASS [ 0.025s] omicron-common address::test::test_ip_range_iter
40622024-06-04T10:48:51.557Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
40632024-06-04T10:48:51.557Z PASS [ 0.042s] omicron-common address::test::test_ip_range_enum_deserialization
40642024-06-04T10:48:51.557Z PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from
40652024-06-04T10:48:51.557Z PASS [ 0.051s] omicron-common address::test::test_ipv6_subnet_deserialize
40662024-06-04T10:48:51.557Z PASS [ 0.044s] omicron-common address::test::test_sled_address
40672024-06-04T10:48:51.557Z PASS [ 0.075s] omicron-common api::external::error::test::test_bail_unless
40682024-06-04T10:48:51.557Z PASS [ 0.044s] omicron-common api::external::error::test::test_context
40692024-06-04T10:48:51.583Z PASS [ 0.072s] omicron-common api::external::http_pagination::test::test_pagination_examples
40702024-06-04T10:48:51.608Z PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_pagination_schemas
40712024-06-04T10:48:51.633Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_name
40722024-06-04T10:48:51.633Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
40732024-06-04T10:48:51.658Z PASS [ 0.099s] omicron-common api::external::http_pagination::test::test_scan_by_id
40742024-06-04T10:48:51.684Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
40752024-06-04T10:48:51.684Z PASS [ 0.039s] omicron-common api::external::test::test_bytecount
40762024-06-04T10:48:51.726Z PASS [ 0.037s] omicron-common api::external::test::test_bytecount_display
40772024-06-04T10:48:51.727Z PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
40782024-06-04T10:48:51.752Z PASS [ 0.055s] omicron-common api::external::test::test_digest
40792024-06-04T10:48:51.777Z PASS [ 0.058s] omicron-common api::external::test::test_firewall_deserialization
40802024-06-04T10:48:51.808Z PASS [ 0.052s] omicron-common api::external::test::test_hostname_from_str
40812024-06-04T10:48:51.833Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str
40822024-06-04T10:48:51.894Z PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_into_str
40832024-06-04T10:48:51.934Z PASS [ 0.167s] omicron-common api::external::test::test_firewall_rule_target_parse
40842024-06-04T10:48:51.934Z PASS [ 0.187s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
40852024-06-04T10:48:51.934Z PASS [ 0.065s] omicron-common api::external::test::test_ipv6_net_operations
40862024-06-04T10:48:51.961Z PASS [ 0.051s] omicron-common api::external::test::test_mac_system_iterator
40872024-06-04T10:48:51.988Z PASS [ 0.041s] omicron-common api::external::test::test_macaddr
40882024-06-04T10:48:51.988Z PASS [ 0.056s] omicron-common api::external::test::test_mac_to_int_conversions
40892024-06-04T10:48:52.015Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse_from_param
40902024-06-04T10:48:52.040Z PASS [ 0.066s] omicron-common api::external::test::test_name_parse
40912024-06-04T10:48:52.069Z PASS [ 0.038s] omicron-common api::external::test::test_role_name_parse
40922024-06-04T10:48:52.069Z PASS [ 0.056s] omicron-common api::external::test::test_resource_name_parse
40932024-06-04T10:48:52.094Z PASS [ 0.030s] omicron-common api::external::test::test_semver_serialize
40942024-06-04T10:48:52.133Z PASS [ 0.064s] omicron-common api::external::test::test_route_destination_parse
40952024-06-04T10:48:52.133Z PASS [ 0.069s] omicron-common api::external::test::test_route_target_parse
40962024-06-04T10:48:52.620Z PASS [ 0.044s] omicron-common api::external::test::test_semver_validation
40972024-06-04T10:48:52.620Z PASS [ 0.045s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
40982024-06-04T10:48:52.621Z PASS [ 0.034s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
40992024-06-04T10:48:52.621Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
41002024-06-04T10:48:52.621Z PASS [ 0.036s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
41012024-06-04T10:48:52.621Z PASS [ 0.046s] omicron-common ledger::test::test_create_default_ledger
41022024-06-04T10:48:52.621Z PASS [ 0.041s] omicron-common ledger::test::test_create_ledger_reads_from_storage
41032024-06-04T10:48:52.621Z PASS [ 0.066s] omicron-common ledger::test::test_commit_handles_write_failures
41042024-06-04T10:48:52.621Z PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
41052024-06-04T10:48:52.621Z PASS [ 0.035s] omicron-common update::tests::serde_artifact_kind
41062024-06-04T10:48:52.621Z PASS [ 0.037s] omicron-common zpool_name::test::test_parse_bad_zpool_names
41072024-06-04T10:48:52.621Z PASS [ 0.040s] omicron-common zpool_name::test::test_parse_external_zpool_name
41082024-06-04T10:48:52.621Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_internal_zpool_name
41092024-06-04T10:48:52.621Z PASS [ 0.039s] omicron-common zpool_name::test::test_parse_zpool_name_json
41102024-06-04T10:48:52.621Z PASS [ 0.033s] omicron-common zpool_name::test::test_zpool_name_regex
41112024-06-04T10:48:52.814Z PASS [ 0.534s] omicron-dev::test_omicron_dev test_cert_create
41122024-06-04T10:48:52.916Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
41132024-06-04T10:48:53.015Z PASS [ 0.100s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
41142024-06-04T10:48:53.111Z PASS [ 0.096s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
41152024-06-04T10:48:53.208Z PASS [ 0.097s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
41162024-06-04T10:48:54.114Z PASS [ 5.138s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
41172024-06-04T10:48:54.170Z PASS [ 0.056s] omicron-gateway management_switch::location_map::tests::test_config_validation
41182024-06-04T10:48:54.215Z PASS [ 0.040s] omicron-gateway management_switch::location_map::tests::test_resolve_location
41192024-06-04T10:48:54.856Z PASS [ 0.626s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
41202024-06-04T10:48:55.346Z PASS [ 0.509s] omicron-gateway::test_all integration_tests::component_list::component_list
41212024-06-04T10:48:55.838Z PASS [ 0.490s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
41222024-06-04T10:48:56.074Z PASS [ 0.238s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
41232024-06-04T10:48:56.310Z PASS [ 0.235s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
41242024-06-04T10:48:57.045Z PASS [ 35.305s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
41252024-06-04T10:48:57.260Z PASS [ 7.461s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
41262024-06-04T10:48:58.561Z PASS [ 9.614s] nexus-types deployment::tri_map::tests::proptest_ops
41272024-06-04T10:49:03.146Z PASS [ 10.855s] omicron-dev::test_omicron_dev test_db_killed
41282024-06-04T10:49:05.283Z PASS [ 17.251s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
41292024-06-04T10:49:09.976Z PASS [ 16.767s] omicron-dev::test_omicron_dev test_run_all
41302024-06-04T10:49:17.713Z PASS [ 25.412s] omicron-dev::test_omicron_dev test_db_run
41312024-06-04T10:49:21.222Z PASS [ 22.656s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
41322024-06-04T10:49:21.553Z PASS [ 18.408s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
41332024-06-04T10:49:24.111Z PASS [ 27.068s] omicron-nexus app::background::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
41342024-06-04T10:49:24.340Z PASS [ 19.058s] omicron-nexus app::background::common::test::test_activation_in_progress
41352024-06-04T10:49:24.437Z PASS [ 27.171s] omicron-nexus app::background::abandoned_vmm_reaper::tests::vmm_already_deleted
41362024-06-04T10:49:24.610Z PASS [ 28.300s] omicron-nexus app::background::abandoned_vmm_reaper::tests::sled_resource_already_deleted
41372024-06-04T10:49:26.197Z PASS [ 16.220s] omicron-nexus app::background::common::test::test_driver_basic
41382024-06-04T10:49:34.769Z PASS [ 17.040s] omicron-nexus app::background::common::test::test_saga_request_flow
41392024-06-04T10:49:35.522Z PASS [ 0.769s] omicron-nexus app::external_endpoints::test::test_authority
41402024-06-04T10:49:35.655Z PASS [ 0.132s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
41412024-06-04T10:49:37.756Z PASS [ 2.102s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
41422024-06-04T10:49:37.881Z PASS [ 0.122s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
41432024-06-04T10:49:37.962Z PASS [ 0.067s] omicron-nexus app::external_endpoints::test::test_no_endpoint
41442024-06-04T10:49:38.048Z PASS [ 0.093s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
41452024-06-04T10:49:39.868Z PASS [ 18.315s] omicron-nexus app::background::dns_propagation::test::test_basic
41462024-06-04T10:49:40.102Z PASS [ 18.885s] omicron-nexus app::background::dns_config::test::test_basic
41472024-06-04T10:49:42.995Z PASS [ 18.651s] omicron-nexus app::background::init::test::test_dns_propagation_basic
41482024-06-04T10:49:43.508Z PASS [ 19.394s] omicron-nexus app::background::external_endpoints::test::test_basic
41492024-06-04T10:49:43.887Z PASS [ 19.274s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
41502024-06-04T10:49:44.185Z PASS [ 17.975s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
41512024-06-04T10:50:00.621Z PASS [ 36.134s] omicron-nexus app::background::inventory_collection::test::test_basic
41522024-06-04T10:50:05.938Z PASS [ 25.832s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
41532024-06-04T10:50:06.041Z PASS [ 28.001s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
41542024-06-04T10:50:06.759Z PASS [ 23.757s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
41552024-06-04T10:50:07.113Z PASS [ 27.244s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
41562024-06-04T10:50:09.449Z PASS [ 25.152s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
41572024-06-04T10:50:09.481Z PASS [ 25.976s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
41582024-06-04T10:50:34.934Z PASS [ 28.894s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
41592024-06-04T10:50:37.117Z PASS [ 30.368s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
41602024-06-04T10:50:37.887Z PASS [ 30.776s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
41612024-06-04T10:50:38.112Z PASS [ 32.180s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
41622024-06-04T10:50:40.345Z PASS [ 31.311s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
41632024-06-04T10:50:40.581Z PASS [ 31.102s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
41642024-06-04T10:50:44.173Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41652024-06-04T10:51:00.562Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41662024-06-04T10:51:04.611Z PASS [ 29.679s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
41672024-06-04T10:51:05.755Z PASS [ 28.640s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
41682024-06-04T10:51:08.775Z PASS [ 28.190s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
41692024-06-04T10:51:09.790Z PASS [ 29.437s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
41702024-06-04T10:51:11.552Z PASS [ 33.442s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
41712024-06-04T10:51:12.208Z PASS [ 34.324s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
41722024-06-04T10:51:32.999Z PASS [ 27.244s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
41732024-06-04T10:51:35.504Z PASS [ 25.719s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
41742024-06-04T10:51:35.959Z PASS [ 23.750s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
41752024-06-04T10:51:36.128Z PASS [ 24.573s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
41762024-06-04T10:51:40.415Z PASS [ 31.646s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
41772024-06-04T10:51:40.491Z PASS [ 0.072s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
41782024-06-04T10:51:44.172Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41792024-06-04T10:51:53.394Z PASS [ 17.896s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
41802024-06-04T10:51:57.804Z PASS [ 24.804s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
41812024-06-04T10:51:58.983Z PASS [ 54.374s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
41822024-06-04T10:52:00.562Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41832024-06-04T10:52:05.286Z PASS [ 24.797s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
41842024-06-04T10:52:16.422Z PASS [ 17.437s] omicron-nexus app::sagas::test_saga::test_saga_stuck
41852024-06-04T10:52:25.310Z PASS [ 31.919s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
41862024-06-04T10:52:27.953Z PASS [ 22.667s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
41872024-06-04T10:52:27.994Z PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_accept_gz
41882024-06-04T10:52:28.040Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
41892024-06-04T10:52:28.097Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
41902024-06-04T10:52:28.159Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
41912024-06-04T10:52:28.199Z PASS [ 0.039s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
41922024-06-04T10:52:28.240Z PASS [ 0.041s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
41932024-06-04T10:52:28.286Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
41942024-06-04T10:52:28.327Z PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_relative_uri
41952024-06-04T10:52:28.460Z PASS [ 0.132s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
41962024-06-04T10:52:29.333Z PASS [ 31.533s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
41972024-06-04T10:52:30.780Z PASS [ 5.465s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
41982024-06-04T10:52:35.046Z PASS [ 18.620s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
41992024-06-04T10:52:35.959Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
42002024-06-04T10:52:36.126Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
42012024-06-04T10:52:38.006Z PASS [ 61.882s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
42022024-06-04T10:52:39.617Z PASS [ 1.610s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
42032024-06-04T10:52:40.787Z PASS [ 1.172s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
42042024-06-04T10:52:40.984Z PASS [ 0.197s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
42052024-06-04T10:52:44.172Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42062024-06-04T10:52:46.951Z PASS [ 17.619s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
42072024-06-04T10:52:47.788Z PASS [ 17.011s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
42082024-06-04T10:52:55.954Z PASS [ 20.914s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
42092024-06-04T10:52:58.967Z PASS [ 17.984s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
42102024-06-04T10:53:00.563Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42112024-06-04T10:53:04.086Z PASS [ 17.133s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
42122024-06-04T10:53:06.158Z PASS [ 18.371s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
42132024-06-04T10:53:13.820Z PASS [ 17.867s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
42142024-06-04T10:53:17.358Z PASS [ 18.391s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
42152024-06-04T10:53:21.508Z PASS [ 17.424s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
42162024-06-04T10:53:23.154Z PASS [ 16.994s] omicron-nexus::test_all integration_tests::basic::test_ping
42172024-06-04T10:53:28.459Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
42182024-06-04T10:53:35.960Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
42192024-06-04T10:53:36.592Z PASS [ 22.771s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
42202024-06-04T10:53:38.982Z PASS [ 17.475s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
42212024-06-04T10:53:40.306Z PASS [ 17.154s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
42222024-06-04T10:53:43.568Z PASS [ 26.208s] omicron-nexus::test_all integration_tests::basic::test_projects_list
42232024-06-04T10:53:44.170Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42242024-06-04T10:53:45.995Z PASS [ 77.536s] omicron-nexus populate::test::test_populators
42252024-06-04T10:53:54.086Z PASS [ 17.490s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
42262024-06-04T10:53:56.686Z PASS [ 17.704s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
42272024-06-04T10:53:57.798Z PASS [ 17.492s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
42282024-06-04T10:53:59.180Z PASS [ 2.494s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
42292024-06-04T10:53:59.214Z PASS [ 1.391s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
42302024-06-04T10:53:59.275Z PASS [ 0.095s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
42312024-06-04T10:53:59.604Z PASS [ 0.330s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
42322024-06-04T10:53:59.844Z PASS [ 0.654s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
42332024-06-04T10:54:00.563Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42342024-06-04T10:54:02.259Z PASS [ 18.694s] omicron-nexus::test_all integration_tests::certificates::test_crud
42352024-06-04T10:54:02.891Z PASS [ 16.881s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
42362024-06-04T10:54:17.336Z PASS [ 17.731s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
42372024-06-04T10:54:18.019Z PASS [ 18.177s] omicron-nexus::test_all integration_tests::console_api::test_assets
42382024-06-04T10:54:18.185Z PASS [ 24.105s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
42392024-06-04T10:54:19.252Z PASS [ 16.994s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
42402024-06-04T10:54:24.331Z PASS [ 21.455s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
42412024-06-04T10:54:35.958Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
42422024-06-04T10:54:36.274Z PASS [ 18.250s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
42432024-06-04T10:54:36.873Z PASS [ 18.688s] omicron-nexus::test_all integration_tests::console_api::test_session_me
42442024-06-04T10:54:37.605Z PASS [ 18.351s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
42452024-06-04T10:54:40.388Z PASS [ 23.051s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
42462024-06-04T10:54:44.170Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42472024-06-04T10:54:46.513Z PASS [ 22.183s] omicron-nexus::test_all integration_tests::console_api::test_sessions
42482024-06-04T10:54:54.310Z PASS [ 18.041s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
42492024-06-04T10:54:55.877Z PASS [ 19.001s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
42502024-06-04T10:55:00.564Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42512024-06-04T10:55:06.500Z PASS [ 28.894s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
42522024-06-04T10:55:12.004Z PASS [ 25.492s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
42532024-06-04T10:55:15.987Z PASS [ 35.596s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
42542024-06-04T10:55:20.288Z PASS [ 25.979s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
42552024-06-04T10:55:21.171Z PASS [ 25.295s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
42562024-06-04T10:55:24.881Z PASS [ 228.929s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
42572024-06-04T10:55:31.875Z PASS [ 25.382s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
42582024-06-04T10:55:44.170Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42592024-06-04T10:55:49.954Z PASS [ 23.967s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
42602024-06-04T10:55:49.985Z PASS [ 34.608s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
42612024-06-04T10:55:49.985Z PASS [ 24.646s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
42622024-06-04T10:55:50.681Z PASS [ 18.806s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
42632024-06-04T10:55:54.327Z PASS [ 38.343s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
42642024-06-04T10:56:00.565Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42652024-06-04T10:56:03.937Z PASS [ 43.650s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
42662024-06-04T10:56:04.091Z PASS [ 18.952s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
42672024-06-04T10:56:08.864Z PASS [ 19.336s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
42682024-06-04T10:56:10.002Z PASS [ 23.384s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
42692024-06-04T10:56:16.619Z PASS [ 25.938s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
42702024-06-04T10:56:28.516Z PASS [ 24.580s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
42712024-06-04T10:56:30.074Z PASS [ 35.748s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
42722024-06-04T10:56:30.424Z PASS [ 26.327s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
42732024-06-04T10:56:35.069Z PASS [ 26.206s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
42742024-06-04T10:56:37.280Z PASS [ 27.238s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
42752024-06-04T10:56:40.767Z PASS [ 24.149s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
42762024-06-04T10:56:44.169Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42772024-06-04T10:56:54.644Z PASS [ 24.229s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
42782024-06-04T10:56:54.746Z PASS [ 24.674s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
42792024-06-04T10:56:55.386Z PASS [ 26.872s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
42802024-06-04T10:56:59.437Z PASS [ 22.204s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
42812024-06-04T10:56:59.737Z PASS [ 24.670s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
42822024-06-04T10:57:00.563Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42832024-06-04T10:57:02.509Z PASS [ 21.740s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
42842024-06-04T10:57:19.438Z PASS [ 24.692s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
42852024-06-04T10:57:20.686Z PASS [ 26.042s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
42862024-06-04T10:57:24.551Z PASS [ 29.165s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
42872024-06-04T10:57:33.031Z PASS [ 33.596s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
42882024-06-04T10:57:39.407Z PASS [ 19.970s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
42892024-06-04T10:57:41.324Z PASS [ 41.586s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
42902024-06-04T10:57:43.696Z PASS [ 41.188s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
42912024-06-04T10:57:44.170Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42922024-06-04T10:57:45.572Z PASS [ 21.018s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
42932024-06-04T10:57:50.160Z PASS [ 29.467s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
42942024-06-04T10:57:59.464Z PASS [ 20.056s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
42952024-06-04T10:58:00.562Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42962024-06-04T10:58:00.983Z PASS [ 19.662s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
42972024-06-04T10:58:01.453Z PASS [ 0.468s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
42982024-06-04T10:58:01.815Z PASS [ 28.785s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
42992024-06-04T10:58:01.932Z PASS [ 0.479s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
43002024-06-04T10:58:02.213Z PASS [ 0.396s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
43012024-06-04T10:58:02.374Z PASS [ 0.437s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
43022024-06-04T10:58:02.558Z PASS [ 18.861s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
43032024-06-04T10:58:04.825Z PASS [ 19.255s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
43042024-06-04T10:58:09.085Z PASS [ 18.934s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
43052024-06-04T10:58:19.949Z PASS [ 20.487s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
43062024-06-04T10:58:25.741Z PASS [ 23.529s] omicron-nexus::test_all integration_tests::images::test_image_create
43072024-06-04T10:58:27.066Z PASS [ 24.699s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
43082024-06-04T10:58:29.934Z PASS [ 27.379s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
43092024-06-04T10:58:30.432Z PASS [ 25.611s] omicron-nexus::test_all integration_tests::images::test_image_promotion
43102024-06-04T10:58:32.830Z PASS [ 23.746s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
43112024-06-04T10:58:38.390Z PASS [ 8.455s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
43122024-06-04T10:58:41.167Z PASS [ 10.734s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
43132024-06-04T10:58:42.750Z PASS [ 9.921s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
43142024-06-04T10:58:43.258Z PASS [ 23.308s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
43152024-06-04T10:58:44.168Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43162024-06-04T10:58:48.115Z PASS [ 9.726s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
43172024-06-04T10:58:48.715Z PASS [ 21.647s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
43182024-06-04T10:58:49.030Z PASS [ 23.286s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
43192024-06-04T10:58:55.383Z PASS [ 551.226s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43202024-06-04T10:59:00.562Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43212024-06-04T10:59:05.663Z PASS [ 24.495s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
43222024-06-04T10:59:08.560Z PASS [ 19.527s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
43232024-06-04T10:59:10.106Z PASS [ 549.557s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43242024-06-04T10:59:14.182Z PASS [ 18.799s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
43252024-06-04T10:59:14.717Z PASS [ 31.461s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
43262024-06-04T10:59:17.612Z PASS [ 28.897s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
43272024-06-04T10:59:23.488Z PASS [ 40.738s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
43282024-06-04T10:59:28.275Z PASS [ 19.722s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
43292024-06-04T10:59:28.682Z PASS [ 40.567s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
43302024-06-04T10:59:36.670Z PASS [ 19.060s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
43312024-06-04T10:59:40.245Z PASS [ 25.525s] omicron-nexus::test_all integration_tests::instances::test_instance_access
43322024-06-04T10:59:41.548Z PASS [ 35.886s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
43332024-06-04T10:59:46.579Z PASS [ 36.474s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
43342024-06-04T10:59:52.687Z PASS [ 29.200s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
43352024-06-04T10:59:59.854Z PASS [ 31.581s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
43362024-06-04T11:00:01.614Z PASS [ 32.931s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
43372024-06-04T11:00:07.387Z PASS [ 30.717s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
43382024-06-04T11:00:09.320Z PASS [ 29.074s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
43392024-06-04T11:00:12.207Z PASS [ 30.662s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
43402024-06-04T11:00:14.182Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
43412024-06-04T11:00:16.099Z PASS [ 61.919s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
43422024-06-04T11:00:23.193Z PASS [ 36.615s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
43432024-06-04T11:00:25.899Z PASS [ 26.045s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
43442024-06-04T11:00:26.089Z PASS [ 24.478s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
43452024-06-04T11:00:37.688Z PASS [ 45.002s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
43462024-06-04T11:00:39.655Z PASS [ 32.270s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
43472024-06-04T11:00:42.330Z PASS [ 30.118s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
43482024-06-04T11:00:43.985Z PASS [ 27.888s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
43492024-06-04T11:00:44.940Z PASS [ 35.626s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
43502024-06-04T11:00:52.667Z PASS [ 29.470s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
43512024-06-04T11:00:55.978Z PASS [ 29.884s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
43522024-06-04T11:00:58.547Z PASS [ 18.892s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
43532024-06-04T11:01:02.924Z PASS [ 37.025s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
43542024-06-04T11:01:03.389Z PASS [ 19.401s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
43552024-06-04T11:01:09.594Z PASS [ 24.655s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
43562024-06-04T11:01:10.814Z PASS [ 28.488s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
43572024-06-04T11:01:11.039Z PASS [ 33.353s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
43582024-06-04T11:01:14.464Z PASS [ 18.481s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
43592024-06-04T11:01:16.754Z PASS [ 24.088s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
43602024-06-04T11:01:27.270Z PASS [ 17.673s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
43612024-06-04T11:01:27.304Z PASS [ 24.371s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
43622024-06-04T11:01:29.299Z PASS [ 25.911s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
43632024-06-04T11:01:29.424Z PASS [ 18.611s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
43642024-06-04T11:01:29.750Z PASS [ 18.709s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
43652024-06-04T11:01:31.851Z PASS [ 33.302s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
43662024-06-04T11:01:32.091Z PASS [ 17.637s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
43672024-06-04T11:01:34.342Z PASS [ 17.592s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
43682024-06-04T11:01:47.797Z PASS [ 20.499s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
43692024-06-04T11:01:48.042Z PASS [ 18.294s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
43702024-06-04T11:01:48.187Z PASS [ 18.889s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
43712024-06-04T11:01:48.637Z PASS [ 19.192s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
43722024-06-04T11:01:48.927Z PASS [ 21.659s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
43732024-06-04T11:01:49.333Z PASS [ 17.483s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
43742024-06-04T11:01:49.505Z PASS [ 17.403s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
43752024-06-04T11:01:51.933Z PASS [ 17.591s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
43762024-06-04T11:02:08.496Z PASS [ 19.572s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
43772024-06-04T11:02:08.711Z PASS [ 20.670s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
43782024-06-04T11:02:09.877Z PASS [ 22.085s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
43792024-06-04T11:02:10.216Z PASS [ 21.603s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
43802024-06-04T11:02:11.391Z PASS [ 23.208s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
43812024-06-04T11:02:17.572Z PASS [ 28.243s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
43822024-06-04T11:02:27.817Z PASS [ 19.103s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
43832024-06-04T11:02:28.044Z PASS [ 19.546s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
43842024-06-04T11:02:30.343Z PASS [ 40.852s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
43852024-06-04T11:02:32.515Z PASS [ 22.637s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
43862024-06-04T11:02:40.754Z PASS [ 23.174s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
43872024-06-04T11:02:42.600Z PASS [ 32.384s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
43882024-06-04T11:02:47.199Z PASS [ 55.267s] omicron-nexus::test_all integration_tests::metrics::test_metrics
43892024-06-04T11:02:51.610Z PASS [ 23.794s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
43902024-06-04T11:02:51.753Z PASS [ 23.709s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
43912024-06-04T11:02:54.324Z PASS [ 42.933s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
43922024-06-04T11:03:05.229Z PASS [ 24.482s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
43932024-06-04T11:03:12.471Z PASS [ 42.128s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
43942024-06-04T11:03:14.467Z PASS [ 41.954s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
43952024-06-04T11:03:16.431Z PASS [ 22.108s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
43962024-06-04T11:03:19.552Z PASS [ 32.341s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
43972024-06-04T11:03:21.384Z PASS [ 29.774s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
43982024-06-04T11:03:22.029Z PASS [ 30.275s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
43992024-06-04T11:03:25.281Z PASS [ 42.678s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
44002024-06-04T11:03:37.890Z PASS [ 21.455s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
44012024-06-04T11:03:39.178Z PASS [ 19.636s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
44022024-06-04T11:03:43.109Z PASS [ 17.832s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
44032024-06-04T11:03:43.801Z PASS [ 22.417s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
44042024-06-04T11:03:45.170Z PASS [ 23.144s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
44052024-06-04T11:03:45.197Z PASS [ 39.961s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
44062024-06-04T11:03:57.435Z PASS [ 44.964s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
44072024-06-04T11:04:01.276Z PASS [ 23.386s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
44082024-06-04T11:04:02.367Z PASS [ 19.253s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
44092024-06-04T11:04:02.725Z PASS [ 18.916s] omicron-nexus::test_all integration_tests::projects::test_projects
44102024-06-04T11:04:04.572Z PASS [ 19.397s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
44112024-06-04T11:04:05.328Z PASS [ 26.149s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
44122024-06-04T11:04:10.009Z PASS [ 55.539s] omicron-nexus::test_all integration_tests::password_login::test_local_users
44132024-06-04T11:04:15.149Z PASS [ 17.712s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
44142024-06-04T11:04:19.410Z PASS [ 18.133s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
44152024-06-04T11:04:21.536Z PASS [ 18.819s] omicron-nexus::test_all integration_tests::rack::test_sled_add
44162024-06-04T11:04:21.971Z PASS [ 19.609s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
44172024-06-04T11:04:22.581Z PASS [ 18.015s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
44182024-06-04T11:04:22.791Z PASS [ 17.467s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
44192024-06-04T11:04:23.234Z PASS [ 0.441s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
44202024-06-04T11:04:25.378Z PASS [ 3.406s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
44212024-06-04T11:04:26.077Z PASS [ 3.493s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
44222024-06-04T11:04:26.695Z PASS [ 3.462s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
44232024-06-04T11:04:26.810Z PASS [ 0.114s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
44242024-06-04T11:04:26.917Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
44252024-06-04T11:04:27.026Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
44262024-06-04T11:04:27.123Z PASS [ 0.091s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
44272024-06-04T11:04:27.220Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
44282024-06-04T11:04:27.308Z PASS [ 17.304s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
44292024-06-04T11:04:27.843Z PASS [ 42.656s] omicron-nexus::test_all integration_tests::quotas::test_quotas
44302024-06-04T11:04:28.766Z PASS [ 3.386s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
44312024-06-04T11:04:30.454Z PASS [ 15.308s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
44322024-06-04T11:04:36.899Z PASS [ 17.493s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
44332024-06-04T11:04:40.058Z PASS [ 18.525s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
44342024-06-04T11:04:40.159Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
44352024-06-04T11:04:44.937Z PASS [ 17.717s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
44362024-06-04T11:04:46.377Z PASS [ 18.534s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
44372024-06-04T11:04:46.420Z PASS [ 19.110s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
44382024-06-04T11:04:46.474Z PASS [ 0.092s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
44392024-06-04T11:04:46.524Z PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
44402024-06-04T11:04:46.766Z PASS [ 18.003s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
44412024-06-04T11:04:46.993Z PASS [ 20.915s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
44422024-06-04T11:04:48.181Z PASS [ 17.733s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
44432024-06-04T11:04:54.726Z PASS [ 17.838s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
44442024-06-04T11:04:58.302Z PASS [ 18.153s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
44452024-06-04T11:05:02.034Z PASS [ 17.099s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
44462024-06-04T11:05:02.276Z PASS [ 15.815s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
44472024-06-04T11:05:02.369Z PASS [ 15.612s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
44482024-06-04T11:05:02.582Z PASS [ 16.066s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
44492024-06-04T11:05:02.734Z PASS [ 15.744s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
44502024-06-04T11:05:14.365Z PASS [ 12.331s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
44512024-06-04T11:05:15.045Z PASS [ 12.312s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
44522024-06-04T11:05:26.239Z PASS [ 11.194s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
44532024-06-04T11:05:26.573Z PASS [ 12.209s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
44542024-06-04T11:05:38.472Z PASS [ 12.229s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
44552024-06-04T11:05:38.831Z PASS [ 12.259s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
44562024-06-04T11:05:45.599Z PASS [ 6.767s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
44572024-06-04T11:06:20.352Z PASS [ 34.754s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
44582024-06-04T11:06:26.243Z PASS [ 47.776s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
44592024-06-04T11:06:38.834Z PASS [ 18.482s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
44602024-06-04T11:06:55.558Z PASS [ 29.295s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
44612024-06-04T11:07:09.118Z PASS [ 13.578s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
44622024-06-04T11:07:09.356Z PASS [ 13.803s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
44632024-06-04T11:07:10.015Z PASS [ 14.470s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
44642024-06-04T11:07:10.411Z PASS [ 14.852s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
44652024-06-04T11:07:13.531Z PASS [ 34.679s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
44662024-06-04T11:07:27.797Z PASS [ 18.680s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
44672024-06-04T11:07:28.023Z PASS [ 18.667s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
44682024-06-04T11:07:28.151Z PASS [ 18.137s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
44692024-06-04T11:07:28.606Z PASS [ 18.195s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
44702024-06-04T11:07:30.849Z PASS [ 17.327s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
44712024-06-04T11:07:31.147Z PASS [ 17.619s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
44722024-06-04T11:07:32.324Z PASS [ 18.793s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
44732024-06-04T11:07:33.229Z PASS [ 19.715s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
44742024-06-04T11:07:48.036Z PASS [ 20.241s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
44752024-06-04T11:07:48.464Z PASS [ 20.441s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
44762024-06-04T11:07:48.999Z PASS [ 20.395s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
44772024-06-04T11:07:49.444Z PASS [ 18.301s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
44782024-06-04T11:07:50.149Z PASS [ 17.825s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
44792024-06-04T11:07:51.166Z PASS [ 17.939s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
44802024-06-04T11:07:51.939Z PASS [ 21.089s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
44812024-06-04T11:07:52.711Z PASS [ 24.558s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
44822024-06-04T11:08:07.968Z PASS [ 19.932s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
44832024-06-04T11:08:08.002Z PASS [ 19.537s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
44842024-06-04T11:08:09.646Z PASS [ 19.495s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
44852024-06-04T11:08:10.262Z PASS [ 18.327s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
44862024-06-04T11:08:10.950Z PASS [ 21.945s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
44872024-06-04T11:08:13.106Z PASS [ 23.662s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
44882024-06-04T11:08:14.364Z PASS [ 23.198s] omicron-nexus::test_all integration_tests::silos::test_silos
44892024-06-04T11:08:16.815Z PASS [ 24.106s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
44902024-06-04T11:08:27.093Z PASS [ 19.125s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
44912024-06-04T11:08:30.286Z PASS [ 17.179s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
44922024-06-04T11:08:30.640Z PASS [ 20.998s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
44932024-06-04T11:08:32.449Z PASS [ 24.450s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
44942024-06-04T11:08:33.565Z PASS [ 19.201s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
44952024-06-04T11:08:36.734Z PASS [ 19.920s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
44962024-06-04T11:08:37.994Z PASS [ 27.732s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
44972024-06-04T11:08:41.302Z PASS [ 4.566s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
44982024-06-04T11:08:41.563Z PASS [ 30.619s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
44992024-06-04T11:08:42.410Z PASS [ 4.416s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
45002024-06-04T11:08:42.681Z PASS [ 1.380s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
45012024-06-04T11:08:44.995Z PASS [ 17.900s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
45022024-06-04T11:08:45.925Z PASS [ 4.362s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
45032024-06-04T11:08:46.777Z PASS [ 4.368s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
45042024-06-04T11:08:49.825Z PASS [ 3.047s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
45052024-06-04T11:08:56.238Z PASS [ 22.673s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
45062024-06-04T11:08:57.682Z PASS [ 27.041s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
45072024-06-04T11:08:57.809Z PASS [ 25.358s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
45082024-06-04T11:08:58.569Z PASS [ 28.286s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
45092024-06-04T11:08:59.830Z PASS [ 17.148s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
45102024-06-04T11:09:07.639Z PASS [ 17.817s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
45112024-06-04T11:09:15.173Z PASS [ 17.489s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
45122024-06-04T11:09:16.074Z PASS [ 18.267s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
45132024-06-04T11:09:16.599Z PASS [ 31.608s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
45142024-06-04T11:09:16.811Z PASS [ 20.574s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
45152024-06-04T11:09:26.788Z PASS [ 26.959s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
45162024-06-04T11:09:29.728Z PASS [ 31.157s] omicron-nexus::test_all integration_tests::utilization::test_utilization
45172024-06-04T11:09:35.454Z PASS [ 27.814s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
45182024-06-04T11:09:43.137Z PASS [ 27.967s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
45192024-06-04T11:09:43.874Z PASS [ 27.799s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
45202024-06-04T11:09:44.631Z PASS [ 28.033s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
45212024-06-04T11:09:44.923Z PASS [ 28.112s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
45222024-06-04T11:09:45.925Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
45232024-06-04T11:09:54.585Z PASS [ 27.798s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
45242024-06-04T11:09:59.210Z PASS [ 29.485s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
45252024-06-04T11:10:03.940Z PASS [ 28.487s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
45262024-06-04T11:10:08.189Z PASS [ 24.313s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
45272024-06-04T11:10:09.871Z PASS [ 26.733s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
45282024-06-04T11:10:14.139Z PASS [ 88.216s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
45292024-06-04T11:10:17.238Z PASS [ 32.318s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
45302024-06-04T11:10:17.331Z PASS [ 32.701s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
45312024-06-04T11:10:30.301Z PASS [ 35.718s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
45322024-06-04T11:10:35.091Z PASS [ 17.758s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
45332024-06-04T11:10:35.287Z PASS [ 36.076s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
45342024-06-04T11:10:35.919Z PASS [ 26.050s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
45352024-06-04T11:10:39.284Z PASS [ 35.343s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
45362024-06-04T11:10:43.503Z PASS [ 29.365s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
45372024-06-04T11:10:43.615Z PASS [ 35.430s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
45382024-06-04T11:10:44.304Z PASS [ 27.066s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
45392024-06-04T11:10:47.698Z PASS [ 17.395s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
45402024-06-04T11:10:53.071Z PASS [ 17.783s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
45412024-06-04T11:10:53.119Z PASS [ 18.029s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
45422024-06-04T11:10:53.675Z PASS [ 17.758s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
45432024-06-04T11:10:57.256Z PASS [ 17.972s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
45442024-06-04T11:11:01.470Z PASS [ 17.967s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
45452024-06-04T11:11:01.703Z PASS [ 18.089s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
45462024-06-04T11:11:02.109Z PASS [ 17.806s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
45472024-06-04T11:11:06.887Z PASS [ 19.172s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
45482024-06-04T11:11:10.863Z PASS [ 17.783s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
45492024-06-04T11:11:11.152Z PASS [ 18.032s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
45502024-06-04T11:11:11.405Z PASS [ 17.728s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
45512024-06-04T11:11:14.727Z PASS [ 17.474s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
45522024-06-04T11:11:19.304Z PASS [ 17.194s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
45532024-06-04T11:11:19.332Z PASS [ 17.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
45542024-06-04T11:11:19.453Z PASS [ 17.982s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
45552024-06-04T11:11:23.986Z PASS [ 17.117s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
45562024-06-04T11:11:28.798Z PASS [ 17.648s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
45572024-06-04T11:11:28.863Z PASS [ 18.012s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
45582024-06-04T11:11:29.047Z PASS [ 17.644s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
45592024-06-04T11:11:31.499Z PASS [ 16.773s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
45602024-06-04T11:11:37.526Z PASS [ 18.222s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
45612024-06-04T11:11:37.570Z PASS [ 18.115s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
45622024-06-04T11:11:37.594Z PASS [ 18.253s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
45632024-06-04T11:11:42.263Z PASS [ 18.275s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
45642024-06-04T11:11:47.310Z PASS [ 18.510s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
45652024-06-04T11:11:50.494Z PASS [ 21.630s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
45662024-06-04T11:11:50.562Z PASS [ 0.068s] omicron-package dot::test::test_bad_dependency
45672024-06-04T11:11:50.596Z PASS [ 0.034s] omicron-package dot::test::test_dot_output
45682024-06-04T11:11:51.827Z PASS [ 4.521s] omicron-omdb::test_all_output test_omdb_usage_errors
45692024-06-04T11:11:51.851Z PASS [ 0.020s] omicron-passwords test::test_password_constraints
45702024-06-04T11:11:52.148Z PASS [ 23.102s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
45712024-06-04T11:11:54.265Z PASS [ 2.418s] omicron-passwords test::test_reproducible
45722024-06-04T11:11:54.304Z PASS [ 0.038s] omicron-passwords test::test_stable
45732024-06-04T11:11:54.328Z PASS [ 0.021s] omicron-passwords test::test_weak_hashes
45742024-06-04T11:11:54.352Z PASS [ 0.018s] omicron-rpaths internal::tests::test_configure_from_path
45752024-06-04T11:11:54.386Z PASS [ 0.042s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
45762024-06-04T11:11:54.410Z PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath
45772024-06-04T11:11:54.581Z PASS [ 0.173s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
45782024-06-04T11:11:55.182Z PASS [ 0.603s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
45792024-06-04T11:11:55.269Z PASS [ 0.085s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
45802024-06-04T11:11:55.407Z PASS [ 0.139s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
45812024-06-04T11:11:55.496Z PASS [ 0.088s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
45822024-06-04T11:11:56.047Z PASS [ 0.550s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
45832024-06-04T11:11:56.089Z PASS [ 5.490s] omicron-passwords test::test_compatible
45842024-06-04T11:11:56.114Z PASS [ 0.063s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
45852024-06-04T11:11:56.138Z PASS [ 0.041s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
45862024-06-04T11:11:56.173Z PASS [ 0.046s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
45872024-06-04T11:11:56.197Z PASS [ 0.072s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
45882024-06-04T11:11:56.221Z PASS [ 0.035s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
45892024-06-04T11:11:56.245Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
45902024-06-04T11:11:56.270Z PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
45912024-06-04T11:11:56.294Z PASS [ 0.051s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
45922024-06-04T11:11:56.318Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
45932024-06-04T11:11:56.342Z PASS [ 0.039s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
45942024-06-04T11:11:56.366Z PASS [ 0.056s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
45952024-06-04T11:11:56.366Z PASS [ 0.034s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
45962024-06-04T11:11:56.390Z PASS [ 0.032s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
45972024-06-04T11:11:56.414Z PASS [ 0.032s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
45982024-06-04T11:11:56.441Z PASS [ 0.043s] omicron-sled-agent config::test::test_smf_configs
45992024-06-04T11:11:56.465Z PASS [ 0.066s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
46002024-06-04T11:11:56.491Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
46012024-06-04T11:11:56.515Z PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
46022024-06-04T11:11:56.539Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
46032024-06-04T11:11:56.539Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
46042024-06-04T11:11:56.566Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
46052024-06-04T11:11:56.923Z PASS [ 25.425s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
46062024-06-04T11:11:58.126Z PASS [ 20.541s] omicron-omdb::test_all_output test_omdb_env_settings
46072024-06-04T11:11:58.575Z PASS [ 21.050s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
46082024-06-04T11:11:58.683Z PASS [ 21.120s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
46092024-06-04T11:11:58.714Z PASS [ 0.030s] omicron-sled-agent probe_manager::test::probe_state_set_ops
46102024-06-04T11:11:58.747Z PASS [ 0.033s] omicron-sled-agent profile::tests::empty_profile
46112024-06-04T11:11:58.778Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_disabled_instance
46122024-06-04T11:11:58.813Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_instance
46132024-06-04T11:11:58.843Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_multiple
46142024-06-04T11:11:58.877Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_property
46152024-06-04T11:11:58.910Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property_group
46162024-06-04T11:11:58.949Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_service
46172024-06-04T11:11:58.977Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_service_property_group
46182024-06-04T11:11:59.003Z PASS [ 2.464s] omicron-sled-agent instance::tests::test_instance_create_events_normal
46192024-06-04T11:11:59.027Z PASS [ 0.050s] omicron-sled-agent rack_setup::config::test::test_extra_certs
46202024-06-04T11:11:59.051Z PASS [ 0.037s] omicron-sled-agent rack_setup::config::test::test_subnets
46212024-06-04T11:11:59.076Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
46222024-06-04T11:11:59.076Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
46232024-06-04T11:11:59.117Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
46242024-06-04T11:11:59.141Z PASS [ 0.067s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
46252024-06-04T11:11:59.165Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
46262024-06-04T11:11:59.189Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
46272024-06-04T11:11:59.213Z PASS [ 0.039s] omicron-sled-agent services::test::test_all_zones_requests_schema
46282024-06-04T11:11:59.248Z PASS [ 0.084s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
46292024-06-04T11:11:59.281Z PASS [ 0.034s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
46302024-06-04T11:11:59.670Z PASS [ 3.104s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
46312024-06-04T11:11:59.694Z PASS [ 2.756s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
46322024-06-04T11:12:00.154Z PASS [ 2.028s] omicron-sled-agent instance::tests::test_instance_manager_creation
46332024-06-04T11:12:01.445Z PASS [ 2.233s] omicron-sled-agent services::test::test_bad_generations
46342024-06-04T11:12:01.482Z PASS [ 2.198s] omicron-sled-agent services::test::test_ensure_service
46352024-06-04T11:12:01.868Z PASS [ 1.713s] omicron-sled-agent services::test::test_old_ledger_migration
46362024-06-04T11:12:01.894Z PASS [ 2.197s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
46372024-06-04T11:12:01.919Z PASS [ 0.037s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
46382024-06-04T11:12:01.955Z PASS [ 0.039s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
46392024-06-04T11:12:01.981Z PASS [ 2.294s] omicron-sled-agent services::test::test_ensure_service_before_timesync
46402024-06-04T11:12:02.008Z PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
46412024-06-04T11:12:02.033Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
46422024-06-04T11:12:02.066Z PASS [ 0.112s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
46432024-06-04T11:12:02.066Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
46442024-06-04T11:12:02.109Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
46452024-06-04T11:12:02.139Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
46462024-06-04T11:12:02.165Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
46472024-06-04T11:12:02.189Z PASS [ 0.035s] omicron-sled-agent updates::test::test_query_no_components
46482024-06-04T11:12:02.223Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_sled_agent_version
46492024-06-04T11:12:02.260Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_zone_version
46502024-06-04T11:12:02.396Z PASS [ 0.131s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
46512024-06-04T11:12:02.427Z PASS [ 0.034s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
46522024-06-04T11:12:03.116Z PASS [ 1.668s] omicron-sled-agent services::test::test_old_ledger_migration_bad
46532024-06-04T11:12:03.499Z PASS [ 2.017s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
46542024-06-04T11:12:03.545Z PASS [ 0.045s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
46552024-06-04T11:12:03.940Z PASS [ 2.072s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
46562024-06-04T11:12:04.427Z PASS [ 2.001s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
46572024-06-04T11:12:04.917Z PASS [ 1.804s] omicron-sled-agent zone_bundle::illumos_tests::test_context
46582024-06-04T11:12:05.026Z PASS [ 0.068s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
46592024-06-04T11:12:05.072Z PASS [ 0.085s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
46602024-06-04T11:12:05.106Z PASS [ 12.957s] omicron-passwords test::test_smoke
46612024-06-04T11:12:05.137Z PASS [ 0.069s] omicron-sled-agent zone_bundle::tests::test_disk_usage
46622024-06-04T11:12:05.162Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
46632024-06-04T11:12:05.186Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
46642024-06-04T11:12:05.210Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
46652024-06-04T11:12:05.323Z PASS [ 23.063s] omicron-omdb::test_all_output test_omdb_success_cases
46662024-06-04T11:12:05.489Z PASS [ 0.298s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
46672024-06-04T11:12:05.664Z PASS [ 0.485s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
46682024-06-04T11:12:05.688Z PASS [ 0.355s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
46692024-06-04T11:12:05.720Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
46702024-06-04T11:12:05.745Z PASS [ 1.790s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
46712024-06-04T11:12:05.745Z PASS [ 0.074s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
46722024-06-04T11:12:05.769Z PASS [ 0.274s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
46732024-06-04T11:12:05.770Z PASS [ 2.225s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
46742024-06-04T11:12:05.794Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
46752024-06-04T11:12:05.794Z PASS [ 0.045s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
46762024-06-04T11:12:05.819Z PASS [ 0.029s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
46772024-06-04T11:12:05.843Z PASS [ 0.080s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
46782024-06-04T11:12:06.057Z PASS [ 0.282s] omicron-test-utils dev::db::test::test_bad_cmd
46792024-06-04T11:12:06.106Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail
46802024-06-04T11:12:06.135Z PASS [ 0.028s] omicron-test-utils dev::db::test::test_make_pg_config_ok
46812024-06-04T11:12:06.159Z PASS [ 0.302s] omicron-test-utils dev::db::test::test_database_start_hang
46822024-06-04T11:12:06.183Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_abnormal
46832024-06-04T11:12:06.183Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_process_exit_normal
46842024-06-04T11:12:06.280Z PASS [ 0.500s] omicron-test-utils dev::db::test::test_cmd_fails
46852024-06-04T11:12:06.304Z PASS [ 1.870s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
46862024-06-04T11:12:06.331Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_starter_tmpdir
46872024-06-04T11:12:06.375Z PASS [ 0.049s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
46882024-06-04T11:12:06.409Z PASS [ 0.033s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
46892024-06-04T11:12:06.443Z PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
46902024-06-04T11:12:06.477Z PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
46912024-06-04T11:12:06.555Z PASS [ 0.078s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
46922024-06-04T11:12:06.587Z PASS [ 0.033s] oximeter histogram::tests::test_bin_range
46932024-06-04T11:12:06.616Z PASS [ 0.027s] oximeter histogram::tests::test_bin_range_from
46942024-06-04T11:12:06.641Z PASS [ 0.027s] oximeter histogram::tests::test_bin_range_to
46952024-06-04T11:12:06.667Z PASS [ 0.026s] oximeter histogram::tests::test_empty_bins_not_supported
46962024-06-04T11:12:06.694Z PASS [ 0.027s] oximeter histogram::tests::test_ensure_finite
46972024-06-04T11:12:06.730Z PASS [ 0.030s] oximeter histogram::tests::test_histogram
46982024-06-04T11:12:06.765Z PASS [ 1.038s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
46992024-06-04T11:12:06.789Z PASS [ 0.044s] oximeter histogram::tests::test_histogram_extreme_bins
47002024-06-04T11:12:06.790Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_extreme_samples
47012024-06-04T11:12:06.815Z PASS [ 0.027s] oximeter histogram::tests::test_histogram_float_bins
47022024-06-04T11:12:06.839Z PASS [ 0.048s] oximeter histogram::tests::test_histogram_to_arrays
47032024-06-04T11:12:06.863Z PASS [ 0.052s] oximeter histogram::tests::test_histogram_unbounded_samples
47042024-06-04T11:12:06.888Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_unsorted_bins
47052024-06-04T11:12:06.888Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_with_bins
47062024-06-04T11:12:06.913Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
47072024-06-04T11:12:06.937Z PASS [ 0.031s] oximeter histogram::tests::test_histogram_with_overlapping_bins
47082024-06-04T11:12:06.961Z PASS [ 0.040s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
47092024-06-04T11:12:06.995Z PASS [ 0.060s] oximeter histogram::tests::test_log_linear_bins_all_representable
47102024-06-04T11:12:06.995Z LEAK [ 0.797s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
47112024-06-04T11:12:07.021Z PASS [ 0.046s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
47122024-06-04T11:12:07.021Z PASS [ 0.046s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
47132024-06-04T11:12:07.049Z PASS [ 0.056s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
47142024-06-04T11:12:07.049Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
47152024-06-04T11:12:07.074Z PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
47162024-06-04T11:12:07.098Z PASS [ 0.031s] oximeter histogram::tests::test_span_decades_other_counts_f64
47172024-06-04T11:12:07.098Z PASS [ 0.051s] oximeter histogram::tests::test_span_decades
47182024-06-04T11:12:07.123Z PASS [ 0.058s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
47192024-06-04T11:12:07.151Z PASS [ 0.050s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
47202024-06-04T11:12:07.151Z PASS [ 0.048s] oximeter schema::tests::test_field_schema_ordering
47212024-06-04T11:12:07.175Z PASS [ 0.038s] oximeter schema::tests::test_timeseries_name
47222024-06-04T11:12:07.199Z PASS [ 0.065s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
47232024-06-04T11:12:07.200Z PASS [ 0.039s] oximeter schema::tests::test_timeseries_name_from_str
47242024-06-04T11:12:07.224Z PASS [ 0.037s] oximeter schema::tests::test_timeseries_schema_from_parts
47252024-06-04T11:12:07.249Z PASS [ 0.027s] oximeter traits::tests::test_metric_trait
47262024-06-04T11:12:07.249Z PASS [ 0.051s] oximeter test_util::tests::test_gen_test_samples
47272024-06-04T11:12:07.249Z PASS [ 0.061s] oximeter schema::tests::test_timeseries_schema_from_sample
47282024-06-04T11:12:07.273Z PASS [ 0.032s] oximeter traits::tests::test_producer_trait
47292024-06-04T11:12:07.297Z PASS [ 0.035s] oximeter traits::tests::test_target_trait
47302024-06-04T11:12:07.297Z PASS [ 0.040s] oximeter types::tests::test_cumulative_f64
47312024-06-04T11:12:07.297Z PASS [ 0.039s] oximeter types::tests::test_cumulative_i64
47322024-06-04T11:12:07.322Z PASS [ 0.037s] oximeter types::tests::test_datum
47332024-06-04T11:12:07.346Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
47342024-06-04T11:12:07.370Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
47352024-06-04T11:12:07.370Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
47362024-06-04T11:12:07.370Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
47372024-06-04T11:12:07.394Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
47382024-06-04T11:12:07.421Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
47392024-06-04T11:12:07.422Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
47402024-06-04T11:12:07.422Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
47412024-06-04T11:12:07.446Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
47422024-06-04T11:12:07.446Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
47432024-06-04T11:12:07.446Z PASS [ 0.028s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
47442024-06-04T11:12:07.471Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
47452024-06-04T11:12:07.471Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
47462024-06-04T11:12:07.496Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
47472024-06-04T11:12:07.496Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
47482024-06-04T11:12:07.520Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
47492024-06-04T11:12:07.520Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
47502024-06-04T11:12:07.545Z PASS [ 0.039s] oximeter types::tests::test_measurement
47512024-06-04T11:12:07.545Z PASS [ 0.033s] oximeter types::tests::test_sample_struct
47522024-06-04T11:12:07.569Z PASS [ 0.031s] oximeter types::tests::test_verify_field_names
47532024-06-04T11:12:07.633Z PASS [ 0.105s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
47542024-06-04T11:12:07.785Z PASS [ 0.152s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
47552024-06-04T11:12:07.809Z PASS [ 0.253s] oximeter-collector agent::tests::test_self_stat_collection_count
47562024-06-04T11:12:07.809Z PASS [ 0.244s] oximeter-collector agent::tests::test_self_stat_error_counter
47572024-06-04T11:12:07.834Z PASS [ 0.034s] oximeter-collector self_stats::tests::test_failure_reason_serialization
47582024-06-04T11:12:07.869Z PASS [ 0.076s] oximeter-collector self_stats::tests::test_no_schema_changes
47592024-06-04T11:12:07.920Z PASS [ 0.048s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
47602024-06-04T11:12:07.950Z PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
47612024-06-04T11:12:07.976Z PASS [ 0.028s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
47622024-06-04T11:12:08.117Z PASS [ 0.316s] oximeter-collector::test_commands test_oximeter_no_args
47632024-06-04T11:12:08.187Z PASS [ 6.069s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
47642024-06-04T11:12:08.264Z PASS [ 0.446s] oximeter-collector::test_commands test_oximeter_openapi
47652024-06-04T11:12:09.375Z PASS [ 1.397s] oximeter-db client::oxql::tests::test_get_entire_table
47662024-06-04T11:12:09.419Z PASS [ 1.233s] oximeter-db client::oxql::tests::test_get_one_timeseries
47672024-06-04T11:12:09.443Z PASS [ 1.311s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
47682024-06-04T11:12:09.468Z PASS [ 1.194s] oximeter-db client::oxql::tests::test_limit_operations
47692024-06-04T11:12:10.235Z PASS [ 0.816s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
47702024-06-04T11:12:10.701Z PASS [ 1.244s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
47712024-06-04T11:12:10.726Z PASS [ 1.282s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
47722024-06-04T11:12:10.750Z PASS [ 0.040s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
47732024-06-04T11:12:11.284Z PASS [ 1.048s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
47742024-06-04T11:12:11.761Z PASS [ 1.052s] oximeter-db client::tests::test_select_all_field_types
47752024-06-04T11:12:11.787Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
47762024-06-04T11:12:11.824Z PASS [ 0.037s] oximeter-db client::tests::test_verify_schema_upgrades
47772024-06-04T11:12:11.850Z PASS [ 0.024s] oximeter-db model::tests::test_db_bool
47782024-06-04T11:12:12.299Z PASS [ 2.924s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
47792024-06-04T11:12:12.327Z PASS [ 0.479s] oximeter-db model::tests::test_db_bool_bad
47802024-06-04T11:12:12.357Z PASS [ 0.027s] oximeter-db model::tests::test_db_datum_type_conversion
47812024-06-04T11:12:12.394Z PASS [ 0.037s] oximeter-db model::tests::test_db_field_list_conversion
47822024-06-04T11:12:12.423Z PASS [ 0.029s] oximeter-db model::tests::test_db_field_type_conversion
47832024-06-04T11:12:12.456Z PASS [ 0.033s] oximeter-db model::tests::test_db_histogram
47842024-06-04T11:12:12.490Z PASS [ 0.034s] oximeter-db model::tests::test_histogram_to_arrays
47852024-06-04T11:12:12.535Z PASS [ 6.252s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
47862024-06-04T11:12:12.559Z PASS [ 0.027s] oximeter-db model::tests::test_parse_bytes_measurement
47872024-06-04T11:12:12.587Z PASS [ 0.027s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
47882024-06-04T11:12:12.615Z PASS [ 0.027s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
47892024-06-04T11:12:12.639Z PASS [ 0.146s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
47902024-06-04T11:12:12.663Z PASS [ 0.028s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
47912024-06-04T11:12:12.688Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
47922024-06-04T11:12:12.688Z PASS [ 0.034s] oximeter-db model::tests::test_unroll_from_source
47932024-06-04T11:12:12.712Z PASS [ 0.039s] oximeter-db model::tests::test_unroll_measurement_row
47942024-06-04T11:12:12.712Z PASS [ 0.035s] oximeter-db model::tests::test_unroll_missing_measurement_row
47952024-06-04T11:12:12.736Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
47962024-06-04T11:12:12.760Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
47972024-06-04T11:12:12.784Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_comparison
47982024-06-04T11:12:12.784Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
47992024-06-04T11:12:12.808Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_double_literal
48002024-06-04T11:12:12.809Z PASS [ 7.008s] omicron-test-utils dev::db::test::test_database_concurrent
48012024-06-04T11:12:12.832Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
48022024-06-04T11:12:12.832Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
48032024-06-04T11:12:12.857Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
48042024-06-04T11:12:12.857Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
48052024-06-04T11:12:12.882Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
48062024-06-04T11:12:12.906Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
48072024-06-04T11:12:12.906Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
48082024-06-04T11:12:12.906Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
48092024-06-04T11:12:12.933Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
48102024-06-04T11:12:12.933Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_group_by
48112024-06-04T11:12:12.933Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_ident
48122024-06-04T11:12:12.958Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
48132024-06-04T11:12:12.958Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
48142024-06-04T11:12:12.983Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
48152024-06-04T11:12:12.983Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
48162024-06-04T11:12:13.007Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
48172024-06-04T11:12:13.007Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
48182024-06-04T11:12:13.032Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
48192024-06-04T11:12:13.032Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
48202024-06-04T11:12:13.056Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_query
48212024-06-04T11:12:13.080Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
48222024-06-04T11:12:13.104Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
48232024-06-04T11:12:13.104Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
48242024-06-04T11:12:13.129Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
48252024-06-04T11:12:13.129Z PASS [ 1.834s] oximeter-db client::tests::test_sql_query_output
48262024-06-04T11:12:13.129Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_reducer
48272024-06-04T11:12:13.153Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
48282024-06-04T11:12:13.153Z PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
48292024-06-04T11:12:13.177Z PASS [ 0.036s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
48302024-06-04T11:12:13.201Z PASS [ 0.032s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
48312024-06-04T11:12:13.201Z PASS [ 0.036s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
48322024-06-04T11:12:13.201Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
48332024-06-04T11:12:13.228Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
48342024-06-04T11:12:13.228Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
48352024-06-04T11:12:13.252Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
48362024-06-04T11:12:13.252Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
48372024-06-04T11:12:13.277Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
48382024-06-04T11:12:13.277Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
48392024-06-04T11:12:13.277Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
48402024-06-04T11:12:13.301Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
48412024-06-04T11:12:13.301Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
48422024-06-04T11:12:13.325Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
48432024-06-04T11:12:13.349Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
48442024-06-04T11:12:13.349Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
48452024-06-04T11:12:13.373Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
48462024-06-04T11:12:13.373Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
48472024-06-04T11:12:13.373Z PASS [ 0.047s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
48482024-06-04T11:12:13.397Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
48492024-06-04T11:12:13.397Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
48502024-06-04T11:12:13.423Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
48512024-06-04T11:12:13.424Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_bool
48522024-06-04T11:12:13.451Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_double
48532024-06-04T11:12:13.451Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
48542024-06-04T11:12:13.451Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
48552024-06-04T11:12:13.475Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_cast_points_from_integer
48562024-06-04T11:12:13.475Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_string
48572024-06-04T11:12:13.475Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_point_delta_between
48582024-06-04T11:12:13.499Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
48592024-06-04T11:12:13.499Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
48602024-06-04T11:12:13.523Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits
48612024-06-04T11:12:13.547Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
48622024-06-04T11:12:13.547Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
48632024-06-04T11:12:13.547Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
48642024-06-04T11:12:13.571Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
48652024-06-04T11:12:13.571Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
48662024-06-04T11:12:13.597Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
48672024-06-04T11:12:13.597Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
48682024-06-04T11:12:13.621Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates
48692024-06-04T11:12:13.621Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
48702024-06-04T11:12:13.645Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
48712024-06-04T11:12:13.645Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
48722024-06-04T11:12:13.670Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_query_end_time
48732024-06-04T11:12:13.670Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
48742024-06-04T11:12:13.670Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
48752024-06-04T11:12:13.694Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
48762024-06-04T11:12:13.694Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
48772024-06-04T11:12:13.718Z PASS [ 0.026s] oximeter-db query::tests::test_field_cmp
48782024-06-04T11:12:13.718Z PASS [ 0.026s] oximeter-db query::tests::test_field_selector_as_query
48792024-06-04T11:12:13.742Z PASS [ 0.053s] oximeter-db oxql::query::tests::test_split_query
48802024-06-04T11:12:13.742Z PASS [ 0.029s] oximeter-db query::tests::test_field_value_as_db_str
48812024-06-04T11:12:13.766Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_field_selectors
48822024-06-04T11:12:13.766Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_from_parts
48832024-06-04T11:12:13.790Z PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_filter_raw
48842024-06-04T11:12:13.790Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_full
48852024-06-04T11:12:13.818Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_limit_offset
48862024-06-04T11:12:13.818Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_fields
48872024-06-04T11:12:13.818Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_no_selectors
48882024-06-04T11:12:13.842Z PASS [ 0.026s] oximeter-db query::tests::test_time_range
48892024-06-04T11:12:13.866Z PASS [ 0.049s] oximeter-db query::tests::test_string_field_selector
48902024-06-04T11:12:13.866Z PASS [ 0.036s] oximeter-db sql::tests::test_allow_limit_offset
48912024-06-04T11:12:13.890Z PASS [ 0.036s] oximeter-db sql::tests::test_allow_subqueries
48922024-06-04T11:12:13.890Z PASS [ 0.032s] oximeter-db sql::tests::test_cannot_name_database
48932024-06-04T11:12:13.914Z PASS [ 0.041s] oximeter-db sql::tests::test_ctes_are_not_supported
48942024-06-04T11:12:13.938Z PASS [ 0.034s] oximeter-db sql::tests::test_function_allow_list
48952024-06-04T11:12:13.962Z PASS [ 0.033s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
48962024-06-04T11:12:13.986Z PASS [ 0.070s] oximeter-db sql::tests::test_join_must_be_inner
48972024-06-04T11:12:13.986Z PASS [ 0.075s] oximeter-db sql::tests::test_query_must_be_select_statement
48982024-06-04T11:12:14.010Z PASS [ 0.063s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
48992024-06-04T11:12:14.035Z PASS [ 0.035s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
49002024-06-04T11:12:14.059Z PASS [ 0.037s] oximeter-db sql::tests::test_with_comma_join_fails
49012024-06-04T11:12:14.060Z PASS [ 0.078s] oximeter-db sql::tests::test_require_table_is_timeseries_name
49022024-06-04T11:12:14.060Z PASS [ 0.028s] oximeter-db tests::test_timeseries_key_field_stability
49032024-06-04T11:12:14.060Z PASS [ 0.028s] oximeter-db tests::test_timeseries_key_sample_stability
49042024-06-04T11:12:14.087Z PASS [ 0.037s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
49052024-06-04T11:12:14.111Z PASS [ 0.038s] oximeter-instruments http::tests::test_normalize_uri_path
49062024-06-04T11:12:14.135Z PASS [ 0.069s] oximeter-instruments http::tests::test_latency_tracker
49072024-06-04T11:12:14.269Z PASS [ 0.199s] oximeter-instruments kstat::link::tests::test_kstat_sampler
49082024-06-04T11:12:14.294Z PASS [ 0.164s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
49092024-06-04T11:12:14.294Z PASS [ 0.185s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
49102024-06-04T11:12:14.328Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
49112024-06-04T11:12:14.353Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_physical_datalink
49122024-06-04T11:12:14.378Z PASS [ 0.063s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
49132024-06-04T11:12:14.402Z PASS [ 0.049s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
49142024-06-04T11:12:14.402Z PASS [ 0.048s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
49152024-06-04T11:12:14.430Z PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
49162024-06-04T11:12:14.430Z PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
49172024-06-04T11:12:14.457Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
49182024-06-04T11:12:14.457Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
49192024-06-04T11:12:14.517Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_annotated_field
49202024-06-04T11:12:14.517Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_datum_field
49212024-06-04T11:12:14.517Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_enum
49222024-06-04T11:12:14.543Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_without_datum_field
49232024-06-04T11:12:14.543Z PASS [ 0.029s] oximeter-macro-impl tests::test_target
49242024-06-04T11:12:14.543Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_empty_struct
49252024-06-04T11:12:14.543Z PASS [ 0.030s] oximeter-macro-impl tests::test_target_enum
49262024-06-04T11:12:14.543Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_unit_struct
49272024-06-04T11:12:14.543Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_with_datum_field
49282024-06-04T11:12:14.543Z PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file
49292024-06-04T11:12:14.543Z PASS [ 0.019s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
49302024-06-04T11:12:14.568Z PASS [ 0.020s] oxlog tests::test_sort_logs
49312024-06-04T11:12:14.676Z PASS [ 1.641s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
49322024-06-04T11:12:14.740Z PASS [ 0.046s] sled-hardware disk::test::test_disk_paths
49332024-06-04T11:12:14.771Z PASS [ 0.058s] sled-hardware disk::test::test_partition_device_paths
49342024-06-04T11:12:14.829Z PASS [ 0.060s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
49352024-06-04T11:12:14.863Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
49362024-06-04T11:12:14.893Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
49372024-06-04T11:12:14.921Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
49382024-06-04T11:12:14.982Z PASS [ 0.062s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
49392024-06-04T11:12:15.049Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
49402024-06-04T11:12:15.075Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
49412024-06-04T11:12:15.120Z PASS [ 0.035s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
49422024-06-04T11:12:15.175Z PASS [ 0.062s] sled-storage dataset::test::serialize_dataset_name
49432024-06-04T11:12:15.211Z PASS [ 0.675s] reconfigurator-cli::test_basic test_basic
49442024-06-04T11:12:15.236Z PASS [ 0.059s] sled-storage manager::test::test_omicron_physical_disks_schema
49452024-06-04T11:12:16.337Z PASS [ 1.106s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
49462024-06-04T11:12:16.399Z PASS [ 0.060s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
49472024-06-04T11:12:17.483Z PASS [ 2.272s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
49482024-06-04T11:12:17.531Z PASS [ 0.048s] sled-storage manager::tests::ensure_using_exactly_these_disks
49492024-06-04T11:12:17.644Z PASS [ 3.144s] oximeter-producer tests::test_producer_registration_task
49502024-06-04T11:12:19.310Z PASS [ 2.911s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
49512024-06-04T11:12:19.672Z PASS [ 2.136s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
49522024-06-04T11:12:21.040Z PASS [ 14.856s] omicron-test-utils dev::db::test::test_setup_database_default_dir
49532024-06-04T11:12:21.459Z PASS [ 2.151s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
49542024-06-04T11:12:21.505Z PASS [ 3.862s] sled-storage manager::tests::ledgerless_to_ledgered_migration
49552024-06-04T11:12:21.708Z PASS [ 2.042s] sled-storage manager::tests::upsert_filesystem
49562024-06-04T11:12:22.082Z PASS [ 1.042s] sled-storage manager::tests::wait_for_boot_disk
49572024-06-04T11:12:22.120Z PASS [ 0.038s] tufaceous-lib archive::tests::test_validate_path
49582024-06-04T11:12:22.158Z PASS [ 0.651s] tufaceous::integration-tests command_tests::test_init_and_add
49592024-06-04T11:12:22.183Z PASS [ 0.064s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
49602024-06-04T11:12:22.211Z PASS [ 0.044s] tufaceous-lib key::tests::test_from_str
49612024-06-04T11:12:22.305Z PASS [ 0.118s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
49622024-06-04T11:12:22.432Z PASS [ 0.723s] tufaceous::manifest-tests check_manifest::fake.toml
49632024-06-04T11:12:22.457Z PASS [ 0.992s] tufaceous::integration-tests command_tests::test_assemble_fake
49642024-06-04T11:12:22.539Z PASS [ 0.100s] update-common artifacts::update_plan::tests::test_bad_rot_versions
49652024-06-04T11:12:22.603Z PASS [ 0.151s] update-common artifacts::update_plan::tests::test_multi_rot_version
49662024-06-04T11:12:22.661Z PASS [ 0.126s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
49672024-06-04T11:12:22.817Z PASS [ 0.148s] update-engine display::group_display::tests::test_stats
49682024-06-04T11:12:22.843Z PASS [ 0.028s] update-engine display::line_display_shared::tests::test_format_progress_counter
49692024-06-04T11:12:22.868Z PASS [ 0.032s] update-engine engine::tests::error_exits_early
49702024-06-04T11:12:22.899Z PASS [ 0.033s] update-engine events::tests::progress_event_parse_unknown
49712024-06-04T11:12:22.934Z PASS [ 0.033s] update-engine events::tests::step_event_parse_unknown
49722024-06-04T11:12:23.037Z PASS [ 0.432s] update-engine buffer::tests::test_buffer
49732024-06-04T11:12:23.062Z PASS [ 0.127s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
49742024-06-04T11:12:23.087Z PASS [ 0.035s] wicket state::inventory::tests::component_id_display
49752024-06-04T11:12:23.149Z PASS [ 0.076s] wicket-common rack_setup::tests::roundtrip_import_export_policy
49762024-06-04T11:12:23.251Z PASS [ 0.100s] wicketd installinator_progress::tests::test_states
49772024-06-04T11:12:23.317Z PASS [ 0.069s] wicketd rss_config::tests::test_bgp_auth_key_states
49782024-06-04T11:12:23.343Z PASS [ 1.135s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
49792024-06-04T11:12:23.416Z PASS [ 0.352s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
49802024-06-04T11:12:24.010Z PASS [ 0.695s] wicketd::mod integration_tests::commands::test_wicketd_openapi
49812024-06-04T11:12:24.386Z PASS [ 1.048s] wicketd::mod integration_tests::inventory::test_inventory
49822024-06-04T11:12:24.602Z PASS [ 12.303s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
49832024-06-04T11:12:25.476Z PASS [ 1.473s] wicketd::mod integration_tests::updates::test_update_races
49842024-06-04T11:12:25.922Z PASS [ 3.629s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
49852024-06-04T11:12:26.046Z PASS [ 15.312s] oximeter-db client::tests::test_single_node
49862024-06-04T11:12:26.811Z PASS [ 2.437s] wicketd::mod integration_tests::updates::test_updates
49872024-06-04T11:12:27.040Z PASS [ 3.635s] wicketd::mod integration_tests::updates::test_installinator_fetch
49882024-06-04T11:12:30.635Z PASS [ 16.094s] reconfigurator-cli::test_basic test_blueprint_edit
49892024-06-04T11:12:30.693Z PASS [ 32.127s] omicron-sled-agent nexus::test::nexus_self_notification_test
49902024-06-04T11:13:24.602Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
49912024-06-04T11:14:24.602Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
49922024-06-04T11:15:24.602Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
49932024-06-04T11:16:24.604Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
49942024-06-04T11:16:48.436Z PASS [ 263.849s] oximeter-db client::tests::test_replicated
49952024-06-04T11:16:48.461Z------------
49962024-06-04T11:16:48.462Z Summary [1899.864s] 1269 tests run: 1269 passed (8 slow, 1 leaky), 3 skipped
49972024-06-04T11:16:48.487Z
49982024-06-04T11:16:48.487Zreal 32:03.540208067
49992024-06-04T11:16:48.487Zuser 2:24:21.479787634
50002024-06-04T11:16:48.487Zsys 40:39.344504050
50012024-06-04T11:16:48.487Ztrap 2:14.591069977
50022024-06-04T11:16:48.487Ztflt 9.650499791
50032024-06-04T11:16:48.487Zdflt 34.625021960
50042024-06-04T11:16:48.487Zkflt 0.173460244
50052024-06-04T11:16:48.487Zlock 859:45:34.928332952
50062024-06-04T11:16:48.488Zslp 37:44:48.490582474
50072024-06-04T11:16:48.488Zlat 3:22:19.118472589
50082024-06-04T11:16:48.488Zstop 42:20.609729095
50092024-06-04T11:16:48.488Z
50102024-06-04T11:16:48.488Z ##### #### #### ##### ###### #### #####
50112024-06-04T11:16:48.488Z # # # # # # # # # #
50122024-06-04T11:16:48.488Z # # # # # # ##### #### #
50132024-06-04T11:16:48.488Z # # # # # # # # #
50142024-06-04T11:16:48.488Z # # # # # # # # # # #
50152024-06-04T11:16:48.488Z ##### #### #### # ###### #### #
50162024-06-04T11:16:48.488Z
50172024-06-04T11:16:50.156Z Fresh unicode-ident v1.0.12
50182024-06-04T11:16:50.227Z Fresh cfg-if v1.0.0
50192024-06-04T11:16:50.227Z Fresh version_check v0.9.4
50202024-06-04T11:16:50.227Z Fresh autocfg v1.3.0
50212024-06-04T11:16:50.227Z Fresh memchr v2.7.2
50222024-06-04T11:16:50.227Z Fresh proc-macro2 v1.0.82
50232024-06-04T11:16:50.227Z Fresh byteorder v1.5.0
50242024-06-04T11:16:50.227Z Fresh log v0.4.21
50252024-06-04T11:16:50.227Z Fresh once_cell v1.19.0
50262024-06-04T11:16:50.227Z Fresh itoa v1.0.11
50272024-06-04T11:16:50.228Z Fresh quote v1.0.36
50282024-06-04T11:16:50.228Z Fresh libc v0.2.155
50292024-06-04T11:16:50.228Z Fresh scopeguard v1.2.0
50302024-06-04T11:16:50.228Z Fresh smallvec v1.13.2
50312024-06-04T11:16:50.228Z Fresh ryu v1.0.18
50322024-06-04T11:16:50.228Z Fresh syn v2.0.64
50332024-06-04T11:16:50.228Z Fresh getrandom v0.2.14
50342024-06-04T11:16:50.228Z Fresh lock_api v0.4.12
50352024-06-04T11:16:50.228Z Fresh cc v1.0.97
50362024-06-04T11:16:50.228Z Fresh serde_derive v1.0.203
50372024-06-04T11:16:50.228Z Fresh zerocopy-derive v0.7.34
50382024-06-04T11:16:50.228Z Fresh parking_lot_core v0.9.10
50392024-06-04T11:16:50.228Z Fresh thiserror-impl v1.0.60
50402024-06-04T11:16:50.228Z Fresh pin-project-lite v0.2.14
50412024-06-04T11:16:50.228Z Fresh serde v1.0.203
50422024-06-04T11:16:50.228Z Fresh zerocopy v0.7.34
50432024-06-04T11:16:50.228Z Fresh parking_lot v0.12.2
50442024-06-04T11:16:50.228Z Fresh thiserror v1.0.60
50452024-06-04T11:16:50.228Z Fresh libm v0.2.8
50462024-06-04T11:16:50.228Z Fresh signal-hook-registry v1.4.2
50472024-06-04T11:16:50.228Z Fresh bytes v1.6.0
50482024-06-04T11:16:50.228Z Fresh num-traits v0.2.19
50492024-06-04T11:16:50.229Z Fresh ahash v0.8.11
50502024-06-04T11:16:50.229Z Fresh mio v0.8.11
50512024-06-04T11:16:50.229Z Fresh num_cpus v1.16.0
50522024-06-04T11:16:50.229Z Fresh allocator-api2 v0.2.18
50532024-06-04T11:16:50.229Z Fresh futures-core v0.3.30
50542024-06-04T11:16:50.229Z Fresh serde_json v1.0.117
50552024-06-04T11:16:50.229Z Fresh hashbrown v0.14.5
50562024-06-04T11:16:50.229Z Fresh rand_core v0.6.4
50572024-06-04T11:16:50.229Z Fresh tokio-macros v2.2.0
50582024-06-04T11:16:50.229Z Fresh socket2 v0.5.7
50592024-06-04T11:16:50.229Z Fresh bitflags v2.5.0
50602024-06-04T11:16:50.229Z Fresh zeroize_derive v1.4.2
50612024-06-04T11:16:50.229Z Fresh tokio v1.37.0
50622024-06-04T11:16:50.229Z Fresh zeroize v1.7.0
50632024-06-04T11:16:50.229Z Fresh equivalent v1.0.1
50642024-06-04T11:16:50.229Z Fresh fnv v1.0.7
50652024-06-04T11:16:50.229Z Fresh futures-sink v0.3.30
50662024-06-04T11:16:50.229Z Fresh pin-utils v0.1.0
50672024-06-04T11:16:50.229Z Fresh syn v1.0.109
50682024-06-04T11:16:50.229Z Fresh indexmap v2.2.6
50692024-06-04T11:16:50.229Z Fresh futures-channel v0.3.30
50702024-06-04T11:16:50.229Z Fresh futures-macro v0.3.30
50712024-06-04T11:16:50.229Z Fresh futures-task v0.3.30
50722024-06-04T11:16:50.230Z Fresh futures-io v0.3.30
50732024-06-04T11:16:50.230Z Fresh regex-syntax v0.8.3
50742024-06-04T11:16:50.230Z Fresh slab v0.4.9
50752024-06-04T11:16:50.230Z Fresh aho-corasick v1.1.3
50762024-06-04T11:16:50.230Z Fresh iana-time-zone v0.1.60
50772024-06-04T11:16:50.230Z Fresh subtle v2.5.0
50782024-06-04T11:16:50.230Z Fresh uuid v1.8.0
50792024-06-04T11:16:50.230Z Fresh spin v0.5.2
50802024-06-04T11:16:50.230Z Fresh futures-util v0.3.30
50812024-06-04T11:16:50.230Z Fresh regex-automata v0.4.6
50822024-06-04T11:16:50.230Z Fresh chrono v0.4.38
50832024-06-04T11:16:50.230Z Fresh tinyvec_macros v0.1.1
50842024-06-04T11:16:50.230Z Fresh serde_derive_internals v0.29.1
50852024-06-04T11:16:50.230Z Fresh typenum v1.17.0
50862024-06-04T11:16:50.230Z Fresh regex v1.10.4
50872024-06-04T11:16:50.230Z Fresh tinyvec v1.6.0
50882024-06-04T11:16:50.230Z Fresh pkg-config v0.3.30
50892024-06-04T11:16:50.230Z Fresh dyn-clone v1.0.17
50902024-06-04T11:16:50.230Z Fresh schemars_derive v0.8.20
50912024-06-04T11:16:50.230Z Fresh generic-array v0.14.7
50922024-06-04T11:16:50.230Z Fresh semver v1.0.23
50932024-06-04T11:16:50.230Z Fresh unicode-normalization v0.1.23
50942024-06-04T11:16:50.230Z Fresh lazy_static v1.4.0
50952024-06-04T11:16:50.230Z Fresh const-oid v0.9.6
50962024-06-04T11:16:50.231Z Fresh unicode-bidi v0.3.15
50972024-06-04T11:16:50.231Z Fresh crypto-common v0.1.6
50982024-06-04T11:16:50.231Z Fresh schemars v0.8.20
50992024-06-04T11:16:50.231Z Fresh tracing-attributes v0.1.27
51002024-06-04T11:16:50.231Z Fresh errno v0.3.9
51012024-06-04T11:16:50.231Z Fresh tracing-core v0.1.32
51022024-06-04T11:16:50.231Z Fresh spin v0.9.8
51032024-06-04T11:16:50.231Z Fresh ppv-lite86 v0.2.17
51042024-06-04T11:16:50.231Z Fresh tracing v0.1.40
51052024-06-04T11:16:50.231Z Fresh rustix v0.38.34
51062024-06-04T11:16:50.231Z Fresh percent-encoding v2.3.1
51072024-06-04T11:16:50.231Z Fresh heck v0.4.1
51082024-06-04T11:16:50.231Z Fresh rand_chacha v0.3.1
51092024-06-04T11:16:50.231Z Fresh block-buffer v0.10.4
51102024-06-04T11:16:50.231Z Fresh rand v0.8.5
51112024-06-04T11:16:50.231Z Fresh form_urlencoded v1.2.1
51122024-06-04T11:16:50.231Z Fresh digest v0.10.7
51132024-06-04T11:16:50.231Z Fresh http v0.2.12
51142024-06-04T11:16:50.231Z Fresh time-core v0.1.2
51152024-06-04T11:16:50.231Z Fresh num-conv v0.1.0
51162024-06-04T11:16:50.231Z Fresh httparse v1.8.0
51172024-06-04T11:16:50.231Z Fresh unicode-width v0.1.12
51182024-06-04T11:16:50.258Z Fresh powerfmt v0.2.0
51192024-06-04T11:16:50.258Z Fresh time-macros v0.2.18
51202024-06-04T11:16:50.258Z Fresh either v1.12.0
51212024-06-04T11:16:50.258Z Fresh num_threads v0.1.7
51222024-06-04T11:16:50.258Z Fresh idna v0.5.0
51232024-06-04T11:16:50.258Z Fresh untrusted v0.9.0
51242024-06-04T11:16:50.258Z Fresh deranged v0.3.11
51252024-06-04T11:16:50.258Z Fresh ring v0.17.8
51262024-06-04T11:16:50.258Z Fresh url v2.5.0
51272024-06-04T11:16:50.258Z Fresh vcpkg v0.2.15
51282024-06-04T11:16:50.258Z Fresh serde_tokenstream v0.2.0
51292024-06-04T11:16:50.258Z Fresh serde_spanned v0.6.6
51302024-06-04T11:16:50.258Z Fresh time v0.3.36
51312024-06-04T11:16:50.258Z Fresh toml_datetime v0.6.6
51322024-06-04T11:16:50.258Z Fresh adler v1.0.2
51332024-06-04T11:16:50.258Z Fresh base64 v0.21.7
51342024-06-04T11:16:50.258Z Fresh heck v0.5.0
51352024-06-04T11:16:50.259Z Fresh rustversion v1.0.17
51362024-06-04T11:16:50.259Z Fresh try-lock v0.2.5
51372024-06-04T11:16:50.259Z Fresh cpufeatures v0.2.12
51382024-06-04T11:16:50.259Z Fresh miniz_oxide v0.7.2
51392024-06-04T11:16:50.259Z Fresh slog v2.7.0
51402024-06-04T11:16:50.259Z Fresh tower-service v0.3.2
51412024-06-04T11:16:50.259Z Fresh tokio-util v0.7.11
51422024-06-04T11:16:50.259Z Fresh want v0.3.1
51432024-06-04T11:16:50.259Z Fresh ucd-trie v0.1.6
51442024-06-04T11:16:50.259Z Fresh async-trait v0.1.80
51452024-06-04T11:16:50.259Z Fresh httpdate v1.0.3
51462024-06-04T11:16:50.259Z Fresh h2 v0.3.26
51472024-06-04T11:16:50.259Z Fresh http-body v0.4.6
51482024-06-04T11:16:50.259Z Fresh futures-executor v0.3.30
51492024-06-04T11:16:50.259Z Fresh pest v2.7.10
51502024-06-04T11:16:50.259Z Fresh openssl-probe v0.1.5
51512024-06-04T11:16:50.259Z Fresh foreign-types-shared v0.1.1
51522024-06-04T11:16:50.259Z Fresh hyper v0.14.28
51532024-06-04T11:16:50.259Z Fresh openssl-sys v0.9.102
51542024-06-04T11:16:50.259Z Fresh openssl-macros v0.1.1
51552024-06-04T11:16:50.259Z Fresh pest_meta v2.7.10
51562024-06-04T11:16:50.259Z Fresh foreign-types v0.3.2
51572024-06-04T11:16:50.259Z Fresh mime v0.3.17
51582024-06-04T11:16:50.259Z Fresh gimli v0.28.1
51592024-06-04T11:16:50.260Z Fresh strsim v0.11.1
51602024-06-04T11:16:50.260Z Fresh futures v0.3.30
51612024-06-04T11:16:50.260Z Fresh pest_generator v2.7.10
51622024-06-04T11:16:50.260Z Fresh addr2line v0.21.0
51632024-06-04T11:16:50.260Z Fresh openssl v0.10.64
51642024-06-04T11:16:50.260Z Fresh object v0.32.2
51652024-06-04T11:16:50.260Z Fresh winnow v0.5.40
51662024-06-04T11:16:50.260Z Fresh pest_derive v2.7.10
51672024-06-04T11:16:50.260Z Fresh ipnet v2.9.0
51682024-06-04T11:16:50.260Z Fresh rustc-demangle v0.1.24
51692024-06-04T11:16:50.260Z Fresh crossbeam-utils v0.8.19
51702024-06-04T11:16:50.260Z Fresh toml_edit v0.19.15
51712024-06-04T11:16:50.260Z Fresh backtrace v0.3.71
51722024-06-04T11:16:50.260Z Fresh sct v0.7.1
51732024-06-04T11:16:50.260Z Fresh rustls-webpki v0.101.7
51742024-06-04T11:16:50.260Z Fresh native-tls v0.2.11
51752024-06-04T11:16:50.260Z Fresh serde_urlencoded v0.7.1
51762024-06-04T11:16:50.260Z Fresh idna v0.3.0
51772024-06-04T11:16:50.260Z Fresh rustls v0.21.12
51782024-06-04T11:16:50.260Z Fresh anyhow v1.0.86
51792024-06-04T11:16:50.260Z Fresh thread-id v4.2.1
51802024-06-04T11:16:50.260Z Fresh encoding_rs v0.8.34
51812024-06-04T11:16:50.260Z Fresh psl-types v2.0.11
51822024-06-04T11:16:50.261Z Fresh utf8parse v0.2.1
51832024-06-04T11:16:50.261Z Fresh tokio-native-tls v0.3.1
51842024-06-04T11:16:50.261Z Fresh tokio-rustls v0.24.1
51852024-06-04T11:16:50.261Z Fresh publicsuffix v2.2.3
51862024-06-04T11:16:50.261Z Fresh cookie v0.17.0
51872024-06-04T11:16:50.261Z Fresh bitflags v1.3.2
51882024-06-04T11:16:50.261Z Fresh unicode-xid v0.2.4
51892024-06-04T11:16:50.261Z Fresh hyper-tls v0.5.0
51902024-06-04T11:16:50.261Z Fresh rustls-pemfile v1.0.4
51912024-06-04T11:16:50.261Z Fresh openapiv3 v2.0.0
51922024-06-04T11:16:50.261Z Fresh cookie_store v0.20.0
51932024-06-04T11:16:50.261Z Fresh hyper-rustls v0.24.2
51942024-06-04T11:16:50.261Z Fresh scroll_derive v0.12.0
51952024-06-04T11:16:50.261Z Fresh sync_wrapper v0.1.2
51962024-06-04T11:16:50.261Z Fresh webpki-roots v0.25.4
51972024-06-04T11:16:50.261Z Fresh base64ct v1.6.0
51982024-06-04T11:16:50.261Z Fresh anstyle v1.0.7
51992024-06-04T11:16:50.261Z Fresh rustc_version v0.4.0
52002024-06-04T11:16:50.261Z Fresh scroll v0.12.0
52012024-06-04T11:16:50.261Z Fresh reqwest v0.11.27
52022024-06-04T11:16:50.261Z Fresh plain v0.2.3
52032024-06-04T11:16:50.261Z Fresh pretty-hex v0.4.1
52042024-06-04T11:16:50.261Z Fresh data-encoding v2.6.0
52052024-06-04T11:16:50.261Z Fresh pem-rfc7468 v0.7.0
52062024-06-04T11:16:50.262Z Fresh anstyle-parse v0.2.4
52072024-06-04T11:16:50.262Z Fresh goblin v0.8.2
52082024-06-04T11:16:50.262Z Fresh dtrace-parser v0.2.0
52092024-06-04T11:16:50.262Z Fresh der_derive v0.7.2
52102024-06-04T11:16:50.262Z Fresh bit-vec v0.6.3
52112024-06-04T11:16:50.262Z Fresh colorchoice v1.0.1
52122024-06-04T11:16:50.262Z Fresh flagset v0.4.5
52132024-06-04T11:16:50.262Z Fresh dof v0.3.0
52142024-06-04T11:16:50.262Z Fresh unicode-segmentation v1.11.0
52152024-06-04T11:16:50.262Z Fresh anstyle-query v1.0.3
52162024-06-04T11:16:50.262Z Fresh is_terminal_polyfill v1.70.0
52172024-06-04T11:16:50.262Z Fresh der v0.7.9
52182024-06-04T11:16:50.291Z Fresh terminal_size v0.3.0
52192024-06-04T11:16:50.291Z Fresh num-integer v0.1.46
52202024-06-04T11:16:50.291Z Fresh usdt-impl v0.5.0
52212024-06-04T11:16:50.291Z Fresh anstream v0.6.14
52222024-06-04T11:16:50.291Z Fresh siphasher v0.3.11
52232024-06-04T11:16:50.291Z Fresh clap_lex v0.7.0
52242024-06-04T11:16:50.291Z Fresh spki v0.7.3
52252024-06-04T11:16:50.291Z Fresh crc32fast v1.4.0
52262024-06-04T11:16:50.291Z Fresh crossbeam-epoch v0.9.18
52272024-06-04T11:16:50.291Z Fresh clap_derive v4.5.4
52282024-06-04T11:16:50.291Z Fresh clap_builder v4.5.2
52292024-06-04T11:16:50.291Z Fresh itertools v0.10.5
52302024-06-04T11:16:50.291Z Fresh stable_deref_trait v1.2.0
52312024-06-04T11:16:50.291Z Fresh usdt-macro v0.5.0
52322024-06-04T11:16:50.291Z Fresh usdt-attr-macro v0.5.0
52332024-06-04T11:16:50.292Z Fresh bit-set v0.5.3
52342024-06-04T11:16:50.292Z Fresh itertools v0.12.1
52352024-06-04T11:16:50.292Z Fresh hex v0.4.3
52362024-06-04T11:16:50.292Z Fresh clap v4.5.4
52372024-06-04T11:16:50.292Z Fresh memmap v0.7.0
52382024-06-04T11:16:50.292Z Fresh pkcs8 v0.10.2
52392024-06-04T11:16:50.292Z Fresh toml v0.7.8
52402024-06-04T11:16:50.292Z Fresh ipnetwork v0.20.0
52412024-06-04T11:16:50.292Z Fresh zerocopy-derive v0.6.6
52422024-06-04T11:16:50.292Z Fresh fixedbitset v0.4.2
52432024-06-04T11:16:50.292Z Fresh usdt v0.5.0
52442024-06-04T11:16:50.292Z Fresh managed v0.8.0
52452024-06-04T11:16:50.292Z Fresh winnow v0.6.8
52462024-06-04T11:16:50.292Z Fresh petgraph v0.6.5
52472024-06-04T11:16:50.292Z Fresh zerocopy v0.6.6
52482024-06-04T11:16:50.292Z Fresh flate2 v1.0.30
52492024-06-04T11:16:50.292Z Fresh phf_shared v0.10.0
52502024-06-04T11:16:50.292Z Fresh toml_edit v0.22.13
52512024-06-04T11:16:50.292Z Fresh sha2 v0.10.8
52522024-06-04T11:16:50.292Z Fresh new_debug_unreachable v1.0.6
52532024-06-04T11:16:50.292Z Fresh static_assertions v1.1.0
52542024-06-04T11:16:50.292Z Fresh minimal-lexical v0.2.1
52552024-06-04T11:16:50.292Z Fresh precomputed-hash v0.1.1
52562024-06-04T11:16:50.292Z Fresh signal-hook v0.3.17
52572024-06-04T11:16:50.293Z Fresh num-iter v0.1.45
52582024-06-04T11:16:50.293Z Fresh nom v7.1.3
52592024-06-04T11:16:50.293Z Fresh string_cache v0.8.7
52602024-06-04T11:16:50.293Z Fresh hmac v0.12.1
52612024-06-04T11:16:50.293Z Fresh lalrpop-util v0.19.12
52622024-06-04T11:16:50.293Z Fresh matches v0.1.10
52632024-06-04T11:16:50.293Z Fresh signal-hook-mio v0.2.3
52642024-06-04T11:16:50.293Z Fresh idna v0.2.3
52652024-06-04T11:16:50.293Z Fresh enum-as-inner v0.5.1
52662024-06-04T11:16:50.293Z Fresh block-padding v0.3.3
52672024-06-04T11:16:50.293Z Fresh scheduled-thread-pool v0.2.7
52682024-06-04T11:16:50.293Z Fresh diesel_table_macro_syntax v0.1.0
52692024-06-04T11:16:50.293Z Fresh hash32 v0.2.1
52702024-06-04T11:16:50.293Z Fresh finl_unicode v1.2.0
52712024-06-04T11:16:50.293Z Fresh predicates-core v1.0.6
52722024-06-04T11:16:50.293Z Fresh heapless v0.7.17
52732024-06-04T11:16:50.293Z Fresh diesel_derives v2.1.4
52742024-06-04T11:16:50.293Z Fresh inout v0.1.3
52752024-06-04T11:16:50.293Z Fresh r2d2 v0.8.10
52762024-06-04T11:16:50.293Z Fresh trust-dns-proto v0.22.0
52772024-06-04T11:16:50.293Z Fresh stringprep v0.1.4
52782024-06-04T11:16:50.293Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
52792024-06-04T11:16:50.293Z Fresh crossterm v0.27.0
52802024-06-04T11:16:50.294Z Fresh console v0.15.8
52812024-06-04T11:16:50.294Z Fresh md-5 v0.10.6
52822024-06-04T11:16:50.294Z Fresh bstr v1.9.1
52832024-06-04T11:16:50.294Z Fresh ff v0.13.0
52842024-06-04T11:16:50.294Z Fresh hubpack_derive v0.1.1
52852024-06-04T11:16:50.294Z Fresh float-cmp v0.9.0
52862024-06-04T11:16:50.294Z Fresh difflib v0.4.0
52872024-06-04T11:16:50.294Z Fresh base16ct v0.2.0
52882024-06-04T11:16:50.294Z Fresh fallible-iterator v0.2.0
52892024-06-04T11:16:50.294Z Fresh normalize-line-endings v0.3.0
52902024-06-04T11:16:50.294Z Fresh smoltcp v0.9.1
52912024-06-04T11:16:50.294Z Fresh diesel v2.1.6
52922024-06-04T11:16:50.294Z Fresh hubpack v0.1.2
52932024-06-04T11:16:50.294Z Fresh predicates v3.1.0
52942024-06-04T11:16:50.294Z Fresh postgres-protocol v0.6.6
52952024-06-04T11:16:50.294Z Fresh sec1 v0.7.3
52962024-06-04T11:16:50.294Z Fresh group v0.13.0
52972024-06-04T11:16:50.294Z Fresh cipher v0.4.4
52982024-06-04T11:16:50.294Z Fresh hkdf v0.12.4
52992024-06-04T11:16:50.294Z Fresh phf_shared v0.11.2
53002024-06-04T11:16:50.294Z Fresh num-bigint v0.4.5
53012024-06-04T11:16:50.294Z Fresh similar v2.5.0
53022024-06-04T11:16:50.294Z Fresh strum_macros v0.25.3
53032024-06-04T11:16:50.294Z Fresh crypto-bigint v0.5.5
53042024-06-04T11:16:50.295Z Fresh serde_repr v0.1.19
53052024-06-04T11:16:50.295Z Fresh peg-runtime v0.8.3
53062024-06-04T11:16:50.295Z Fresh phf v0.11.2
53072024-06-04T11:16:50.295Z Fresh yasna v0.5.2
53082024-06-04T11:16:50.295Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
53092024-06-04T11:16:50.295Z Fresh elliptic-curve v0.13.8
53102024-06-04T11:16:50.295Z Fresh postgres-types v0.2.6
53112024-06-04T11:16:50.295Z Fresh whoami v1.5.1
53122024-06-04T11:16:50.295Z Fresh tokio-stream v0.1.15
53132024-06-04T11:16:50.295Z Fresh regress v0.9.1
53142024-06-04T11:16:50.295Z Fresh tokio-postgres v0.7.10
53152024-06-04T11:16:50.295Z Fresh fs-err v2.11.0
53162024-06-04T11:16:50.295Z Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
53172024-06-04T11:16:50.295Z Fresh getopts v0.2.21
53182024-06-04T11:16:50.322Z Fresh unsafe-libyaml v0.2.11
53192024-06-04T11:16:50.322Z Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53202024-06-04T11:16:50.322Z Fresh is-terminal v0.4.12
53212024-06-04T11:16:50.322Z Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
53222024-06-04T11:16:50.322Z Fresh serde_yaml v0.9.34+deprecated
53232024-06-04T11:16:50.322Z Fresh dirs-sys-next v0.1.2
53242024-06-04T11:16:50.322Z Fresh base64 v0.22.1
53252024-06-04T11:16:50.322Z Fresh fastrand v2.1.0
53262024-06-04T11:16:50.322Z Fresh strum_macros v0.26.2
53272024-06-04T11:16:50.322Z Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
53282024-06-04T11:16:50.322Z Fresh camino v1.1.7
53292024-06-04T11:16:50.322Z Fresh dirs-next v2.0.0
53302024-06-04T11:16:50.322Z Fresh tempfile v3.10.1
53312024-06-04T11:16:50.322Z Fresh strum v0.26.2
53322024-06-04T11:16:50.322Z Fresh ident_case v1.0.1
53332024-06-04T11:16:50.322Z Fresh sha1 v0.10.6
53342024-06-04T11:16:50.322Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
53352024-06-04T11:16:50.322Z Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53362024-06-04T11:16:50.322Z Fresh term v0.7.0
53372024-06-04T11:16:50.322Z Fresh darling_core v0.20.9
53382024-06-04T11:16:50.323Z Fresh http v1.1.0
53392024-06-04T11:16:50.323Z Fresh toml v0.8.13
53402024-06-04T11:16:50.323Z Fresh match_cfg v0.1.0
53412024-06-04T11:16:50.323Z Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53422024-06-04T11:16:50.323Z Fresh darling_macro v0.20.9
53432024-06-04T11:16:50.323Z Fresh rustls-pki-types v1.7.0
53442024-06-04T11:16:50.323Z Fresh hostname v0.3.1
53452024-06-04T11:16:50.323Z Fresh quick-error v1.2.3
53462024-06-04T11:16:50.323Z Fresh crossbeam-channel v0.5.12
53472024-06-04T11:16:50.323Z Fresh thread_local v1.1.8
53482024-06-04T11:16:50.323Z Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
53492024-06-04T11:16:50.323Z Fresh darling v0.20.9
53502024-06-04T11:16:50.323Z Fresh paste v1.0.15
53512024-06-04T11:16:50.323Z Fresh rustls-webpki v0.102.4
53522024-06-04T11:16:50.323Z Fresh instant v0.1.12
53532024-06-04T11:16:50.323Z Fresh take_mut v0.2.2
53542024-06-04T11:16:50.323Z Fresh rustls-pemfile v2.1.2
53552024-06-04T11:16:50.323Z Fresh slog-term v2.9.1
53562024-06-04T11:16:50.323Z Fresh debug-ignore v1.0.5
53572024-06-04T11:16:50.323Z Fresh serde_with_macros v3.8.1
53582024-06-04T11:16:50.323Z Fresh slog-json v2.6.1
53592024-06-04T11:16:50.323Z Fresh slog-async v2.8.0
53602024-06-04T11:16:50.323Z Fresh rustls v0.22.4
53612024-06-04T11:16:50.323Z Fresh newtype-uuid v1.1.0
53622024-06-04T11:16:50.324Z Fresh async-stream-impl v0.3.5
53632024-06-04T11:16:50.324Z Fresh wait-timeout v0.2.0
53642024-06-04T11:16:50.324Z Fresh atomic-waker v1.1.2
53652024-06-04T11:16:50.324Z Fresh tokio-rustls v0.25.0
53662024-06-04T11:16:50.324Z Fresh async-stream v0.3.5
53672024-06-04T11:16:50.324Z Fresh waitgroup v0.1.2
53682024-06-04T11:16:50.324Z Fresh multer v3.1.0
53692024-06-04T11:16:50.324Z Fresh serde_with v3.8.1
53702024-06-04T11:16:50.324Z Fresh slog-bunyan v2.5.0
53712024-06-04T11:16:50.324Z Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
53722024-06-04T11:16:50.324Z Fresh serde_path_to_error v0.1.16
53732024-06-04T11:16:50.324Z Fresh structmeta-derive v0.3.0
53742024-06-04T11:16:50.324Z Fresh hostname v0.4.0
53752024-06-04T11:16:50.324Z Fresh rusty-fork v0.3.0
53762024-06-04T11:16:50.324Z Fresh rand_xorshift v0.3.0
53772024-06-04T11:16:50.324Z Fresh structmeta-derive v0.2.0
53782024-06-04T11:16:50.324Z Fresh unarray v0.1.4
53792024-06-04T11:16:50.324Z Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
53802024-06-04T11:16:50.324Z Fresh structmeta v0.3.0
53812024-06-04T11:16:50.324Z Fresh proptest v1.4.0
53822024-06-04T11:16:50.324Z Fresh structmeta v0.2.0
53832024-06-04T11:16:50.324Z Fresh backoff v0.4.0
53842024-06-04T11:16:50.324Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53852024-06-04T11:16:50.324Z Fresh parse-display-derive v0.9.0
53862024-06-04T11:16:50.325Z Fresh test-strategy v0.3.1
53872024-06-04T11:16:50.325Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
53882024-06-04T11:16:50.325Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53892024-06-04T11:16:50.325Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
53902024-06-04T11:16:50.325Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
53912024-06-04T11:16:50.325Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53922024-06-04T11:16:50.325Z Fresh macaddr v1.0.1
53932024-06-04T11:16:50.325Z Fresh parse-display v0.9.0
53942024-06-04T11:16:50.325Z Fresh camino-tempfile v1.1.1
53952024-06-04T11:16:50.325Z Fresh proc-macro-crate v1.3.1
53962024-06-04T11:16:50.325Z Fresh foreign-types-macros v0.2.3
53972024-06-04T11:16:50.325Z Fresh num_enum_derive v0.5.11
53982024-06-04T11:16:50.325Z Fresh foreign-types-shared v0.3.1
53992024-06-04T11:16:50.325Z Fresh proc-macro-error-attr v1.0.4
54002024-06-04T11:16:50.325Z Fresh num_enum v0.5.11
54012024-06-04T11:16:50.325Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54022024-06-04T11:16:50.325Z Fresh foreign-types v0.5.0
54032024-06-04T11:16:50.325Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54042024-06-04T11:16:50.325Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
54052024-06-04T11:16:50.325Z Fresh cstr-argument v0.1.2
54062024-06-04T11:16:50.325Z Fresh proc-macro-error v1.0.4
54072024-06-04T11:16:50.325Z Fresh pretty-hex v0.2.1
54082024-06-04T11:16:50.325Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
54092024-06-04T11:16:50.325Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54102024-06-04T11:16:50.326Z Fresh tabwriter v1.4.0
54112024-06-04T11:16:50.326Z Fresh colored v2.1.0
54122024-06-04T11:16:50.326Z Fresh socket2 v0.4.10
54132024-06-04T11:16:50.326Z Fresh smf v0.2.3
54142024-06-04T11:16:50.326Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54152024-06-04T11:16:50.326Z Fresh humantime v2.1.0
54162024-06-04T11:16:50.326Z Fresh termcolor v1.4.1
54172024-06-04T11:16:50.326Z Fresh same-file v1.0.6
54182024-06-04T11:16:50.352Z Fresh hash32 v0.3.1
54192024-06-04T11:16:50.353Z Fresh embedded-io v0.4.0
54202024-06-04T11:16:50.353Z Fresh walkdir v2.5.0
54212024-06-04T11:16:50.353Z Fresh cobs v0.2.3
54222024-06-04T11:16:50.353Z Fresh newline-converter v0.3.0
54232024-06-04T11:16:50.353Z Fresh derive-where v1.2.7
54242024-06-04T11:16:50.353Z Fresh heapless v0.8.0
54252024-06-04T11:16:50.353Z Fresh postcard v1.0.8
54262024-06-04T11:16:50.353Z Fresh termtree v0.4.1
54272024-06-04T11:16:50.353Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
54282024-06-04T11:16:50.353Z Fresh expectorate v1.1.0
54292024-06-04T11:16:50.353Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
54302024-06-04T11:16:50.353Z Fresh smoltcp v0.11.0
54312024-06-04T11:16:50.353Z Fresh crucible-workspace-hack v0.1.0
54322024-06-04T11:16:50.353Z Fresh predicates-tree v1.0.9
54332024-06-04T11:16:50.353Z Fresh xattr v1.3.1
54342024-06-04T11:16:50.353Z Fresh filetime v0.2.23
54352024-06-04T11:16:50.353Z Fresh sigpipe v0.1.3
54362024-06-04T11:16:50.353Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
54372024-06-04T11:16:50.353Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
54382024-06-04T11:16:50.353Z Fresh tar v0.4.40
54392024-06-04T11:16:50.353Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
54402024-06-04T11:16:50.353Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
54412024-06-04T11:16:50.354Z Fresh mockall_derive v0.12.1
54422024-06-04T11:16:50.354Z Fresh num-derive v0.4.2
54432024-06-04T11:16:50.354Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
54442024-06-04T11:16:50.354Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
54452024-06-04T11:16:50.354Z Fresh fragile v2.0.0
54462024-06-04T11:16:50.354Z Fresh downcast v0.11.0
54472024-06-04T11:16:50.354Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
54482024-06-04T11:16:50.354Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
54492024-06-04T11:16:50.354Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
54502024-06-04T11:16:50.354Z Fresh arc-swap v1.7.1
54512024-06-04T11:16:50.354Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
54522024-06-04T11:16:50.354Z Fresh mockall v0.12.1
54532024-06-04T11:16:50.354Z Fresh utf-8 v0.7.6
54542024-06-04T11:16:50.354Z Fresh slog-scope v4.4.0
54552024-06-04T11:16:50.354Z Fresh convert_case v0.4.0
54562024-06-04T11:16:50.354Z Fresh atty v0.2.14
54572024-06-04T11:16:50.354Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
54582024-06-04T11:16:50.354Z Fresh derive_more v0.99.17
54592024-06-04T11:16:50.354Z Fresh slog-stdlog v4.1.1
54602024-06-04T11:16:50.354Z Fresh tungstenite v0.20.1
54612024-06-04T11:16:50.354Z Fresh pem v3.0.4
54622024-06-04T11:16:50.354Z Fresh env_logger v0.9.3
54632024-06-04T11:16:50.354Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54642024-06-04T11:16:50.354Z Fresh slog-envlogger v2.2.0
54652024-06-04T11:16:50.355Z Fresh tokio-tungstenite v0.20.1
54662024-06-04T11:16:50.355Z Fresh password-hash v0.5.0
54672024-06-04T11:16:50.355Z Fresh blake2 v0.10.6
54682024-06-04T11:16:50.355Z Fresh bitstruct_derive v0.1.0
54692024-06-04T11:16:50.355Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54702024-06-04T11:16:50.355Z Fresh ascii v1.1.0
54712024-06-04T11:16:50.355Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54722024-06-04T11:16:50.355Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
54732024-06-04T11:16:50.355Z Fresh bitstruct v0.1.1
54742024-06-04T11:16:50.355Z Fresh argon2 v0.5.3
54752024-06-04T11:16:50.355Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54762024-06-04T11:16:50.355Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54772024-06-04T11:16:50.355Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54782024-06-04T11:16:50.355Z Fresh serde_arrays v0.1.0
54792024-06-04T11:16:50.355Z Fresh erased-serde v0.3.31
54802024-06-04T11:16:50.355Z Fresh heck v0.3.3
54812024-06-04T11:16:50.355Z Fresh tungstenite v0.21.0
54822024-06-04T11:16:50.355Z Fresh headers-core v0.2.0
54832024-06-04T11:16:50.355Z Fresh base64 v0.13.1
54842024-06-04T11:16:50.355Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54852024-06-04T11:16:50.355Z Fresh zone_cfg_derive v0.1.2
54862024-06-04T11:16:50.355Z Fresh headers v0.3.9
54872024-06-04T11:16:50.355Z Fresh tokio-tungstenite v0.21.0
54882024-06-04T11:16:50.356Z Fresh ron v0.7.1
54892024-06-04T11:16:50.356Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54902024-06-04T11:16:50.356Z Fresh portpicker v0.1.1
54912024-06-04T11:16:50.356Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
54922024-06-04T11:16:50.356Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
54932024-06-04T11:16:50.356Z Fresh zone v0.1.8
54942024-06-04T11:16:50.356Z Fresh semver v0.1.20
54952024-06-04T11:16:50.356Z Fresh rcgen v0.12.1
54962024-06-04T11:16:50.356Z Fresh atomicwrites v0.4.3
54972024-06-04T11:16:50.356Z Fresh subprocess v0.2.9
54982024-06-04T11:16:50.356Z Fresh swrite v0.1.0
54992024-06-04T11:16:50.356Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
55002024-06-04T11:16:50.356Z Fresh rustc_version v0.1.7
55012024-06-04T11:16:50.356Z Fresh home v0.5.9
55022024-06-04T11:16:50.356Z Fresh glob v0.3.1
55032024-06-04T11:16:50.356Z Fresh linked-hash-map v0.5.6
55042024-06-04T11:16:50.356Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
55052024-06-04T11:16:50.356Z Fresh lru-cache v0.1.2
55062024-06-04T11:16:50.356Z Fresh display-error-chain v0.2.0
55072024-06-04T11:16:50.356Z Fresh tap v1.0.1
55082024-06-04T11:16:50.356Z Fresh wyz v0.5.1
55092024-06-04T11:16:50.356Z Fresh cancel-safe-futures v0.1.5
55102024-06-04T11:16:50.356Z Fresh crossbeam-deque v0.8.5
55112024-06-04T11:16:50.356Z Fresh newtype_derive v0.1.6
55122024-06-04T11:16:50.357Z Fresh radium v0.7.0
55132024-06-04T11:16:50.357Z Fresh half v2.4.1
55142024-06-04T11:16:50.357Z Fresh funty v2.0.0
55152024-06-04T11:16:50.357Z Fresh crc-catalog v2.4.0
55162024-06-04T11:16:50.357Z Fresh steno v0.4.0
55172024-06-04T11:16:50.357Z Fresh ciborium-io v0.2.2
55182024-06-04T11:16:50.384Z Fresh rayon-core v1.12.1
55192024-06-04T11:16:50.384Z Fresh crc v3.2.1
55202024-06-04T11:16:50.384Z Fresh bitvec v1.0.1
55212024-06-04T11:16:50.384Z Fresh ciborium-ll v0.2.2
55222024-06-04T11:16:50.384Z Fresh maybe-uninit v2.0.0
55232024-06-04T11:16:50.384Z Fresh packed_struct_codegen v0.10.1
55242024-06-04T11:16:50.384Z Fresh libsw v3.3.1
55252024-06-04T11:16:50.384Z Fresh nodrop v0.1.14
55262024-06-04T11:16:50.384Z Fresh owo-colors v4.0.0
55272024-06-04T11:16:50.385Z Fresh linear-map v1.2.0
55282024-06-04T11:16:50.385Z Fresh packed_struct v0.10.1
55292024-06-04T11:16:50.385Z Fresh array-init v0.0.4
55302024-06-04T11:16:50.385Z Fresh smallvec v0.6.14
55312024-06-04T11:16:50.385Z Fresh ciborium v0.2.2
55322024-06-04T11:16:50.385Z Fresh rayon v1.10.0
55332024-06-04T11:16:50.385Z Fresh num-bigint-dig v0.8.4
55342024-06-04T11:16:50.385Z Fresh bzip2-sys v0.1.11+1.0.8
55352024-06-04T11:16:50.385Z Fresh pkcs1 v0.7.5
55362024-06-04T11:16:50.385Z Fresh num-rational v0.4.2
55372024-06-04T11:16:50.385Z Fresh signature v2.2.0
55382024-06-04T11:16:50.385Z Fresh num-complex v0.4.6
55392024-06-04T11:16:50.385Z Fresh bitfield v0.14.0
55402024-06-04T11:16:50.385Z Fresh maplit v1.0.2
55412024-06-04T11:16:50.385Z Fresh hashbrown v0.12.3
55422024-06-04T11:16:50.385Z Fresh rsa v0.9.6
55432024-06-04T11:16:50.385Z Fresh bzip2 v0.4.4
55442024-06-04T11:16:50.385Z Fresh num v0.4.3
55452024-06-04T11:16:50.386Z Fresh serde-hex v0.1.0
55462024-06-04T11:16:50.386Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
55472024-06-04T11:16:50.386Z Fresh indexmap v1.9.3
55482024-06-04T11:16:50.386Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
55492024-06-04T11:16:50.386Z Fresh env_logger v0.10.2
55502024-06-04T11:16:50.386Z Fresh x509-cert v0.2.5
55512024-06-04T11:16:50.386Z Fresh ron v0.8.1
55522024-06-04T11:16:50.386Z Fresh hashbrown v0.13.2
55532024-06-04T11:16:50.386Z Fresh crc-any v2.5.0
55542024-06-04T11:16:50.386Z Fresh slog-dtrace v0.3.0
55552024-06-04T11:16:50.386Z Fresh object v0.30.4
55562024-06-04T11:16:50.386Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
55572024-06-04T11:16:50.386Z Fresh zip v0.6.6
55582024-06-04T11:16:50.386Z Fresh resolv-conf v0.7.0
55592024-06-04T11:16:50.386Z Fresh path-slash v0.1.5
55602024-06-04T11:16:50.386Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
55612024-06-04T11:16:50.386Z Fresh trust-dns-resolver v0.22.0
55622024-06-04T11:16:50.386Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
55632024-06-04T11:16:50.386Z Fresh constant_time_eq v0.3.0
55642024-06-04T11:16:50.386Z Fresh diff v0.1.13
55652024-06-04T11:16:50.386Z Fresh arrayvec v0.7.4
55662024-06-04T11:16:50.386Z Fresh arrayref v0.3.7
55672024-06-04T11:16:50.386Z Fresh crunchy v0.2.2
55682024-06-04T11:16:50.386Z Fresh prettyplease v0.2.20
55692024-06-04T11:16:50.387Z Fresh synstructure v0.12.6
55702024-06-04T11:16:50.387Z Fresh async-recursion v1.1.1
55712024-06-04T11:16:50.387Z Fresh tiny-keccak v2.0.2
55722024-06-04T11:16:50.387Z Fresh zerocopy-derive v0.2.0
55732024-06-04T11:16:50.387Z Fresh ascii-canvas v3.0.0
55742024-06-04T11:16:50.387Z Fresh pin-project-internal v1.1.5
55752024-06-04T11:16:50.387Z Fresh ref-cast-impl v1.0.23
55762024-06-04T11:16:50.387Z Fresh nibble_vec v0.1.0
55772024-06-04T11:16:50.387Z Fresh ena v0.14.3
55782024-06-04T11:16:50.387Z Fresh fxhash v0.2.1
55792024-06-04T11:16:50.387Z Fresh libloading v0.8.3
55802024-06-04T11:16:50.387Z Fresh regex-syntax v0.6.29
55812024-06-04T11:16:50.387Z Fresh endian-type v0.1.2
55822024-06-04T11:16:50.387Z Fresh lalrpop v0.19.12
55832024-06-04T11:16:50.387Z Fresh clang-sys v1.7.0
55842024-06-04T11:16:50.387Z Fresh ref-cast v1.0.23
55852024-06-04T11:16:50.387Z Fresh pin-project v1.1.5
55862024-06-04T11:16:50.387Z Fresh radix_trie v0.2.1
55872024-06-04T11:16:50.387Z Fresh zerocopy v0.3.2
55882024-06-04T11:16:50.387Z Fresh which v4.4.2
55892024-06-04T11:16:50.387Z Fresh cexpr v0.6.0
55902024-06-04T11:16:50.387Z Fresh memmap2 v0.9.4
55912024-06-04T11:16:50.387Z Fresh untrusted v0.7.1
55922024-06-04T11:16:50.387Z Fresh rustc-hash v1.1.0
55932024-06-04T11:16:50.388Z Fresh lazycell v1.3.0
55942024-06-04T11:16:50.388Z Fresh shlex v1.3.0
55952024-06-04T11:16:50.388Z Fresh bindgen v0.69.4
55962024-06-04T11:16:50.388Z Fresh blake3 v1.5.1
55972024-06-04T11:16:50.388Z Fresh ring v0.16.20
55982024-06-04T11:16:50.388Z Fresh dof v0.1.5
55992024-06-04T11:16:50.388Z Fresh libefi-sys v0.1.0
56002024-06-04T11:16:50.388Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
56012024-06-04T11:16:50.388Z Fresh derive_builder_core v0.20.0
56022024-06-04T11:16:50.388Z Fresh dtrace-parser v0.1.14
56032024-06-04T11:16:50.388Z Fresh gethostname v0.4.3
56042024-06-04T11:16:50.388Z Fresh keccak v0.1.5
56052024-06-04T11:16:50.388Z Fresh topological-sort v0.2.2
56062024-06-04T11:16:50.388Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
56072024-06-04T11:16:50.388Z Fresh derive_builder_macro v0.20.0
56082024-06-04T11:16:50.388Z Fresh omicron-zone-package v0.11.0
56092024-06-04T11:16:50.388Z Fresh sha3 v0.10.8
56102024-06-04T11:16:50.388Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
56112024-06-04T11:16:50.388Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
56122024-06-04T11:16:50.388Z Fresh usdt-impl v0.3.5
56132024-06-04T11:16:50.388Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
56142024-06-04T11:16:50.388Z Fresh buf-list v1.0.3
56152024-06-04T11:16:50.388Z Fresh strum_macros v0.24.3
56162024-06-04T11:16:50.389Z Fresh serde_tokenstream v0.1.7
56172024-06-04T11:16:50.389Z Fresh secrecy v0.8.0
56182024-06-04T11:16:50.415Z Fresh indoc v1.0.9
56192024-06-04T11:16:50.415Z Fresh polar-core v0.27.3
56202024-06-04T11:16:50.415Z Fresh libxml v0.3.3
56212024-06-04T11:16:50.416Z Fresh derive_builder v0.20.0
56222024-06-04T11:16:50.416Z Fresh toolchain_find v0.4.0
56232024-06-04T11:16:50.416Z Fresh impl-trait-for-tuples v0.2.2
56242024-06-04T11:16:50.416Z Fresh oso-derive v0.27.3
56252024-06-04T11:16:50.416Z Fresh quick-xml v0.31.0
56262024-06-04T11:16:50.416Z Fresh signature v1.6.4
56272024-06-04T11:16:50.416Z Fresh samael v0.0.15
56282024-06-04T11:16:50.416Z Fresh oso v0.27.3
56292024-06-04T11:16:50.416Z Fresh rustfmt-wrapper v0.2.1
56302024-06-04T11:16:50.416Z Fresh ed25519 v1.5.3
56312024-06-04T11:16:50.416Z Fresh cookie v0.18.1
56322024-06-04T11:16:50.416Z Fresh memoffset v0.7.1
56332024-06-04T11:16:50.416Z Fresh usdt-attr-macro v0.3.5
56342024-06-04T11:16:50.416Z Fresh usdt-macro v0.3.5
56352024-06-04T11:16:50.416Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
56362024-06-04T11:16:50.416Z Fresh vte_generate_state_changes v0.1.1
56372024-06-04T11:16:50.416Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
56382024-06-04T11:16:50.416Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
56392024-06-04T11:16:50.416Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
56402024-06-04T11:16:50.416Z Fresh usdt v0.3.5
56412024-06-04T11:16:50.416Z Fresh vte v0.11.1
56422024-06-04T11:16:50.416Z Fresh salty v0.2.0
56432024-06-04T11:16:50.417Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56442024-06-04T11:16:50.417Z Fresh const_format_proc_macros v0.2.32
56452024-06-04T11:16:50.417Z Fresh bb8 v0.8.3
56462024-06-04T11:16:50.417Z Fresh snafu-derive v0.8.2
56472024-06-04T11:16:50.417Z Fresh fd-lock v4.0.2
56482024-06-04T11:16:50.417Z Fresh serde-big-array v0.5.1
56492024-06-04T11:16:50.417Z Fresh serde-big-array v0.4.1
56502024-06-04T11:16:50.417Z Fresh platforms v3.4.0
56512024-06-04T11:16:50.417Z Fresh cfg_aliases v0.1.1
56522024-06-04T11:16:50.417Z Fresh const_format v0.2.32
56532024-06-04T11:16:50.417Z Fresh snafu v0.8.2
56542024-06-04T11:16:50.417Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
56552024-06-04T11:16:50.417Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
56562024-06-04T11:16:50.417Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
56572024-06-04T11:16:50.417Z Fresh parking_lot_core v0.8.6
56582024-06-04T11:16:50.417Z Fresh strip-ansi-escapes v0.2.0
56592024-06-04T11:16:50.417Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
56602024-06-04T11:16:50.417Z Fresh globset v0.4.14
56612024-06-04T11:16:50.417Z Fresh signal-hook-tokio v0.3.1
56622024-06-04T11:16:50.417Z Fresh olpc-cjson v0.1.3
56632024-06-04T11:16:50.417Z Fresh serde_plain v1.0.2
56642024-06-04T11:16:50.417Z Fresh corncobs v0.1.3
56652024-06-04T11:16:50.417Z Fresh nu-ansi-term v0.50.0
56662024-06-04T11:16:50.418Z Fresh typed-path v0.7.1
56672024-06-04T11:16:50.418Z Fresh parking_lot v0.11.2
56682024-06-04T11:16:50.418Z Fresh tough v0.17.1
56692024-06-04T11:16:50.418Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
56702024-06-04T11:16:50.418Z Fresh reedline v0.31.0
56712024-06-04T11:16:50.418Z Fresh unicase v2.7.0
56722024-06-04T11:16:50.418Z Fresh trust-dns-client v0.22.0
56732024-06-04T11:16:50.418Z Fresh universal-hash v0.5.1
56742024-06-04T11:16:50.418Z Fresh thiserror-impl-no-std v2.0.2
56752024-06-04T11:16:50.418Z Fresh toml v0.5.11
56762024-06-04T11:16:50.418Z Fresh curve25519-dalek-derive v0.1.1
56772024-06-04T11:16:50.418Z Fresh opaque-debug v0.3.1
56782024-06-04T11:16:50.418Z Fresh parse-size v1.0.0
56792024-06-04T11:16:50.418Z Fresh bytecount v0.6.8
56802024-06-04T11:16:50.418Z Fresh poly1305 v0.8.0
56812024-06-04T11:16:50.418Z Fresh curve25519-dalek v4.1.2
56822024-06-04T11:16:50.418Z Fresh trust-dns-server v0.22.1
56832024-06-04T11:16:50.418Z Fresh thiserror-no-std v2.0.2
56842024-06-04T11:16:50.418Z Fresh papergrid v0.11.0
56852024-06-04T11:16:50.418Z Fresh sled v0.34.7
56862024-06-04T11:16:50.418Z Fresh nix v0.28.0
56872024-06-04T11:16:50.418Z Fresh tabled_derive v0.7.0
56882024-06-04T11:16:50.418Z Fresh peg-macros v0.8.3
56892024-06-04T11:16:50.418Z Fresh chacha20 v0.9.1
56902024-06-04T11:16:50.419Z Fresh aead v0.5.2
56912024-06-04T11:16:50.419Z Fresh kstat-rs v0.2.3
56922024-06-04T11:16:50.419Z Fresh sqlparser_derive v0.2.2
56932024-06-04T11:16:50.419Z Fresh nanorand v0.7.0
56942024-06-04T11:16:50.419Z Fresh unicode_categories v0.1.1
56952024-06-04T11:16:50.419Z Fresh peg v0.8.3
56962024-06-04T11:16:50.419Z Fresh rustyline v14.0.0
56972024-06-04T11:16:50.419Z Fresh tabled v0.15.0
56982024-06-04T11:16:50.419Z Fresh sqlformat v0.2.3
56992024-06-04T11:16:50.419Z Fresh chacha20poly1305 v0.10.1
57002024-06-04T11:16:50.419Z Fresh sqlparser v0.45.0
57012024-06-04T11:16:50.419Z Fresh flume v0.11.0
57022024-06-04T11:16:50.419Z Fresh vsss-rs v3.3.4
57032024-06-04T11:16:50.419Z Fresh bcs v0.1.6
57042024-06-04T11:16:50.419Z Fresh highway v1.1.0
57052024-06-04T11:16:50.419Z Fresh mime_guess v2.0.4
57062024-06-04T11:16:50.419Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
57072024-06-04T11:16:50.419Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
57082024-06-04T11:16:50.419Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
57092024-06-04T11:16:50.419Z Fresh rand_seeder v0.2.3
57102024-06-04T11:16:50.419Z Fresh http-range v0.1.5
57112024-06-04T11:16:50.419Z Fresh portable-atomic v1.6.0
57122024-06-04T11:16:50.419Z Fresh hyper-staticfile v0.9.5
57132024-06-04T11:16:50.420Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
57142024-06-04T11:16:50.420Z Fresh number_prefix v0.4.0
57152024-06-04T11:16:50.420Z Fresh castaway v0.2.2
57162024-06-04T11:16:50.420Z Fresh indicatif v0.17.8
57172024-06-04T11:16:50.420Z Fresh compact_str v0.7.1
57182024-06-04T11:16:50.447Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
57192024-06-04T11:16:50.447Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
57202024-06-04T11:16:50.447Z Fresh lru v0.12.3
57212024-06-04T11:16:50.447Z Fresh stability v0.2.0
57222024-06-04T11:16:50.447Z Fresh is_ci v1.2.0
57232024-06-04T11:16:50.447Z Fresh assert_matches v1.5.0
57242024-06-04T11:16:50.447Z Fresh indoc v2.0.5
57252024-06-04T11:16:50.448Z Fresh cassowary v0.3.0
57262024-06-04T11:16:50.448Z Fresh rtoolbox v0.0.2
57272024-06-04T11:16:50.448Z Fresh ratatui v0.26.2
57282024-06-04T11:16:50.448Z Fresh supports-color v3.0.0
57292024-06-04T11:16:50.448Z Fresh unicode-linebreak v0.1.5
57302024-06-04T11:16:50.448Z Fresh smawk v0.3.2
57312024-06-04T11:16:50.448Z Fresh rpassword v7.3.1
57322024-06-04T11:16:50.448Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
57332024-06-04T11:16:50.448Z Fresh tui-tree-widget v0.19.0
57342024-06-04T11:16:50.448Z Fresh textwrap v0.16.1
57352024-06-04T11:16:50.448Z Fresh http-body v1.0.0
57362024-06-04T11:16:50.448Z Fresh regex-automata v0.1.10
57372024-06-04T11:16:50.448Z Fresh tower-layer v0.3.2
57382024-06-04T11:16:50.448Z Fresh shell-words v1.1.0
57392024-06-04T11:16:50.448Z Fresh plotters-backend v0.3.5
57402024-06-04T11:16:50.448Z Fresh hyper v1.3.1
57412024-06-04T11:16:50.448Z Fresh bstr v0.2.17
57422024-06-04T11:16:50.448Z Fresh target-lexicon v0.12.14
57432024-06-04T11:16:50.448Z Fresh plotters-svg v0.3.5
57442024-06-04T11:16:50.448Z Fresh tower v0.4.13
57452024-06-04T11:16:50.448Z Fresh cast v0.3.0
57462024-06-04T11:16:50.448Z Fresh yansi v0.5.1
57472024-06-04T11:16:50.449Z Fresh pretty_assertions v1.4.0
57482024-06-04T11:16:50.449Z Fresh criterion-plot v0.5.0
57492024-06-04T11:16:50.449Z Fresh guppy-workspace-hack v0.1.0
57502024-06-04T11:16:50.449Z Fresh plotters v0.3.5
57512024-06-04T11:16:50.449Z Fresh hyper-util v0.1.3
57522024-06-04T11:16:50.449Z Fresh doc-comment v0.3.3
57532024-06-04T11:16:50.449Z Fresh httptest v0.15.5
57542024-06-04T11:16:50.449Z Fresh cfg-expr v0.15.8
57552024-06-04T11:16:50.449Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
57562024-06-04T11:16:50.449Z Fresh rustls-native-certs v0.7.0
57572024-06-04T11:16:50.449Z Fresh fatfs v0.3.6
57582024-06-04T11:16:50.449Z Fresh escape8259 v0.5.2
57592024-06-04T11:16:50.449Z Fresh tinytemplate v1.2.1
57602024-06-04T11:16:50.449Z Fresh threadpool v1.8.1
57612024-06-04T11:16:50.449Z Fresh cargo-platform v0.1.8
57622024-06-04T11:16:50.449Z Fresh csv-core v0.1.11
57632024-06-04T11:16:50.449Z Fresh relative-path v1.9.3
57642024-06-04T11:16:50.449Z Fresh anes v0.1.6
57652024-06-04T11:16:50.449Z Fresh oorandom v11.1.3
57662024-06-04T11:16:50.449Z Fresh cargo_metadata v0.18.1
57672024-06-04T11:16:50.449Z Fresh hyper-rustls v0.26.0
57682024-06-04T11:16:50.449Z Fresh csv v1.3.0
57692024-06-04T11:16:50.449Z Fresh rstest_macros v0.19.0
57702024-06-04T11:16:50.449Z Fresh criterion v0.5.1
57712024-06-04T11:16:50.450Z Fresh libtest-mimic v0.7.3
57722024-06-04T11:16:50.450Z Fresh assert_cmd v2.0.14
57732024-06-04T11:16:50.450Z Fresh target-spec v3.1.0
57742024-06-04T11:16:50.450Z Fresh blake2b_simd v1.0.2
57752024-06-04T11:16:50.450Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
57762024-06-04T11:16:50.450Z Fresh pathdiff v0.2.1
57772024-06-04T11:16:50.450Z Fresh fancy-regex v0.13.0
57782024-06-04T11:16:50.450Z Fresh nested v0.1.1
57792024-06-04T11:16:50.450Z Fresh futures-timer v3.0.3
57802024-06-04T11:16:50.450Z Fresh rust-argon2 v2.1.0
57812024-06-04T11:16:50.450Z Fresh guppy v0.17.5
57822024-06-04T11:16:50.450Z Fresh datatest-stable v0.2.9
57832024-06-04T11:16:50.450Z Fresh rstest v0.19.0
57842024-06-04T11:16:50.450Z Fresh trybuild v1.0.96
57852024-06-04T11:16:50.450Z Fresh partial-io v0.5.4
57862024-06-04T11:16:50.450Z Fresh similar-asserts v1.5.0
57872024-06-04T11:16:50.450Z Fresh approx v0.5.1
57882024-06-04T11:16:50.450Z Fresh hex-literal v0.4.1
57892024-06-04T11:16:50.450Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
57902024-06-04T11:16:50.450Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
57912024-06-04T11:16:50.450Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
57922024-06-04T11:16:50.450Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
57932024-06-04T11:16:50.450Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
57942024-06-04T11:16:50.450Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
57952024-06-04T11:16:50.451Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
57962024-06-04T11:16:50.451Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
57972024-06-04T11:16:50.451Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57982024-06-04T11:16:50.451Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
57992024-06-04T11:16:50.451Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58002024-06-04T11:16:50.451Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
58012024-06-04T11:16:50.451Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58022024-06-04T11:16:50.451Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
58032024-06-04T11:16:50.451Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
58042024-06-04T11:16:50.451Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
58052024-06-04T11:16:50.451Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
58062024-06-04T11:16:50.451Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
58072024-06-04T11:16:50.451Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
58082024-06-04T11:16:50.451Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
58092024-06-04T11:16:50.451Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
58102024-06-04T11:16:50.451Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58112024-06-04T11:16:50.451Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
58122024-06-04T11:16:50.451Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
58132024-06-04T11:16:50.451Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58142024-06-04T11:16:50.451Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
58152024-06-04T11:16:50.451Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58162024-06-04T11:16:50.451Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
58172024-06-04T11:16:50.451Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
58182024-06-04T11:16:50.477Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
58192024-06-04T11:16:50.478Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
58202024-06-04T11:16:50.478Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58212024-06-04T11:16:50.478Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
58222024-06-04T11:16:50.478Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
58232024-06-04T11:16:50.478Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58242024-06-04T11:16:50.478Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
58252024-06-04T11:16:50.478Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
58262024-06-04T11:16:50.478Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
58272024-06-04T11:16:50.478Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
58282024-06-04T11:16:50.478Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
58292024-06-04T11:16:50.478Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
58302024-06-04T11:16:50.478Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
58312024-06-04T11:16:50.478Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
58322024-06-04T11:16:50.478Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
58332024-06-04T11:16:50.478Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
58342024-06-04T11:16:50.478Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
58352024-06-04T11:16:50.478Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
58362024-06-04T11:16:50.478Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
58372024-06-04T11:16:50.478Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
58382024-06-04T11:16:50.478Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58392024-06-04T11:16:50.478Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
58402024-06-04T11:16:50.478Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
58412024-06-04T11:16:50.479Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
58422024-06-04T11:16:50.479Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
58432024-06-04T11:16:50.479Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
58442024-06-04T11:16:50.479Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
58452024-06-04T11:16:50.479Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
58462024-06-04T11:16:50.479Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
58472024-06-04T11:16:50.479Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
58482024-06-04T11:16:50.479Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
58492024-06-04T11:16:50.479Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
58502024-06-04T11:16:50.479Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
58512024-06-04T11:16:50.479Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
58522024-06-04T11:16:50.479Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
58532024-06-04T11:16:50.479Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58542024-06-04T11:16:50.479Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
58552024-06-04T11:16:50.479Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58562024-06-04T11:16:50.479Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
58572024-06-04T11:16:50.479Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.70s
58582024-06-04T11:16:50.479Z Doc-tests authz-macros
58592024-06-04T11:16:50.479Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-37d3e5df2220a38b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-dcaa203f9d15c58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
58602024-06-04T11:16:50.589Z
58612024-06-04T11:16:50.590Zrunning 7 tests
58622024-06-04T11:16:50.615Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
58632024-06-04T11:16:50.615Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
58642024-06-04T11:16:50.615Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
58652024-06-04T11:16:50.615Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
58662024-06-04T11:16:50.616Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
58672024-06-04T11:16:50.616Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
58682024-06-04T11:16:50.616Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
58692024-06-04T11:16:50.616Z
58702024-06-04T11:16:50.616Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
58712024-06-04T11:16:50.616Z
58722024-06-04T11:16:50.616Z Doc-tests bootstore
58732024-06-04T11:16:50.616Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
58742024-06-04T11:16:51.488Z
58752024-06-04T11:16:51.488Zrunning 0 tests
58762024-06-04T11:16:51.488Z
58772024-06-04T11:16:51.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58782024-06-04T11:16:51.488Z
58792024-06-04T11:16:51.527Z Doc-tests bootstrap-agent-client
58802024-06-04T11:16:51.552Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
58812024-06-04T11:16:52.374Z
58822024-06-04T11:16:52.374Zrunning 0 tests
58832024-06-04T11:16:52.374Z
58842024-06-04T11:16:52.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58852024-06-04T11:16:52.374Z
58862024-06-04T11:16:52.413Z Doc-tests db-macros
58872024-06-04T11:16:52.413Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-40d22992cb1988c5.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-dcaa203f9d15c58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
58882024-06-04T11:16:52.734Z
58892024-06-04T11:16:52.734Zrunning 4 tests
58902024-06-04T11:16:52.759Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
58912024-06-04T11:16:52.759Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
58922024-06-04T11:16:52.759Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
58932024-06-04T11:16:52.759Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
58942024-06-04T11:16:52.759Z
58952024-06-04T11:16:52.759Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.01s
58962024-06-04T11:16:52.759Z
58972024-06-04T11:16:52.759Z Doc-tests dns-server
58982024-06-04T11:16:52.785Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
58992024-06-04T11:16:53.174Z
59002024-06-04T11:16:53.174Zrunning 0 tests
59012024-06-04T11:16:53.174Z
59022024-06-04T11:16:53.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59032024-06-04T11:16:53.174Z
59042024-06-04T11:16:53.204Z Doc-tests dns-service-client
59052024-06-04T11:16:53.233Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib -C embed-bitcode=no -D warnings --error-format human`
59062024-06-04T11:16:53.532Z
59072024-06-04T11:16:53.532Zrunning 0 tests
59082024-06-04T11:16:53.532Z
59092024-06-04T11:16:53.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59102024-06-04T11:16:53.533Z
59112024-06-04T11:16:53.558Z Doc-tests dpd-client
59122024-06-04T11:16:53.558Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59132024-06-04T11:16:54.969Z
59142024-06-04T11:16:54.969Zrunning 0 tests
59152024-06-04T11:16:54.969Z
59162024-06-04T11:16:54.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59172024-06-04T11:16:54.969Z
59182024-06-04T11:16:55.023Z Doc-tests gateway-client
59192024-06-04T11:16:55.048Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59202024-06-04T11:16:56.114Z
59212024-06-04T11:16:56.114Zrunning 0 tests
59222024-06-04T11:16:56.114Z
59232024-06-04T11:16:56.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59242024-06-04T11:16:56.114Z
59252024-06-04T11:16:56.150Z Doc-tests gateway-test-utils
59262024-06-04T11:16:56.175Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59272024-06-04T11:16:56.667Z
59282024-06-04T11:16:56.667Zrunning 0 tests
59292024-06-04T11:16:56.667Z
59302024-06-04T11:16:56.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59312024-06-04T11:16:56.667Z
59322024-06-04T11:16:56.699Z Doc-tests illumos-utils
59332024-06-04T11:16:56.725Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2fc9be4bc7887e8e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6d3d2f0ae9ef1e19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-ab14b31bd69f1bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b90248766d2a46dd.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cd653566008bac17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
59342024-06-04T11:16:58.731Z
59352024-06-04T11:16:58.731Zrunning 0 tests
59362024-06-04T11:16:58.731Z
59372024-06-04T11:16:58.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59382024-06-04T11:16:58.731Z
59392024-06-04T11:16:58.805Z Doc-tests installinator
59402024-06-04T11:16:58.853Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-11ba9beb56746c15.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7541388598ecea82.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59412024-06-04T11:16:59.486Z
59422024-06-04T11:16:59.487Zrunning 0 tests
59432024-06-04T11:16:59.487Z
59442024-06-04T11:16:59.487Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59452024-06-04T11:16:59.487Z
59462024-06-04T11:16:59.512Z Doc-tests installinator-artifact-client
59472024-06-04T11:16:59.513Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59482024-06-04T11:17:00.489Z
59492024-06-04T11:17:00.490Zrunning 0 tests
59502024-06-04T11:17:00.490Z
59512024-06-04T11:17:00.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59522024-06-04T11:17:00.490Z
59532024-06-04T11:17:00.528Z Doc-tests installinator-artifactd
59542024-06-04T11:17:00.554Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59552024-06-04T11:17:00.861Z
59562024-06-04T11:17:00.861Zrunning 0 tests
59572024-06-04T11:17:00.861Z
59582024-06-04T11:17:00.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59592024-06-04T11:17:00.861Z
59602024-06-04T11:17:00.891Z Doc-tests installinator-common
59612024-06-04T11:17:00.892Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib -C embed-bitcode=no -D warnings --error-format human`
59622024-06-04T11:17:01.317Z
59632024-06-04T11:17:01.317Zrunning 0 tests
59642024-06-04T11:17:01.317Z
59652024-06-04T11:17:01.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59662024-06-04T11:17:01.317Z
59672024-06-04T11:17:01.351Z Doc-tests internal-dns
59682024-06-04T11:17:01.377Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59692024-06-04T11:17:01.681Z
59702024-06-04T11:17:01.682Zrunning 0 tests
59712024-06-04T11:17:01.682Z
59722024-06-04T11:17:01.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59732024-06-04T11:17:01.682Z
59742024-06-04T11:17:01.708Z Doc-tests ipcc
59752024-06-04T11:17:01.734Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
59762024-06-04T11:17:01.994Z
59772024-06-04T11:17:01.994Zrunning 0 tests
59782024-06-04T11:17:01.994Z
59792024-06-04T11:17:01.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802024-06-04T11:17:01.994Z
59812024-06-04T11:17:02.020Z Doc-tests key-manager
59822024-06-04T11:17:02.020Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -C embed-bitcode=no -D warnings --error-format human`
59832024-06-04T11:17:02.286Z
59842024-06-04T11:17:02.287Zrunning 0 tests
59852024-06-04T11:17:02.287Z
59862024-06-04T11:17:02.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59872024-06-04T11:17:02.287Z
59882024-06-04T11:17:02.313Z Doc-tests nexus-auth
59892024-06-04T11:17:02.313Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-37d3e5df2220a38b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-653ce1447b8b15a5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
59902024-06-04T11:17:03.369Z
59912024-06-04T11:17:03.369Zrunning 0 tests
59922024-06-04T11:17:03.369Z
59932024-06-04T11:17:03.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59942024-06-04T11:17:03.369Z
59952024-06-04T11:17:03.410Z Doc-tests nexus-client
59962024-06-04T11:17:03.435Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
59972024-06-04T11:17:05.565Z
59982024-06-04T11:17:05.565Zrunning 0 tests
59992024-06-04T11:17:05.565Z
60002024-06-04T11:17:05.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60012024-06-04T11:17:05.565Z
60022024-06-04T11:17:05.625Z Doc-tests nexus-config
60032024-06-04T11:17:05.651Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
60042024-06-04T11:17:06.180Z
60052024-06-04T11:17:06.180Zrunning 0 tests
60062024-06-04T11:17:06.180Z
60072024-06-04T11:17:06.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60082024-06-04T11:17:06.180Z
60092024-06-04T11:17:06.210Z Doc-tests nexus-db-fixed-data
60102024-06-04T11:17:06.235Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-653ce1447b8b15a5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60112024-06-04T11:17:06.568Z
60122024-06-04T11:17:06.568Zrunning 0 tests
60132024-06-04T11:17:06.568Z
60142024-06-04T11:17:06.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60152024-06-04T11:17:06.568Z
60162024-06-04T11:17:06.596Z Doc-tests nexus-db-model
60172024-06-04T11:17:06.622Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-40d22992cb1988c5.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60182024-06-04T11:17:18.494Z
60192024-06-04T11:17:18.494Zrunning 2 tests
60202024-06-04T11:17:20.873Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
60212024-06-04T11:17:20.898Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
60222024-06-04T11:17:20.898Z
60232024-06-04T11:17:20.898Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.38s
60242024-06-04T11:17:20.898Z
60252024-06-04T11:17:21.143Z Doc-tests nexus-db-queries
60262024-06-04T11:17:21.192Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053ab04ce97f4cf5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d0b5d2f61617be67.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-40d22992cb1988c5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-726946b42eceecce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-653ce1447b8b15a5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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`
60272024-06-04T11:17:23.052Z
60282024-06-04T11:17:23.052Zrunning 1 test
60292024-06-04T11:17:26.679Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
60302024-06-04T11:17:26.679Z
60312024-06-04T11:17:26.679Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.63s
60322024-06-04T11:17:26.704Z
60332024-06-04T11:17:26.774Z Doc-tests nexus-defaults
60342024-06-04T11:17:26.799Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib -C embed-bitcode=no -D warnings --error-format human`
60352024-06-04T11:17:27.027Z
60362024-06-04T11:17:27.027Zrunning 0 tests
60372024-06-04T11:17:27.027Z
60382024-06-04T11:17:27.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60392024-06-04T11:17:27.027Z
60402024-06-04T11:17:27.055Z Doc-tests nexus-inventory
60412024-06-04T11:17:27.055Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3aa1bc4ccbe44cd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
60422024-06-04T11:17:27.392Z
60432024-06-04T11:17:27.392Zrunning 0 tests
60442024-06-04T11:17:27.392Z
60452024-06-04T11:17:27.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60462024-06-04T11:17:27.392Z
60472024-06-04T11:17:27.422Z Doc-tests nexus-macros-common
60482024-06-04T11:17:27.448Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-dcaa203f9d15c58b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib -C embed-bitcode=no -D warnings --error-format human`
60492024-06-04T11:17:27.530Z
60502024-06-04T11:17:27.530Zrunning 0 tests
60512024-06-04T11:17:27.530Z
60522024-06-04T11:17:27.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60532024-06-04T11:17:27.556Z
60542024-06-04T11:17:27.556Z Doc-tests nexus-metrics-producer-gc
60552024-06-04T11:17:27.556Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60562024-06-04T11:17:27.920Z
60572024-06-04T11:17:27.920Zrunning 0 tests
60582024-06-04T11:17:27.920Z
60592024-06-04T11:17:27.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60602024-06-04T11:17:27.946Z
60612024-06-04T11:17:27.971Z Doc-tests nexus-networking
60622024-06-04T11:17:27.971Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
60632024-06-04T11:17:28.327Z
60642024-06-04T11:17:28.327Zrunning 0 tests
60652024-06-04T11:17:28.328Z
60662024-06-04T11:17:28.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60672024-06-04T11:17:28.328Z
60682024-06-04T11:17:28.359Z Doc-tests nexus-reconfigurator-execution
60692024-06-04T11:17:28.359Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60702024-06-04T11:17:28.803Z
60712024-06-04T11:17:28.803Zrunning 0 tests
60722024-06-04T11:17:28.803Z
60732024-06-04T11:17:28.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60742024-06-04T11:17:28.803Z
60752024-06-04T11:17:28.831Z Doc-tests nexus-reconfigurator-planning
60762024-06-04T11:17:28.831Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3aa1bc4ccbe44cd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
60772024-06-04T11:17:29.245Z
60782024-06-04T11:17:29.245Zrunning 0 tests
60792024-06-04T11:17:29.271Z
60802024-06-04T11:17:29.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60812024-06-04T11:17:29.271Z
60822024-06-04T11:17:29.296Z Doc-tests nexus-reconfigurator-preparation
60832024-06-04T11:17:29.296Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib -C embed-bitcode=no -D warnings --error-format human`
60842024-06-04T11:17:29.634Z
60852024-06-04T11:17:29.635Zrunning 0 tests
60862024-06-04T11:17:29.635Z
60872024-06-04T11:17:29.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60882024-06-04T11:17:29.635Z
60892024-06-04T11:17:29.663Z Doc-tests nexus-types
60902024-06-04T11:17:29.692Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4ecc7786c975c5a5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-24a07ba228a1a806.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
60912024-06-04T11:17:32.618Z
60922024-06-04T11:17:32.618Zrunning 0 tests
60932024-06-04T11:17:32.618Z
60942024-06-04T11:17:32.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60952024-06-04T11:17:32.618Z
60962024-06-04T11:17:32.709Z Doc-tests omicron-certificates
60972024-06-04T11:17:32.735Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib -C embed-bitcode=no -D warnings --error-format human`
60982024-06-04T11:17:32.997Z
60992024-06-04T11:17:32.997Zrunning 0 tests
61002024-06-04T11:17:32.997Z
61012024-06-04T11:17:32.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61022024-06-04T11:17:32.997Z
61032024-06-04T11:17:33.026Z Doc-tests omicron-cockroach-admin
61042024-06-04T11:17:33.026Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-72c0f00f881275cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61052024-06-04T11:17:33.393Z
61062024-06-04T11:17:33.393Zrunning 0 tests
61072024-06-04T11:17:33.393Z
61082024-06-04T11:17:33.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61092024-06-04T11:17:33.393Z
61102024-06-04T11:17:33.424Z Doc-tests omicron-common
61112024-06-04T11:17:33.450Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4ecc7786c975c5a5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383f901f27801735.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
61122024-06-04T11:17:35.328Z
61132024-06-04T11:17:35.328Zrunning 2 tests
61142024-06-04T11:17:35.354Ztest common/src/lib.rs - FileKv (line 59) ... ignored
61152024-06-04T11:17:41.089Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok
61162024-06-04T11:17:41.089Z
61172024-06-04T11:17:41.114Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.76s
61182024-06-04T11:17:41.114Z
61192024-06-04T11:17:41.167Z Doc-tests omicron-ddm-admin-client
61202024-06-04T11:17:41.192Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-8d39b621c21b8f32.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
61212024-06-04T11:17:41.470Z
61222024-06-04T11:17:41.470Zrunning 0 tests
61232024-06-04T11:17:41.470Z
61242024-06-04T11:17:41.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61252024-06-04T11:17:41.470Z
61262024-06-04T11:17:41.495Z Doc-tests omicron-gateway
61272024-06-04T11:17:41.521Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5af3cd6266e984da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-13b4fc0bd1fe0546.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
61282024-06-04T11:17:42.608Z
61292024-06-04T11:17:42.608Zrunning 0 tests
61302024-06-04T11:17:42.608Z
61312024-06-04T11:17:42.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61322024-06-04T11:17:42.608Z
61332024-06-04T11:17:42.658Z Doc-tests omicron-nexus
61342024-06-04T11:17:42.729Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b98e7e566b91584c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fee1e3ba735707ad.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f051b2830fca31c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-271ae31047b5c246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8ce596755a6bf110.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5d9c7906ce705078.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-0c12f438a64df33b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c5176648bc719134.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a5c4cb834f5de210.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-28497d6be36546ba.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-313fe2a9e85aabb5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edee98e626fe3d8b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e48f766e6f702e11.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7e5fac87fbfaff98.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61352024-06-04T11:17:45.664Z
61362024-06-04T11:17:45.664Zrunning 5 tests
61372024-06-04T11:17:45.690Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
61382024-06-04T11:17:48.723Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 764) ... ok
61392024-06-04T11:17:48.852Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 742) ... ok
61402024-06-04T11:17:48.882Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 836) ... ok
61412024-06-04T11:17:48.882Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 806) ... ok
61422024-06-04T11:17:48.882Z
61432024-06-04T11:17:48.882Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.21s
61442024-06-04T11:17:48.882Z
61452024-06-04T11:17:48.986Z Doc-tests omicron-package
61462024-06-04T11:17:48.986Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6e60be75958a3eba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -C embed-bitcode=no -D warnings --error-format human`
61472024-06-04T11:17:49.243Z
61482024-06-04T11:17:49.243Zrunning 0 tests
61492024-06-04T11:17:49.243Z
61502024-06-04T11:17:49.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61512024-06-04T11:17:49.243Z
61522024-06-04T11:17:49.269Z Doc-tests omicron-passwords
61532024-06-04T11:17:49.269Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1df8ed436852c61a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-750b2e677370518b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib -C embed-bitcode=no -D warnings --error-format human`
61542024-06-04T11:17:49.401Z
61552024-06-04T11:17:49.401Zrunning 0 tests
61562024-06-04T11:17:49.401Z
61572024-06-04T11:17:49.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61582024-06-04T11:17:49.401Z
61592024-06-04T11:17:49.427Z Doc-tests omicron-rpaths
61602024-06-04T11:17:49.427Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d8f9ee923f1712e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib -C embed-bitcode=no -D warnings --error-format human`
61612024-06-04T11:17:49.494Z
61622024-06-04T11:17:49.494Zrunning 0 tests
61632024-06-04T11:17:49.494Z
61642024-06-04T11:17:49.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61652024-06-04T11:17:49.520Z
61662024-06-04T11:17:49.520Z Doc-tests omicron-sled-agent
61672024-06-04T11:17:49.520Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-30ca6201389a7fa8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7c511187389ac4e7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-781656b3a90a8e5c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-69e767ba3b10f16d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -C embed-bitcode=no -D warnings --error-format human`
61682024-06-04T11:17:52.594Z
61692024-06-04T11:17:52.594Zrunning 0 tests
61702024-06-04T11:17:52.594Z
61712024-06-04T11:17:52.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61722024-06-04T11:17:52.594Z
61732024-06-04T11:17:52.680Z Doc-tests omicron-test-utils
61742024-06-04T11:17:52.708Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6bd12cef62630db3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
61752024-06-04T11:17:53.044Z
61762024-06-04T11:17:53.044Zrunning 0 tests
61772024-06-04T11:17:53.044Z
61782024-06-04T11:17:53.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61792024-06-04T11:17:53.044Z
61802024-06-04T11:17:53.069Z Doc-tests omicron-uuid-kinds
61812024-06-04T11:17:53.069Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-24a07ba228a1a806.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.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`
61822024-06-04T11:17:53.182Z
61832024-06-04T11:17:53.182Zrunning 0 tests
61842024-06-04T11:17:53.182Z
61852024-06-04T11:17:53.208Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61862024-06-04T11:17:53.208Z
61872024-06-04T11:17:53.208Z Doc-tests oxide-client
61882024-06-04T11:17:53.208Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-eb3f860cbd5a36b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
61892024-06-04T11:17:59.099Z
61902024-06-04T11:17:59.099Zrunning 186 tests
61912024-06-04T11:17:59.125Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
61922024-06-04T11:17:59.125Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
61932024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
61942024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
61952024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
61962024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
61972024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
61982024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
61992024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
62002024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
62012024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
62022024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
62032024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
62042024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
62052024-06-04T11:17:59.126Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
62062024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
62072024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
62082024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
62092024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
62102024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
62112024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
62122024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
62132024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
62142024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
62152024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
62162024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
62172024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
62182024-06-04T11:17:59.152Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
62192024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
62202024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
62212024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
62222024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
62232024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
62242024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
62252024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
62262024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
62272024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
62282024-06-04T11:17:59.153Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
62292024-06-04T11:17:59.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
62302024-06-04T11:17:59.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
62312024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
62322024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
62332024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
62342024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
62352024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
62362024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
62372024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
62382024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
62392024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
62402024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
62412024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
62422024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
62432024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
62442024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
62452024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
62462024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
62472024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
62482024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
62492024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
62502024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
62512024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
62522024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
62532024-06-04T11:17:59.179Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
62542024-06-04T11:17:59.205Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
62552024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
62562024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
62572024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
62582024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
62592024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
62602024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
62612024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
62622024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
62632024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
62642024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
62652024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
62662024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
62672024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
62682024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
62692024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
62702024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
62712024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
62722024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
62732024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
62742024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
62752024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
62762024-06-04T11:17:59.206Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
62772024-06-04T11:17:59.207Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
62782024-06-04T11:17:59.207Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
62792024-06-04T11:17:59.207Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
62802024-06-04T11:17:59.207Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
62812024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
62822024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
62832024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
62842024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
62852024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
62862024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
62872024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
62882024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
62892024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
62902024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
62912024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
62922024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
62932024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
62942024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
62952024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
62962024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
62972024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
62982024-06-04T11:17:59.233Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
62992024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
63002024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
63012024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
63022024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
63032024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
63042024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
63052024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
63062024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
63072024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
63082024-06-04T11:17:59.234Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
63092024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
63102024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
63112024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
63122024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
63132024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
63142024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
63152024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
63162024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
63172024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
63182024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
63192024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
63202024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
63212024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
63222024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
63232024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
63242024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
63252024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
63262024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
63272024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
63282024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
63292024-06-04T11:17:59.260Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
63302024-06-04T11:17:59.261Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
63312024-06-04T11:17:59.261Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
63322024-06-04T11:17:59.261Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
63332024-06-04T11:17:59.261Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
63342024-06-04T11:17:59.261Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
63352024-06-04T11:17:59.261Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
63362024-06-04T11:17:59.286Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
63372024-06-04T11:17:59.286Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
63382024-06-04T11:17:59.286Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
63392024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
63402024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
63412024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
63422024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
63432024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
63442024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
63452024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
63462024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
63472024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
63482024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
63492024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
63502024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
63512024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
63522024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
63532024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
63542024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
63552024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
63562024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
63572024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
63582024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
63592024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
63602024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
63612024-06-04T11:17:59.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
63622024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
63632024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
63642024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
63652024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
63662024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
63672024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
63682024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
63692024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
63702024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
63712024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
63722024-06-04T11:17:59.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
63732024-06-04T11:17:59.314Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
63742024-06-04T11:17:59.314Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
63752024-06-04T11:17:59.314Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
63762024-06-04T11:17:59.314Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
63772024-06-04T11:17:59.314Z
63782024-06-04T11:17:59.314Ztest result: ok. 0 passed; 0 failed; 186 ignored; 0 measured; 0 filtered out; finished in 0.20s
63792024-06-04T11:17:59.314Z
63802024-06-04T11:17:59.484Z Doc-tests oximeter
63812024-06-04T11:17:59.484Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ac8d8be117806a3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-504b3c4a5bdb1095.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e53f470f1a4cf7a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
63822024-06-04T11:18:00.104Z
63832024-06-04T11:18:00.104Zrunning 8 tests
63842024-06-04T11:18:00.674Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
63852024-06-04T11:18:00.719Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
63862024-06-04T11:18:01.551Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
63872024-06-04T11:18:06.144Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
63882024-06-04T11:18:06.679Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
63892024-06-04T11:18:06.776Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 602) ... ok
63902024-06-04T11:18:06.813Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
63912024-06-04T11:18:06.838Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
63922024-06-04T11:18:06.838Z
63932024-06-04T11:18:06.838Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.71s
63942024-06-04T11:18:06.839Z
63952024-06-04T11:18:06.869Z Doc-tests oximeter-client
63962024-06-04T11:18:06.869Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
63972024-06-04T11:18:07.229Z
63982024-06-04T11:18:07.229Zrunning 0 tests
63992024-06-04T11:18:07.229Z
64002024-06-04T11:18:07.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64012024-06-04T11:18:07.229Z
64022024-06-04T11:18:07.256Z Doc-tests oximeter-collector
64032024-06-04T11:18:07.281Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bbb41066d08e741a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-66ca96c98e5a5fc5.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2c2d52dd9c154eda.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
64042024-06-04T11:18:07.745Z
64052024-06-04T11:18:07.745Zrunning 0 tests
64062024-06-04T11:18:07.745Z
64072024-06-04T11:18:07.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64082024-06-04T11:18:07.745Z
64092024-06-04T11:18:07.781Z Doc-tests oximeter-db
64102024-06-04T11:18:07.830Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-30f549e0875ff5eb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b64cc379122ef97b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dd43f2d5cb007aa5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b52fb48a2e962234.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c71ca3546e5586a5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1fc3c1677c491e87.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -D warnings --error-format human`
64112024-06-04T11:18:09.223Z
64122024-06-04T11:18:09.223Zrunning 3 tests
64132024-06-04T11:18:09.248Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 260) ... ignored
64142024-06-04T11:18:09.248Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 274) ... ignored
64152024-06-04T11:18:09.248Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
64162024-06-04T11:18:09.248Z
64172024-06-04T11:18:09.248Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
64182024-06-04T11:18:09.248Z
64192024-06-04T11:18:09.282Z Doc-tests oximeter-instruments
64202024-06-04T11:18:09.308Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6a1d8a5593b99648.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cba7bb3a64146281.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
64212024-06-04T11:18:09.656Z
64222024-06-04T11:18:09.656Zrunning 0 tests
64232024-06-04T11:18:09.656Z
64242024-06-04T11:18:09.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64252024-06-04T11:18:09.656Z
64262024-06-04T11:18:09.683Z Doc-tests oximeter-macro-impl
64272024-06-04T11:18:09.708Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ac8d8be117806a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
64282024-06-04T11:18:09.786Z
64292024-06-04T11:18:09.786Zrunning 0 tests
64302024-06-04T11:18:09.787Z
64312024-06-04T11:18:09.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64322024-06-04T11:18:09.787Z
64332024-06-04T11:18:09.812Z Doc-tests oximeter-producer
64342024-06-04T11:18:09.812Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cf3b982b2bfaddee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ffaff6bcfac4f064.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-9b7da5cba7941d30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
64352024-06-04T11:18:10.144Z
64362024-06-04T11:18:10.145Zrunning 0 tests
64372024-06-04T11:18:10.145Z
64382024-06-04T11:18:10.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64392024-06-04T11:18:10.145Z
64402024-06-04T11:18:10.179Z Doc-tests oxlog
64412024-06-04T11:18:10.204Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-cd653566008bac17.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
64422024-06-04T11:18:10.282Z
64432024-06-04T11:18:10.283Zrunning 0 tests
64442024-06-04T11:18:10.283Z
64452024-06-04T11:18:10.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64462024-06-04T11:18:10.308Z
64472024-06-04T11:18:10.308Z Doc-tests sled-agent-client
64482024-06-04T11:18:10.308Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4d5c8408776ed190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
64492024-06-04T11:18:12.329Z
64502024-06-04T11:18:12.329Zrunning 0 tests
64512024-06-04T11:18:12.329Z
64522024-06-04T11:18:12.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64532024-06-04T11:18:12.330Z
64542024-06-04T11:18:12.386Z Doc-tests sled-hardware
64552024-06-04T11:18:12.386Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-3d5ab6afc9126bd6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5e6219bd35f2d32d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0a75b63f50c8f557.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
64562024-06-04T11:18:12.806Z
64572024-06-04T11:18:12.806Zrunning 0 tests
64582024-06-04T11:18:12.806Z
64592024-06-04T11:18:12.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64602024-06-04T11:18:12.831Z
64612024-06-04T11:18:12.856Z Doc-tests sled-hardware-types
64622024-06-04T11:18:12.856Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib -C embed-bitcode=no -D warnings --error-format human`
64632024-06-04T11:18:13.159Z
64642024-06-04T11:18:13.160Zrunning 0 tests
64652024-06-04T11:18:13.160Z
64662024-06-04T11:18:13.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64672024-06-04T11:18:13.160Z
64682024-06-04T11:18:13.189Z Doc-tests sled-storage
64692024-06-04T11:18:13.215Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263642a4a647f7b6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8cd072b7c548b73d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-796507d428bc1896.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
64702024-06-04T11:18:13.721Z
64712024-06-04T11:18:13.721Zrunning 0 tests
64722024-06-04T11:18:13.721Z
64732024-06-04T11:18:13.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64742024-06-04T11:18:13.722Z
64752024-06-04T11:18:13.756Z Doc-tests sp-sim
64762024-06-04T11:18:13.781Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-51e6ec2a91e49c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a6a0896cb0211a1e.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d2e616800d0994d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -C embed-bitcode=no -D warnings --error-format human`
64772024-06-04T11:18:14.328Z
64782024-06-04T11:18:14.328Zrunning 0 tests
64792024-06-04T11:18:14.328Z
64802024-06-04T11:18:14.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64812024-06-04T11:18:14.328Z
64822024-06-04T11:18:14.368Z Doc-tests tufaceous
64832024-06-04T11:18:14.394Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib -C embed-bitcode=no -D warnings --error-format human`
64842024-06-04T11:18:14.718Z
64852024-06-04T11:18:14.718Zrunning 0 tests
64862024-06-04T11:18:14.718Z
64872024-06-04T11:18:14.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64882024-06-04T11:18:14.744Z
64892024-06-04T11:18:14.769Z Doc-tests tufaceous-lib
64902024-06-04T11:18:14.769Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ef94b071d94223ba.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rlib -C embed-bitcode=no -D warnings --error-format human`
64912024-06-04T11:18:15.236Z
64922024-06-04T11:18:15.237Zrunning 0 tests
64932024-06-04T11:18:15.237Z
64942024-06-04T11:18:15.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64952024-06-04T11:18:15.237Z
64962024-06-04T11:18:15.272Z Doc-tests typed-rng
64972024-06-04T11:18:15.297Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-24a07ba228a1a806.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3aa1bc4ccbe44cd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
64982024-06-04T11:18:15.375Z
64992024-06-04T11:18:15.376Zrunning 0 tests
65002024-06-04T11:18:15.376Z
65012024-06-04T11:18:15.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65022024-06-04T11:18:15.401Z
65032024-06-04T11:18:15.401Z Doc-tests update-common
65042024-06-04T11:18:15.401Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib -C embed-bitcode=no -D warnings --error-format human`
65052024-06-04T11:18:15.753Z
65062024-06-04T11:18:15.753Zrunning 0 tests
65072024-06-04T11:18:15.753Z
65082024-06-04T11:18:15.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65092024-06-04T11:18:15.753Z
65102024-06-04T11:18:15.779Z Doc-tests update-engine
65112024-06-04T11:18:15.804Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fa8e6a817a5a96af.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -C embed-bitcode=no -D warnings --error-format human`
65122024-06-04T11:18:16.363Z
65132024-06-04T11:18:16.363Zrunning 3 tests
65142024-06-04T11:18:16.388Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
65152024-06-04T11:18:16.388Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
65162024-06-04T11:18:16.388Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
65172024-06-04T11:18:16.388Z
65182024-06-04T11:18:16.388Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65192024-06-04T11:18:16.388Z
65202024-06-04T11:18:16.436Z Doc-tests wicket
65212024-06-04T11:18:16.436Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -C embed-bitcode=no -D warnings --error-format human`
65222024-06-04T11:18:17.358Z
65232024-06-04T11:18:17.358Zrunning 0 tests
65242024-06-04T11:18:17.358Z
65252024-06-04T11:18:17.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65262024-06-04T11:18:17.358Z
65272024-06-04T11:18:17.403Z Doc-tests wicket-common
65282024-06-04T11:18:17.428Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib -C embed-bitcode=no -D warnings --error-format human`
65292024-06-04T11:18:17.947Z
65302024-06-04T11:18:17.947Zrunning 0 tests
65312024-06-04T11:18:17.947Z
65322024-06-04T11:18:17.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65332024-06-04T11:18:17.947Z
65342024-06-04T11:18:17.984Z Doc-tests wicket-dbg
65352024-06-04T11:18:17.984Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-808f8149250e84c2.rlib -C embed-bitcode=no -D warnings --error-format human`
65362024-06-04T11:18:18.379Z
65372024-06-04T11:18:18.379Zrunning 0 tests
65382024-06-04T11:18:18.379Z
65392024-06-04T11:18:18.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65402024-06-04T11:18:18.379Z
65412024-06-04T11:18:18.410Z Doc-tests wicketd
65422024-06-04T11:18:18.436Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2121d57224ac10a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-07eec89751eb2978.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03379e8ee8f018f3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-233a16051ba47e9a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-98bcc784a6d449f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d3bdd675698ef9d4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-11ba9beb56746c15.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-9477c169a96cc0a6.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b555078a6f4b9fd8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0686c24bf1ae0d57.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c90f7fe0dab0cdc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4d71b752c030eff7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-64711f4e2d601fdb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-9136708feebe1e54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4cf7cb43e2b0c603.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac60b2400dbfe355.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c78788ba76a74af.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7699da92a41dc8b9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f9379ae7876f8ac8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib -C embed-bitcode=no -D warnings --error-format human`
65432024-06-04T11:18:19.333Z
65442024-06-04T11:18:19.333Zrunning 0 tests
65452024-06-04T11:18:19.333Z
65462024-06-04T11:18:19.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65472024-06-04T11:18:19.334Z
65482024-06-04T11:18:19.378Z Doc-tests wicketd-client
65492024-06-04T11:18:19.403Z Running `/home/build/.rustup/toolchains/1.78.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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d51afc42369727f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f10245ff79618a31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aceea5041fd93157.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6d03b90298bd6b7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-52c3e75b17671a77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-576e6680e8ca18fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c4af08a6d17fbcf5.rlib -C embed-bitcode=no -D warnings --error-format human`
65502024-06-04T11:18:21.181Z
65512024-06-04T11:18:21.181Zrunning 0 tests
65522024-06-04T11:18:21.181Z
65532024-06-04T11:18:21.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65542024-06-04T11:18:21.181Z
65552024-06-04T11:18:21.308Z
65562024-06-04T11:18:21.308Zreal 1:32.833476174
65572024-06-04T11:18:21.308Zuser 1:23.150693777
65582024-06-04T11:18:21.336Zsys 40.477347981
65592024-06-04T11:18:21.336Ztrap 0.013883692
65602024-06-04T11:18:21.336Ztflt 0.546399244
65612024-06-04T11:18:21.336Zdflt 2.311218953
65622024-06-04T11:18:21.336Zkflt 0.010270447
65632024-06-04T11:18:21.336Zlock 1:13.629977863
65642024-06-04T11:18:21.336Zslp 8:16.148510266
65652024-06-04T11:18:21.336Zlat 0.915045046
65662024-06-04T11:18:21.336Zstop 3.418536362
65672024-06-04T11:18:21.336Zfiles in /var/tmp/omicron_tmp (none expected on success):
65682024-06-04T11:18:21.337Z163881 25 drwxr-xr-x 2 build build 2 Jun 4 11:18 /var/tmp/omicron_tmp
65692024-06-04T11:18:21.866Zprocess exited: duration 3389728 ms, exit code 0
 
65702024-06-04T11:18:21.950Zfound 1 output files
65712024-06-04T11:18:21.950Zuploading: /work/crate-build-timings.json (509258 bytes)
65722024-06-04T11:18:23.198Zuploaded: /work/crate-build-timings.json