01JCMAP4AE3TQMZAT0ZS7FEC6J: 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(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JCMAPGCQNYRWQ4PJ8EBT0B0H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-14T03:16:28.887Zjob assigned to worker 01JCMAPGR4CBVWZJGK0PRXRPCS (queued for 56 s)
 
22024-11-14T03:16:37.053Zstarting task 0: "setup"
32024-11-14T03:16:37.064Z++ uname -s
42024-11-14T03:16:37.066Z+ kern=SunOS
52024-11-14T03:16:37.066Z+ case "$kern" in
62024-11-14T03:16:37.066Z+ groupadd -g 12345 build
72024-11-14T03:16:37.069Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-14T03:16:39.079Z+ zfs create -o mountpoint=/work rpool/work
92024-11-14T03:16:39.218Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-14T03:16:39.221Z+ home_fs=zfs
112024-11-14T03:16:39.221Z+ [[ zfs == autofs ]]
122024-11-14T03:16:39.221Z+ mkdir -p /home/build
132024-11-14T03:16:39.223Z+ chown build:build /home/build /work
142024-11-14T03:16:41.224Z+ chmod 0700 /home/build /work
152024-11-14T03:16:41.227Zprocess exited: duration 4173 ms, exit code 0
 
162024-11-14T03:16:41.233Zstarting task 1: "rust-toolchain"
172024-11-14T03:16:41.239Z+ printf ' * toolchain channel = "%s"
182024-11-14T03:16:41.239Z * toolchain channel = "1.81.0"
192024-11-14T03:16:41.239Z * toolchain profile = "default"
202024-11-14T03:16:41.239Z' 1.81.0
212024-11-14T03:16:41.239Z+ printf ' * toolchain profile = "%s"
222024-11-14T03:16:41.239Z' default
232024-11-14T03:16:41.242Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-14T03:16:41.242Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-14T03:16:41.360Zinfo: downloading installer
262024-11-14T03:16:42.654Zinfo: profile set to 'default'
272024-11-14T03:16:42.654Zinfo: default host triple is x86_64-unknown-illumos
282024-11-14T03:16:42.657Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-14T03:16:42.811Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-14T03:16:42.811Zinfo: downloading component 'cargo'
312024-11-14T03:16:43.634Zinfo: downloading component 'clippy'
322024-11-14T03:16:43.960Zinfo: downloading component 'rust-docs'
332024-11-14T03:16:45.114Zinfo: downloading component 'rust-std'
342024-11-14T03:16:46.945Zinfo: downloading component 'rustc'
352024-11-14T03:16:53.384Zinfo: downloading component 'rustfmt'
362024-11-14T03:16:53.649Zinfo: installing component 'cargo'
372024-11-14T03:16:54.528Zinfo: installing component 'clippy'
382024-11-14T03:16:54.948Zinfo: installing component 'rust-docs'
392024-11-14T03:16:56.608Zinfo: installing component 'rust-std'
402024-11-14T03:16:58.492Zinfo: installing component 'rustc'
412024-11-14T03:17:04.480Zinfo: installing component 'rustfmt'
422024-11-14T03:17:04.831Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-14T03:17:04.831Z
442024-11-14T03:17:05.202Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-14T03:17:05.202Z
462024-11-14T03:17:05.204Z
472024-11-14T03:17:05.204ZRust is installed now. Great!
482024-11-14T03:17:05.204Z
492024-11-14T03:17:05.204ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-14T03:17:05.204Zenvironment variable. This has not been done automatically.
512024-11-14T03:17:05.204Z
522024-11-14T03:17:05.204ZTo configure your current shell, you need to source
532024-11-14T03:17:05.204Zthe corresponding env file under $HOME/.cargo.
542024-11-14T03:17:05.204Z
552024-11-14T03:17:05.204ZThis is usually done by running one of the following (note the leading DOT):
562024-11-14T03:17:05.204Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-14T03:17:05.204Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-14T03:17:05.275Z+ rustc --version
592024-11-14T03:17:05.341Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-14T03:17:05.344Zprocess exited: duration 24107 ms, exit code 0
 
612024-11-14T03:17:05.349Zstarting task 2: "authentication"
622024-11-14T03:17:05.371Zprocess exited: duration 21 ms, exit code 0
 
632024-11-14T03:17:05.494Zstarting task 3: "clone repository"
642024-11-14T03:17:05.498Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-14T03:17:05.501Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-14T03:17:07.119ZCloning into '/work/oxidecomputer/omicron'...
672024-11-14T03:17:49.237Z+ cd /work/oxidecomputer/omicron
682024-11-14T03:17:49.237Z+ git fetch origin 77a407bfb80c6d17b7675a17ecabd4f2f145e731
692024-11-14T03:17:50.031ZFrom https://github.com/oxidecomputer/omicron
702024-11-14T03:17:50.031Z * branch 77a407bfb80c6d17b7675a17ecabd4f2f145e731 -> FETCH_HEAD
712024-11-14T03:17:50.040Z+ [[ -n iliana/relock ]]
722024-11-14T03:17:50.043Z++ git branch --show-current
732024-11-14T03:17:50.045Z+ current=main
742024-11-14T03:17:50.045Z+ [[ main != iliana/relock ]]
752024-11-14T03:17:50.045Z+ git branch -f iliana/relock 77a407bfb80c6d17b7675a17ecabd4f2f145e731
762024-11-14T03:17:50.048Z+ git checkout -f iliana/relock
772024-11-14T03:17:50.220ZSwitched to branch 'iliana/relock'
782024-11-14T03:17:50.223Z+ git reset --hard 77a407bfb80c6d17b7675a17ecabd4f2f145e731
792024-11-14T03:17:50.235ZHEAD is now at 77a407bfb fix Cargo.lock merge
802024-11-14T03:17:50.237Zprocess exited: duration 44737 ms, exit code 0
 
812024-11-14T03:17:50.243Zstarting task 4: "build"
822024-11-14T03:17:50.252Z+ source ./env.sh
832024-11-14T03:17:50.252Z++ OLD_SHELL_OPTS=ehxB
842024-11-14T03:17:50.252Z++ set -o xtrace
852024-11-14T03:17:50.254Z++++ dirname ./env.sh
862024-11-14T03:17:50.257Z+++ readlink -f .
872024-11-14T03:17:50.298Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-11-14T03:17:50.301Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-11-14T03:17:50.301Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-11-14T03:17:50.301Z++ 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
912024-11-14T03:17:50.301Z++ 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
922024-11-14T03:17:50.301Z++ 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
932024-11-14T03:17:50.301Z++ 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
942024-11-14T03:17:50.301Z++ 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
952024-11-14T03:17:50.301Z++ 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
962024-11-14T03:17:50.301Z++ case $OLD_SHELL_OPTS in
972024-11-14T03:17:50.301Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-11-14T03:17:50.301Z+ source .github/buildomat/ci-env.sh
992024-11-14T03:17:50.301Z++ export CARGO_TERM_COLOR=always
1002024-11-14T03:17:50.301Z++ CARGO_TERM_COLOR=always
1012024-11-14T03:17:50.301Z+ target_os=illumos
1022024-11-14T03:17:50.301Z+ NEXTEST_VERSION=0.9.78
1032024-11-14T03:17:50.301Z+ cargo --version
1042024-11-14T03:17:50.355Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1052024-11-14T03:17:50.357Z+ rustc --version
1062024-11-14T03:17:50.416Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1072024-11-14T03:17:50.420Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
1082024-11-14T03:17:50.422Z+ gunzip
1092024-11-14T03:17:50.422Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-11-14T03:17:51.592Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
1112024-11-14T03:17:51.595Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-11-14T03:17:51.595Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-11-14T03:17:51.595Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-11-14T03:17:51.595Z+ mkdir /var/tmp/omicron_tmp
1152024-11-14T03:17:51.595Z+ OUTPUT_DIR=/work
1162024-11-14T03:17:51.595Z+ echo 'tests will store non-ephemeral output in /work'
1172024-11-14T03:17:51.595Ztests will store non-ephemeral output in /work
1182024-11-14T03:17:51.595Z+ mkdir -p /work
1192024-11-14T03:17:51.598Z+ banner prerequisites
1202024-11-14T03:17:51.639Z
1212024-11-14T03:17:51.639Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-11-14T03:17:51.639Z # # # # # # # # # # # # # # #
1232024-11-14T03:17:51.639Z # # # # ##### # # ##### # # # # # #### #
1242024-11-14T03:17:51.639Z ##### ##### # ##### # # # # # # # # #
1252024-11-14T03:17:51.639Z # # # # # # # # # # # # # # #
1262024-11-14T03:17:51.639Z # # # ###### # # ###### ### # #### # #### #
1272024-11-14T03:17:51.640Z
1282024-11-14T03:17:51.642Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-11-14T03:18:12.546Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-11-14T03:18:16.453Z Startup: Caching catalogs ... Done
1312024-11-14T03:18:24.690ZPlanning: Solver setup ... Done (7.508s)
1322024-11-14T03:18:24.796ZPlanning: Running solver ... Done (0.106s)
1332024-11-14T03:18:25.010ZPlanning: Finding local manifests ... Done (0.126s)
1342024-11-14T03:18:25.027ZPlanning: Fetching manifests: 0/5 0% complete
1352024-11-14T03:18:25.255ZPlanning: Fetching manifests: 5/5 100% complete
1362024-11-14T03:18:25.614ZPlanning: Package planning ... Done (0.359s)
1372024-11-14T03:18:25.672ZPlanning: Merging actions ... Done (0.057s)
1382024-11-14T03:18:26.994ZPlanning: Checking for conflicting actions ... Done (1.322s)
1392024-11-14T03:18:34.676ZPlanning: Consolidating action changes ... Done (7.681s)
1402024-11-14T03:18:35.126ZPlanning: Evaluating mediators ... Done (0.449s)
1412024-11-14T03:18:35.208ZPlanning: Planning completed in 18.66 seconds
1422024-11-14T03:18:35.231Z Packages to install: 4
1432024-11-14T03:18:35.231Z Packages to update: 1
1442024-11-14T03:18:35.234Z Mediators to change: 2
1452024-11-14T03:18:35.234Z Services to change: 1
1462024-11-14T03:18:35.234Z Estimated space available: 155.63 GB
1472024-11-14T03:18:35.234ZEstimated space to be consumed: 1.59 GB
1482024-11-14T03:18:35.234Z Create boot environment: No
1492024-11-14T03:18:35.234ZCreate backup boot environment: Yes
1502024-11-14T03:18:35.234Z Rebuild boot archive: No
1512024-11-14T03:18:35.234Z
1522024-11-14T03:18:35.234ZChanged mediators:
1532024-11-14T03:18:35.234Z mediator clang:
1542024-11-14T03:18:35.234Z version: None -> 15 (system default)
1552024-11-14T03:18:35.234Z
1562024-11-14T03:18:35.234Z mediator llvm:
1572024-11-14T03:18:35.234Z version: 14 (system default) -> 15 (system default)
1582024-11-14T03:18:35.234Z
1592024-11-14T03:18:35.234ZChanged packages:
1602024-11-14T03:18:35.234Zhelios-dev
1612024-11-14T03:18:35.234Z developer/build-essential
1622024-11-14T03:18:35.234Z None -> 11-2.0
1632024-11-14T03:18:35.234Z library/libxmlsec1
1642024-11-14T03:18:35.234Z None -> 1.2.35-2.0
1652024-11-14T03:18:35.234Z ooce/developer/clang-15
1662024-11-14T03:18:35.234Z None -> 15.0.7-2.0
1672024-11-14T03:18:35.234Z ooce/developer/llvm-15
1682024-11-14T03:18:35.234Z None -> 15.0.7-2.0
1692024-11-14T03:18:35.234Z package/pkg
1702024-11-14T03:18:35.235Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-11-14T03:18:35.235Z
1722024-11-14T03:18:35.235ZServices:
1732024-11-14T03:18:35.235Z restart_fmri:
1742024-11-14T03:18:35.235Z svc:/system/update-man-index:default
1752024-11-14T03:18:35.235Z
1762024-11-14T03:18:35.235ZEditable files to change:
1772024-11-14T03:18:35.235Z Update:
1782024-11-14T03:18:35.235Z usr/share/lib/pkg/web/config.shtml
1792024-11-14T03:18:35.786Z
1802024-11-14T03:18:35.786ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-11-14T03:18:40.793ZDownload: 648/4281 items 17.7/220.6MB 8% complete (3.7M/s)
1822024-11-14T03:18:45.953ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (9.1M/s)
1832024-11-14T03:18:50.955ZDownload: 2880/4281 items 121.1/220.6MB 54% complete (10.3M/s)
1842024-11-14T03:18:55.958ZDownload: 3395/4281 items 214.8/220.6MB 97% complete (13.2M/s)
1852024-11-14T03:19:00.340ZDownload: Completed 220.60 MB in 24.55 seconds (9.0M/s)
1862024-11-14T03:19:02.347Z Actions: 1/5063 actions (Removing old actions)
1872024-11-14T03:19:02.367Z Actions: 194/5063 actions (Installing new actions)
1882024-11-14T03:19:07.479Z Actions: 4085/5063 actions (Installing new actions)
1892024-11-14T03:19:08.991Z Actions: 4226/5063 actions (Updating modified actions)
1902024-11-14T03:19:09.472Z Actions: Completed 5063 actions in 7.12 seconds.
1912024-11-14T03:19:09.844Z Done (0.365s)
1922024-11-14T03:19:09.847Z Done (0.000s)
1932024-11-14T03:19:10.360Z Done (0.513s)
1942024-11-14T03:19:17.779Z Done (7.203s)
1952024-11-14T03:19:18.372Z Done (0.527s)
1962024-11-14T03:19:18.375Z Done (0.000s)
1972024-11-14T03:19:18.565Z Done (0.000s)
1982024-11-14T03:19:19.229ZPlanning: Evaluating mediator changes ... Done
1992024-11-14T03:19:19.389ZPlanning: Checking for conflicting actions ... Done
2002024-11-14T03:19:19.393ZPlanning: Consolidating action changes ... Done
2012024-11-14T03:19:19.663ZPlanning: Evaluating mediators ... Done
2022024-11-14T03:19:19.665ZPlanning: Planning completed in 0.43 seconds
2032024-11-14T03:19:19.704Z Mediators to change: 2
2042024-11-14T03:19:19.705Z Create boot environment: No
2052024-11-14T03:19:19.707ZCreate backup boot environment: No
2062024-11-14T03:19:19.795Z Done
2072024-11-14T03:19:19.795Z Done
2082024-11-14T03:19:20.130Z Done
2092024-11-14T03:19:23.653Z Done
2102024-11-14T03:19:23.744Z Done
2112024-11-14T03:19:23.747Z Done
2122024-11-14T03:19:23.971Z Done
2132024-11-14T03:19:24.625ZPlanning: Evaluating mediator changes ... Done
2142024-11-14T03:19:24.627ZPlanning: Merging actions ... Done
2152024-11-14T03:19:24.826ZPlanning: Checking for conflicting actions ... Done
2162024-11-14T03:19:24.828ZPlanning: Consolidating action changes ... Done
2172024-11-14T03:19:25.147ZPlanning: Evaluating mediators ... Done
2182024-11-14T03:19:25.211ZPlanning: Planning completed in 0.87 seconds
2192024-11-14T03:19:25.256Z Packages to change: 1
2202024-11-14T03:19:25.256Z Mediators to change: 1
2212024-11-14T03:19:25.261Z Services to change: 1
2222024-11-14T03:19:25.261Z Create boot environment: No
2232024-11-14T03:19:25.261ZCreate backup boot environment: Yes
2242024-11-14T03:19:27.455Z Actions: 1/6 actions (Updating modified actions)
2252024-11-14T03:19:27.584Z Actions: Completed 6 actions in 0.13 seconds.
2262024-11-14T03:19:27.586Z Done
2272024-11-14T03:19:27.586Z Done
2282024-11-14T03:19:27.692Z Done
2292024-11-14T03:19:31.291Z Done
2302024-11-14T03:19:31.382Z Done
2312024-11-14T03:19:31.385Z Done
2322024-11-14T03:19:31.549Z Done
2332024-11-14T03:19:31.989ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342024-11-14T03:19:31.989Zclang system 15 system
2352024-11-14T03:19:31.989Zcsh system system illumos
2362024-11-14T03:19:31.989Zctags system system illumos
2372024-11-14T03:19:31.989Zgcc vendor 12 vendor
2382024-11-14T03:19:31.989Zgcc system 10 system
2392024-11-14T03:19:31.989Zgcc system 7 system
2402024-11-14T03:19:31.989Zgo system 1.20 system
2412024-11-14T03:19:31.989Zgo system 1.19 system
2422024-11-14T03:19:31.989Zllvm system 15 system
2432024-11-14T03:19:31.989Zllvm system 14 system
2442024-11-14T03:19:31.989Zmariadb system 10.6 system
2452024-11-14T03:19:31.989Zmta vendor vendor dma
2462024-11-14T03:19:31.989Zopenjdk system 17 system
2472024-11-14T03:19:31.989Zopenjdk system 11 system
2482024-11-14T03:19:31.989Zopenjdk system 1.8 system
2492024-11-14T03:19:31.989Zopenssl vendor 3 vendor
2502024-11-14T03:19:31.989Zperl system 5.36 system
2512024-11-14T03:19:31.989Zpostgresql system 15 system
2522024-11-14T03:19:31.989Zpostgresql system 13 system
2532024-11-14T03:19:31.989Zpython vendor 3 vendor
2542024-11-14T03:19:31.989Zpython system 2 system
2552024-11-14T03:19:31.990Zpython3 system 3.11 system
2562024-11-14T03:19:31.990Zruby system 3.0 system
2572024-11-14T03:19:31.990Zwords vendor vendor american-english
2582024-11-14T03:19:31.990Zwords system system australian-english
2592024-11-14T03:19:31.990Zwords system system british-english
2602024-11-14T03:19:31.990Zwords system system canadian-english
2612024-11-14T03:19:31.990Zwords system system french
2622024-11-14T03:19:31.990Zwords system system italian
2632024-11-14T03:19:31.990Zwords system system ngerman
2642024-11-14T03:19:31.990Zwords system system ogerman
2652024-11-14T03:19:31.990Zwords system system spanish
2662024-11-14T03:19:32.322ZPUBLISHER TYPE STATUS P LOCATION
2672024-11-14T03:19:32.322Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682024-11-14T03:19:34.865ZFMRI IFO
2692024-11-14T03:19:34.865Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702024-11-14T03:19:34.865Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712024-11-14T03:19:34.865Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722024-11-14T03:19:34.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732024-11-14T03:19:34.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742024-11-14T03:19:34.865Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752024-11-14T03:19:34.865Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2762024-11-14T03:19:34.865Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772024-11-14T03:19:34.865Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782024-11-14T03:19:34.866Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2792024-11-14T03:19:34.866Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2802024-11-14T03:19:34.866Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812024-11-14T03:19:34.866Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2822024-11-14T03:19:34.866Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2832024-11-14T03:19:34.866Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842024-11-14T03:19:35.592Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852024-11-14T03:19:36.275Z Updating crates.io index
2862024-11-14T03:19:36.338Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872024-11-14T03:19:38.454Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2882024-11-14T03:19:39.136Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892024-11-14T03:19:39.684Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902024-11-14T03:19:40.300Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912024-11-14T03:19:43.770Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922024-11-14T03:19:49.072Z Updating git repository `https://github.com/oxidecomputer/opte`
2932024-11-14T03:19:51.867Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942024-11-14T03:19:55.868Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952024-11-14T03:19:56.595Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962024-11-14T03:19:57.343Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972024-11-14T03:19:58.765Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2982024-11-14T03:19:59.355Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992024-11-14T03:20:00.164Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002024-11-14T03:20:00.838Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012024-11-14T03:20:01.358Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022024-11-14T03:20:01.880Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032024-11-14T03:20:02.601Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042024-11-14T03:20:03.288Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052024-11-14T03:20:04.081Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3062024-11-14T03:20:04.630Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072024-11-14T03:20:05.583Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3082024-11-14T03:20:06.188Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092024-11-14T03:20:07.189Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3102024-11-14T03:20:08.164Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112024-11-14T03:20:08.773Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122024-11-14T03:20:09.447Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132024-11-14T03:20:11.065Z Downloading crates ...
3142024-11-14T03:20:11.152Z Downloaded anstyle-query v1.1.1
3152024-11-14T03:20:11.157Z Downloaded dtrace-parser v0.2.0
3162024-11-14T03:20:11.164Z Downloaded camino-tempfile v1.1.1
3172024-11-14T03:20:11.167Z Downloaded log v0.4.22
3182024-11-14T03:20:11.169Z Downloaded generic-array v0.14.7
3192024-11-14T03:20:11.181Z Downloaded scroll v0.12.0
3202024-11-14T03:20:11.184Z Downloaded memmap v0.7.0
3212024-11-14T03:20:11.187Z Downloaded byteorder v1.5.0
3222024-11-14T03:20:11.187Z Downloaded fastrand v2.1.1
3232024-11-14T03:20:11.189Z Downloaded anstyle-parse v0.2.5
3242024-11-14T03:20:11.193Z Downloaded plain v0.2.3
3252024-11-14T03:20:11.195Z Downloaded colorchoice v1.0.2
3262024-11-14T03:20:11.195Z Downloaded thiserror v1.0.69
3272024-11-14T03:20:11.201Z Downloaded semver v1.0.23
3282024-11-14T03:20:11.203Z Downloaded anyhow v1.0.93
3292024-11-14T03:20:11.206Z Downloaded tempfile v3.13.0
3302024-11-14T03:20:11.208Z Downloaded crypto-common v0.1.6
3312024-11-14T03:20:11.212Z Downloaded ucd-trie v0.1.7
3322024-11-14T03:20:11.212Z Downloaded anstream v0.6.15
3332024-11-14T03:20:11.215Z Downloaded pest_derive v2.7.14
3342024-11-14T03:20:11.215Z Downloaded once_cell v1.20.2
3352024-11-14T03:20:11.217Z Downloaded version_check v0.9.5
3362024-11-14T03:20:11.220Z Downloaded serde_spanned v0.6.8
3372024-11-14T03:20:11.220Z Downloaded bitflags v2.6.0
3382024-11-14T03:20:11.226Z Downloaded thread-id v4.2.2
3392024-11-14T03:20:11.226Z Downloaded autocfg v1.4.0
3402024-11-14T03:20:11.227Z Downloaded anstyle v1.0.10
3412024-11-14T03:20:11.230Z Downloaded indexmap v2.6.0
3422024-11-14T03:20:11.232Z Downloaded usdt-impl v0.5.0
3432024-11-14T03:20:11.232Z Downloaded proc-macro-error-attr v1.0.4
3442024-11-14T03:20:11.235Z Downloaded cargo_toml v0.20.5
3452024-11-14T03:20:11.237Z Downloaded clap_builder v4.5.20
3462024-11-14T03:20:11.271Z Downloaded syn v1.0.109
3472024-11-14T03:20:11.282Z Downloaded equivalent v1.0.1
3482024-11-14T03:20:11.285Z Downloaded clap_lex v0.7.2
3492024-11-14T03:20:11.289Z Downloaded unicode-width v0.1.14
3502024-11-14T03:20:11.295Z Downloaded errno v0.3.9
3512024-11-14T03:20:11.298Z Downloaded toml_edit v0.22.22
3522024-11-14T03:20:11.318Z Downloaded pretty-hex v0.4.1
3532024-11-14T03:20:11.320Z Downloaded heck v0.4.1
3542024-11-14T03:20:11.320Z Downloaded clap_derive v4.5.18
3552024-11-14T03:20:11.323Z Downloaded cargo-platform v0.1.8
3562024-11-14T03:20:11.325Z Downloaded bytecount v0.6.8
3572024-11-14T03:20:11.325Z Downloaded itoa v1.0.11
3582024-11-14T03:20:11.328Z Downloaded heck v0.5.0
3592024-11-14T03:20:11.328Z Downloaded dof v0.3.0
3602024-11-14T03:20:11.330Z Downloaded digest v0.10.7
3612024-11-14T03:20:11.333Z Downloaded scroll_derive v0.12.0
3622024-11-14T03:20:11.333Z Downloaded usdt-macro v0.5.0
3632024-11-14T03:20:11.333Z Downloaded usdt-attr-macro v0.5.0
3642024-11-14T03:20:11.336Z Downloaded proc-macro-error v1.0.4
3652024-11-14T03:20:11.338Z Downloaded swrite v0.1.0
3662024-11-14T03:20:11.341Z Downloaded fnv v1.0.7
3672024-11-14T03:20:11.341Z Downloaded cargo_metadata v0.18.1
3682024-11-14T03:20:11.347Z Downloaded smawk v0.3.2
3692024-11-14T03:20:11.352Z Downloaded fs-err v2.11.0
3702024-11-14T03:20:11.355Z Downloaded terminal_size v0.4.0
3712024-11-14T03:20:11.358Z Downloaded cpufeatures v0.2.14
3722024-11-14T03:20:11.358Z Downloaded cfg-if v1.0.0
3732024-11-14T03:20:11.360Z Downloaded is_terminal_polyfill v1.70.1
3742024-11-14T03:20:11.360Z Downloaded block-buffer v0.10.4
3752024-11-14T03:20:11.360Z Downloaded unicode-linebreak v0.1.5
3762024-11-14T03:20:11.363Z Downloaded tabled_derive v0.7.0
3772024-11-14T03:20:11.363Z Downloaded strsim v0.11.1
3782024-11-14T03:20:11.363Z Downloaded thiserror-impl v1.0.69
3792024-11-14T03:20:11.366Z Downloaded quote v1.0.37
3802024-11-14T03:20:11.368Z Downloaded proc-macro2 v1.0.89
3812024-11-14T03:20:11.371Z Downloaded utf8parse v0.2.2
3822024-11-14T03:20:11.371Z Downloaded camino v1.1.9
3832024-11-14T03:20:11.375Z Downloaded pest_generator v2.7.14
3842024-11-14T03:20:11.375Z Downloaded macaddr v1.0.1
3852024-11-14T03:20:11.378Z Downloaded usdt v0.5.0
3862024-11-14T03:20:11.378Z Downloaded pest_meta v2.7.14
3872024-11-14T03:20:11.378Z Downloaded sha2 v0.10.8
3882024-11-14T03:20:11.380Z Downloaded toml_datetime v0.6.8
3892024-11-14T03:20:11.381Z Downloaded zerocopy-derive v0.7.35
3902024-11-14T03:20:11.385Z Downloaded serde_tokenstream v0.2.2
3912024-11-14T03:20:11.388Z Downloaded ryu v1.0.18
3922024-11-14T03:20:11.390Z Downloaded typenum v1.17.0
3932024-11-14T03:20:11.392Z Downloaded rustix v0.38.37
3942024-11-14T03:20:11.412Z Downloaded unicode-ident v1.0.13
3952024-11-14T03:20:11.415Z Downloaded toml v0.8.19
3962024-11-14T03:20:11.418Z Downloaded textwrap v0.16.1
3972024-11-14T03:20:11.421Z Downloaded serde_derive v1.0.215
3982024-11-14T03:20:11.427Z Downloaded serde v1.0.215
3992024-11-14T03:20:11.433Z Downloaded clap v4.5.20
4002024-11-14T03:20:11.442Z Downloaded memchr v2.7.4
4012024-11-14T03:20:11.447Z Downloaded papergrid v0.11.0
4022024-11-14T03:20:11.452Z Downloaded tabled v0.15.0
4032024-11-14T03:20:11.468Z Downloaded zerocopy v0.7.35
4042024-11-14T03:20:11.482Z Downloaded winnow v0.6.20
4052024-11-14T03:20:11.492Z Downloaded serde_json v1.0.132
4062024-11-14T03:20:11.499Z Downloaded goblin v0.8.2
4072024-11-14T03:20:11.504Z Downloaded pest v2.7.14
4082024-11-14T03:20:11.509Z Downloaded hashbrown v0.15.0
4092024-11-14T03:20:11.516Z Downloaded syn v2.0.87
4102024-11-14T03:20:11.526Z Downloaded libc v0.2.162
4112024-11-14T03:20:11.828Z Compiling proc-macro2 v1.0.89
4122024-11-14T03:20:11.829Z Compiling unicode-ident v1.0.13
4132024-11-14T03:20:11.833Z Compiling version_check v0.9.5
4142024-11-14T03:20:11.833Z Compiling serde v1.0.215
4152024-11-14T03:20:11.833Z Compiling memchr v2.7.4
4162024-11-14T03:20:11.833Z Compiling thiserror v1.0.69
4172024-11-14T03:20:11.833Z Compiling libc v0.2.162
4182024-11-14T03:20:11.834Z Compiling ryu v1.0.18
4192024-11-14T03:20:12.075Z Compiling ucd-trie v0.1.7
4202024-11-14T03:20:12.306Z Compiling itoa v1.0.11
4212024-11-14T03:20:12.491Z Compiling once_cell v1.20.2
4222024-11-14T03:20:12.645Z Compiling byteorder v1.5.0
4232024-11-14T03:20:12.824Z Compiling rustix v0.38.37
4242024-11-14T03:20:12.989Z Compiling serde_json v1.0.132
4252024-11-14T03:20:14.045Z Compiling bitflags v2.6.0
4262024-11-14T03:20:14.142Z Compiling usdt-impl v0.5.0
4272024-11-14T03:20:14.163Z Compiling proc-macro-error-attr v1.0.4
4282024-11-14T03:20:14.189Z Compiling syn v1.0.109
4292024-11-14T03:20:14.400Z Compiling proc-macro-error v1.0.4
4302024-11-14T03:20:14.469Z Compiling camino v1.1.9
4312024-11-14T03:20:14.518Z Compiling hashbrown v0.15.0
4322024-11-14T03:20:14.563Z Compiling equivalent v1.0.1
4332024-11-14T03:20:14.659Z Compiling log v0.4.22
4342024-11-14T03:20:14.683Z Compiling plain v0.2.3
4352024-11-14T03:20:14.834Z Compiling thread-id v4.2.2
4362024-11-14T03:20:14.863Z Compiling utf8parse v0.2.2
4372024-11-14T03:20:15.017Z Compiling anstyle-parse v0.2.5
4382024-11-14T03:20:15.041Z Compiling winnow v0.6.20
4392024-11-14T03:20:15.062Z Compiling pretty-hex v0.4.1
4402024-11-14T03:20:15.087Z Compiling quote v1.0.37
4412024-11-14T03:20:15.281Z Compiling colorchoice v1.0.2
4422024-11-14T03:20:15.325Z Compiling errno v0.3.9
4432024-11-14T03:20:15.350Z Compiling anstyle-query v1.1.1
4442024-11-14T03:20:15.437Z Compiling syn v2.0.87
4452024-11-14T03:20:15.628Z Compiling anstyle v1.0.10
4462024-11-14T03:20:15.732Z Compiling indexmap v2.6.0
4472024-11-14T03:20:15.777Z Compiling semver v1.0.23
4482024-11-14T03:20:16.091Z Compiling is_terminal_polyfill v1.70.1
4492024-11-14T03:20:16.223Z Compiling unicode-width v0.1.14
4502024-11-14T03:20:16.333Z Compiling autocfg v1.4.0
4512024-11-14T03:20:16.880Z Compiling anstream v0.6.15
4522024-11-14T03:20:17.350Z Compiling clap_lex v0.7.2
4532024-11-14T03:20:17.492Z Compiling fs-err v2.11.0
4542024-11-14T03:20:17.629Z Compiling terminal_size v0.4.0
4552024-11-14T03:20:17.767Z Compiling heck v0.4.1
4562024-11-14T03:20:17.831Z Compiling strsim v0.11.1
4572024-11-14T03:20:17.834Z Compiling fastrand v2.1.1
4582024-11-14T03:20:17.876Z Compiling bytecount v0.6.8
4592024-11-14T03:20:18.160Z Compiling cfg-if v1.0.0
4602024-11-14T03:20:18.260Z Compiling anyhow v1.0.93
4612024-11-14T03:20:18.301Z Compiling heck v0.5.0
4622024-11-14T03:20:18.412Z Compiling fnv v1.0.7
4632024-11-14T03:20:18.437Z Compiling tempfile v3.13.0
4642024-11-14T03:20:18.773Z Compiling papergrid v0.11.0
4652024-11-14T03:20:18.833Z Compiling clap_builder v4.5.20
4662024-11-14T03:20:18.998Z Compiling memmap v0.7.0
4672024-11-14T03:20:19.252Z Compiling smawk v0.3.2
4682024-11-14T03:20:19.278Z Compiling unicode-linebreak v0.1.5
4692024-11-14T03:20:19.449Z Compiling swrite v0.1.0
4702024-11-14T03:20:19.764Z Compiling textwrap v0.16.1
4712024-11-14T03:20:20.883Z Compiling tabled_derive v0.7.0
4722024-11-14T03:20:22.382Z Compiling tabled v0.15.0
4732024-11-14T03:20:24.484Z Compiling serde_derive v1.0.215
4742024-11-14T03:20:24.484Z Compiling thiserror-impl v1.0.69
4752024-11-14T03:20:24.486Z Compiling zerocopy-derive v0.7.35
4762024-11-14T03:20:24.486Z Compiling scroll_derive v0.12.0
4772024-11-14T03:20:24.486Z Compiling clap_derive v4.5.18
4782024-11-14T03:20:25.800Z Compiling scroll v0.12.0
4792024-11-14T03:20:26.339Z Compiling goblin v0.8.2
4802024-11-14T03:20:26.371Z Compiling zerocopy v0.7.35
4812024-11-14T03:20:27.202Z Compiling pest v2.7.14
4822024-11-14T03:20:28.220Z Compiling clap v4.5.20
4832024-11-14T03:20:29.330Z Compiling pest_meta v2.7.14
4842024-11-14T03:20:30.160Z Compiling pest_generator v2.7.14
4852024-11-14T03:20:32.149Z Compiling pest_derive v2.7.14
4862024-11-14T03:20:32.786Z Compiling dtrace-parser v0.2.0
4872024-11-14T03:20:34.544Z Compiling serde_tokenstream v0.2.2
4882024-11-14T03:20:34.638Z Compiling toml_datetime v0.6.8
4892024-11-14T03:20:34.639Z Compiling serde_spanned v0.6.8
4902024-11-14T03:20:34.919Z Compiling cargo-platform v0.1.8
4912024-11-14T03:20:34.968Z Compiling toml_edit v0.22.22
4922024-11-14T03:20:35.112Z Compiling macaddr v1.0.1
4932024-11-14T03:20:35.430Z Compiling camino-tempfile v1.1.1
4942024-11-14T03:20:36.065Z Compiling dof v0.3.0
4952024-11-14T03:20:36.164Z Compiling cargo_metadata v0.18.1
4962024-11-14T03:20:37.760Z Compiling usdt-attr-macro v0.5.0
4972024-11-14T03:20:37.763Z Compiling usdt-macro v0.5.0
4982024-11-14T03:20:37.799Z Compiling toml v0.8.19
4992024-11-14T03:20:38.673Z Compiling cargo_toml v0.20.5
5002024-11-14T03:20:39.084Z Compiling usdt v0.5.0
5012024-11-14T03:20:42.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5022024-11-14T03:20:46.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
5032024-11-14T03:20:46.591Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5042024-11-14T03:20:47.114Z Downloading crates ...
5052024-11-14T03:20:47.269Z Downloaded bitflags v1.3.2
5062024-11-14T03:20:47.273Z Downloaded ciborium v0.2.2
5072024-11-14T03:20:47.280Z Downloaded assert_matches v1.5.0
5082024-11-14T03:20:47.283Z Downloaded cfg_aliases v0.1.1
5092024-11-14T03:20:47.293Z Downloaded block-padding v0.3.3
5102024-11-14T03:20:47.296Z Downloaded arrayref v0.3.9
5112024-11-14T03:20:47.304Z Downloaded adler2 v2.0.0
5122024-11-14T03:20:47.306Z Downloaded cobs v0.2.3
5132024-11-14T03:20:47.306Z Downloaded cbc v0.1.2
5142024-11-14T03:20:47.306Z Downloaded cipher v0.4.4
5152024-11-14T03:20:47.309Z Downloaded chacha20 v0.9.1
5162024-11-14T03:20:47.311Z Downloaded curve25519-dalek-derive v0.1.1
5172024-11-14T03:20:47.314Z Downloaded icu_provider_macros v1.5.0
5182024-11-14T03:20:47.314Z Downloaded http-body v1.0.1
5192024-11-14T03:20:47.317Z Downloaded cancel-safe-futures v0.1.5
5202024-11-14T03:20:47.319Z Downloaded crucible-workspace-hack v0.1.0
5212024-11-14T03:20:47.319Z Downloaded backoff v0.4.0
5222024-11-14T03:20:47.322Z Downloaded is-terminal v0.4.13
5232024-11-14T03:20:47.326Z Downloaded hubpack_derive v0.1.1
5242024-11-14T03:20:47.326Z Downloaded csv-core v0.1.11
5252024-11-14T03:20:47.329Z Downloaded async-trait v0.1.83
5262024-11-14T03:20:47.331Z Downloaded idna_adapter v1.2.0
5272024-11-14T03:20:47.334Z Downloaded crossbeam-utils v0.8.20
5282024-11-14T03:20:47.336Z Downloaded keccak v0.1.5
5292024-11-14T03:20:47.336Z Downloaded compact_str v0.8.0
5302024-11-14T03:20:47.340Z Downloaded libloading v0.8.5
5312024-11-14T03:20:47.343Z Downloaded maybe-uninit v2.0.0
5322024-11-14T03:20:47.346Z Downloaded base64 v0.22.1
5332024-11-14T03:20:47.350Z Downloaded hyper-rustls v0.27.3
5342024-11-14T03:20:47.353Z Downloaded progenitor-impl v0.8.0
5352024-11-14T03:20:47.355Z Downloaded bytes v1.7.2
5362024-11-14T03:20:47.360Z Downloaded crypto-bigint v0.5.5
5372024-11-14T03:20:47.368Z Downloaded mime_guess v2.0.5
5382024-11-14T03:20:47.373Z Downloaded icu_normalizer v1.5.0
5392024-11-14T03:20:47.376Z Downloaded rustc_version v0.4.1
5402024-11-14T03:20:47.378Z Downloaded match_cfg v0.1.0
5412024-11-14T03:20:47.378Z Downloaded icu_locid_transform v1.5.0
5422024-11-14T03:20:47.381Z Downloaded sec1 v0.7.3
5432024-11-14T03:20:47.385Z Downloaded aho-corasick v1.1.3
5442024-11-14T03:20:47.391Z Downloaded signature v2.2.0
5452024-11-14T03:20:47.393Z Downloaded litemap v0.7.3
5462024-11-14T03:20:47.396Z Downloaded async-stream-impl v0.3.6
5472024-11-14T03:20:47.399Z Downloaded hkdf v0.12.4
5482024-11-14T03:20:47.401Z Downloaded structmeta-derive v0.2.0
5492024-11-14T03:20:47.404Z Downloaded ascii-canvas v3.0.0
5502024-11-14T03:20:47.406Z Downloaded addr2line v0.24.2
5512024-11-14T03:20:47.409Z Downloaded hyper-util v0.1.10
5522024-11-14T03:20:47.412Z Downloaded crunchy v0.2.2
5532024-11-14T03:20:47.415Z Downloaded bindgen v0.69.5
5542024-11-14T03:20:47.423Z Downloaded memmap2 v0.9.5
5552024-11-14T03:20:47.425Z Downloaded cstr-argument v0.1.2
5562024-11-14T03:20:47.428Z Downloaded headers-core v0.3.0
5572024-11-14T03:20:47.428Z Downloaded lazycell v1.3.0
5582024-11-14T03:20:47.430Z Downloaded http-range v0.1.5
5592024-11-14T03:20:47.430Z Downloaded convert_case v0.4.0
5602024-11-14T03:20:47.433Z Downloaded indexmap v1.9.3
5612024-11-14T03:20:47.436Z Downloaded slog-dtrace v0.3.0
5622024-11-14T03:20:47.439Z Downloaded hickory-server v0.24.1
5632024-11-14T03:20:47.445Z Downloaded http-body-util v0.1.2
5642024-11-14T03:20:47.447Z Downloaded base16ct v0.2.0
5652024-11-14T03:20:47.459Z Downloaded bit-set v0.5.3
5662024-11-14T03:20:47.459Z Downloaded cexpr v0.6.0
5672024-11-14T03:20:47.459Z Downloaded matches v0.1.10
5682024-11-14T03:20:47.459Z Downloaded is_ci v1.2.0
5692024-11-14T03:20:47.459Z Downloaded bb8 v0.8.5
5702024-11-14T03:20:47.462Z Downloaded md5 v0.7.0
5712024-11-14T03:20:47.462Z Downloaded ciborium-ll v0.2.2
5722024-11-14T03:20:47.462Z Downloaded rustversion v1.0.17
5732024-11-14T03:20:47.465Z Downloaded colored v2.1.0
5742024-11-14T03:20:47.467Z Downloaded synstructure v0.13.1
5752024-11-14T03:20:47.469Z Downloaded chrono-tz-build v0.4.0
5762024-11-14T03:20:47.469Z Downloaded humantime v2.1.0
5772024-11-14T03:20:47.472Z Downloaded httpdate v1.0.3
5782024-11-14T03:20:47.475Z Downloaded crossbeam-deque v0.8.5
5792024-11-14T03:20:47.475Z Downloaded impl-trait-for-tuples v0.2.2
5802024-11-14T03:20:47.478Z Downloaded termtree v0.4.1
5812024-11-14T03:20:47.482Z Downloaded ctr v0.9.2
5822024-11-14T03:20:47.484Z Downloaded quinn-udp v0.5.5
5832024-11-14T03:20:47.487Z Downloaded quick-error v1.2.3
5842024-11-14T03:20:47.487Z Downloaded rand_core v0.6.4
5852024-11-14T03:20:47.489Z Downloaded toolchain_find v0.4.0
5862024-11-14T03:20:47.491Z Downloaded sync_wrapper v1.0.1
5872024-11-14T03:20:47.491Z Downloaded hyper-tls v0.6.0
5882024-11-14T03:20:47.494Z Downloaded crc v3.2.1
5892024-11-14T03:20:47.498Z Downloaded zone_cfg_derive v0.3.0
5902024-11-14T03:20:47.498Z Downloaded serde_path_to_error v0.1.16
5912024-11-14T03:20:47.500Z Downloaded ident_case v1.0.1
5922024-11-14T03:20:47.503Z Downloaded hex v0.4.3
5932024-11-14T03:20:47.503Z Downloaded ipnetwork v0.20.0
5942024-11-14T03:20:47.506Z Downloaded lazy_static v1.5.0
5952024-11-14T03:20:47.508Z Downloaded libefi-sys v0.1.0
5962024-11-14T03:20:47.510Z Downloaded lalrpop-util v0.19.12
5972024-11-14T03:20:47.513Z Downloaded instant v0.1.13
5982024-11-14T03:20:47.515Z Downloaded memoffset v0.9.1
5992024-11-14T03:20:47.515Z Downloaded managed v0.8.0
6002024-11-14T03:20:47.517Z Downloaded console v0.15.8
6012024-11-14T03:20:47.520Z Downloaded lru v0.12.5
6022024-11-14T03:20:47.522Z Downloaded maplit v1.0.2
6032024-11-14T03:20:47.525Z Downloaded linear-map v1.2.0
6042024-11-14T03:20:47.527Z Downloaded dhcproto-macros v0.1.0
6052024-11-14T03:20:47.527Z Downloaded crc32fast v1.4.2
6062024-11-14T03:20:47.529Z Downloaded jobserver v0.1.32
6072024-11-14T03:20:47.532Z Downloaded float-ord v0.3.2
6082024-11-14T03:20:47.534Z Downloaded mirai-annotations v1.12.0
6092024-11-14T03:20:47.534Z Downloaded slog-envlogger v2.2.0
6102024-11-14T03:20:47.539Z Downloaded normalize-line-endings v0.3.0
6112024-11-14T03:20:47.541Z Downloaded shell-words v1.1.0
6122024-11-14T03:20:47.541Z Downloaded topological-sort v0.2.2
6132024-11-14T03:20:47.541Z Downloaded tokio-rustls v0.25.0
6142024-11-14T03:20:47.545Z Downloaded tinystr v0.7.6
6152024-11-14T03:20:47.545Z Downloaded twox-hash v1.6.3
6162024-11-14T03:20:47.547Z Downloaded arc-swap v1.7.1
6172024-11-14T03:20:47.551Z Downloaded zone_cfg_derive v0.1.2
6182024-11-14T03:20:47.554Z Downloaded cookie_store v0.21.0
6192024-11-14T03:20:47.556Z Downloaded ahash v0.8.11
6202024-11-14T03:20:47.559Z Downloaded stable_deref_trait v1.2.0
6212024-11-14T03:20:47.561Z Downloaded reqwest v0.12.9
6222024-11-14T03:20:47.571Z Downloaded progenitor-client v0.8.0
6232024-11-14T03:20:47.573Z Downloaded futures-sink v0.3.31
6242024-11-14T03:20:47.575Z Downloaded rpassword v7.3.1
6252024-11-14T03:20:47.575Z Downloaded mime v0.3.17
6262024-11-14T03:20:47.578Z Downloaded slab v0.4.9
6272024-11-14T03:20:47.580Z Downloaded rustc-demangle v0.1.24
6282024-11-14T03:20:47.582Z Downloaded structmeta-derive v0.3.0
6292024-11-14T03:20:47.584Z Downloaded float-cmp v0.9.0
6302024-11-14T03:20:47.584Z Downloaded zerovec-derive v0.10.3
6312024-11-14T03:20:47.587Z Downloaded enum-as-inner v0.5.1
6322024-11-14T03:20:47.590Z Downloaded serde-big-array v0.5.1
6332024-11-14T03:20:47.592Z Downloaded icu_provider v1.5.0
6342024-11-14T03:20:47.595Z Downloaded iana-time-zone v0.1.61
6352024-11-14T03:20:47.598Z Downloaded num-iter v0.1.45
6362024-11-14T03:20:47.601Z Downloaded hash32 v0.2.1
6372024-11-14T03:20:47.603Z Downloaded libm v0.2.8
6382024-11-14T03:20:47.612Z Downloaded strum v0.26.3
6392024-11-14T03:20:47.614Z Downloaded blake2 v0.10.6
6402024-11-14T03:20:47.618Z Downloaded write16 v1.0.0
6412024-11-14T03:20:47.621Z Downloaded phf_codegen v0.11.2
6422024-11-14T03:20:47.621Z Downloaded yasna v0.5.2
6432024-11-14T03:20:47.624Z Downloaded ipnet v2.10.1
6442024-11-14T03:20:47.624Z Downloaded serde_plain v1.0.2
6452024-11-14T03:20:47.626Z Downloaded progenitor v0.8.0
6462024-11-14T03:20:47.629Z Downloaded newtype_derive v0.1.6
6472024-11-14T03:20:47.631Z Downloaded rcgen v0.12.1
6482024-11-14T03:20:47.634Z Downloaded rayon-core v1.12.1
6492024-11-14T03:20:47.637Z Downloaded signal-hook-tokio v0.3.1
6502024-11-14T03:20:47.640Z Downloaded serde-hex v0.1.0
6512024-11-14T03:20:47.642Z Downloaded openssl-macros v0.1.1
6522024-11-14T03:20:47.644Z Downloaded newtype-uuid v1.1.3
6532024-11-14T03:20:47.647Z Downloaded spin v0.5.2
6542024-11-14T03:20:47.647Z Downloaded rand_seeder v0.3.0
6552024-11-14T03:20:47.652Z Downloaded structmeta v0.2.0
6562024-11-14T03:20:47.658Z Downloaded strip-ansi-escapes v0.2.0
6572024-11-14T03:20:47.658Z Downloaded icu_properties v1.5.1
6582024-11-14T03:20:47.667Z Downloaded phf_shared v0.10.0
6592024-11-14T03:20:47.670Z Downloaded fd-lock v4.0.2
6602024-11-14T03:20:47.672Z Downloaded tower-service v0.3.3
6612024-11-14T03:20:47.672Z Downloaded thread_local v1.1.8
6622024-11-14T03:20:47.679Z Downloaded slog-scope v4.4.0
6632024-11-14T03:20:47.682Z Downloaded ena v0.14.3
6642024-11-14T03:20:47.682Z Downloaded structmeta v0.3.0
6652024-11-14T03:20:47.682Z Downloaded password-hash v0.4.2
6662024-11-14T03:20:47.682Z Downloaded fxhash v0.2.1
6672024-11-14T03:20:47.684Z Downloaded form_urlencoded v1.2.1
6682024-11-14T03:20:47.685Z Downloaded zopfli v0.8.1
6692024-11-14T03:20:47.687Z Downloaded icu_normalizer_data v1.5.0
6702024-11-14T03:20:47.690Z Downloaded tls_codec v0.4.1
6712024-11-14T03:20:47.693Z Downloaded num-traits v0.2.19
6722024-11-14T03:20:47.695Z Downloaded password-hash v0.5.0
6732024-11-14T03:20:47.698Z Downloaded tokio-tungstenite v0.21.0
6742024-11-14T03:20:47.700Z Downloaded spin v0.9.8
6752024-11-14T03:20:47.704Z Downloaded const_format v0.2.33
6762024-11-14T03:20:47.713Z Downloaded half v2.4.1
6772024-11-14T03:20:47.716Z Downloaded zerofrom v0.1.4
6782024-11-14T03:20:47.716Z Downloaded nibble_vec v0.1.0
6792024-11-14T03:20:47.716Z Downloaded ghash v0.5.1
6802024-11-14T03:20:47.720Z Downloaded snafu v0.8.5
6812024-11-14T03:20:47.725Z Downloaded rtoolbox v0.0.2
6822024-11-14T03:20:47.727Z Downloaded phf_shared v0.11.2
6832024-11-14T03:20:47.730Z Downloaded gethostname v0.5.0
6842024-11-14T03:20:47.730Z Downloaded ff v0.13.0
6852024-11-14T03:20:47.732Z Downloaded defmt v0.3.8
6862024-11-14T03:20:47.735Z Downloaded rsa v0.9.6
6872024-11-14T03:20:47.745Z Downloaded num-conv v0.1.0
6882024-11-14T03:20:47.748Z Downloaded subtle v2.6.1
6892024-11-14T03:20:47.748Z Downloaded slog-stdlog v4.1.1
6902024-11-14T03:20:47.748Z Downloaded strum_macros v0.25.3
6912024-11-14T03:20:47.751Z Downloaded tokio-tungstenite v0.24.0
6922024-11-14T03:20:47.754Z Downloaded pem-rfc7468 v0.7.0
6932024-11-14T03:20:47.756Z Downloaded parking_lot_core v0.8.6
6942024-11-14T03:20:47.758Z Downloaded pkg-config v0.3.31
6952024-11-14T03:20:47.761Z Downloaded russh-cryptovec v0.7.3
6962024-11-14T03:20:47.761Z Downloaded whoami v1.5.2
6972024-11-14T03:20:47.763Z Downloaded utf-8 v0.7.6
6982024-11-14T03:20:47.766Z Downloaded untrusted v0.9.0
6992024-11-14T03:20:47.766Z Downloaded dsl_auto_type v0.1.2
7002024-11-14T03:20:47.769Z Downloaded funty v2.0.0
7012024-11-14T03:20:47.773Z Downloaded zeroize_derive v1.4.2
7022024-11-14T03:20:47.773Z Downloaded ron v0.8.1
7032024-11-14T03:20:47.778Z Downloaded foreign-types-shared v0.1.1
7042024-11-14T03:20:47.788Z Downloaded fallible-iterator v0.3.0
7052024-11-14T03:20:47.788Z Downloaded foreign-types v0.5.0
7062024-11-14T03:20:47.788Z Downloaded glob v0.3.1
7072024-11-14T03:20:47.788Z Downloaded nanorand v0.7.0
7082024-11-14T03:20:47.798Z Downloaded unicase v2.7.0
7092024-11-14T03:20:47.798Z Downloaded strum_macros v0.26.4
7102024-11-14T03:20:47.798Z Downloaded num-integer v0.1.46
7112024-11-14T03:20:47.798Z Downloaded dyn-clone v1.0.17
7122024-11-14T03:20:47.798Z Downloaded radium v0.7.0
7132024-11-14T03:20:47.798Z Downloaded peg v0.8.4
7142024-11-14T03:20:47.802Z Downloaded sqlparser_derive v0.2.2
7152024-11-14T03:20:47.805Z Downloaded rusty-fork v0.3.0
7162024-11-14T03:20:47.807Z Downloaded pbkdf2 v0.12.2
7172024-11-14T03:20:47.807Z Downloaded foldhash v0.1.3
7182024-11-14T03:20:47.810Z Downloaded poly1305 v0.8.0
7192024-11-14T03:20:47.813Z Downloaded smf v0.2.3
7202024-11-14T03:20:47.815Z Downloaded aes v0.8.4
7212024-11-14T03:20:47.827Z Downloaded pkcs5 v0.7.1
7222024-11-14T03:20:47.832Z Downloaded peg-runtime v0.8.3
7232024-11-14T03:20:47.832Z Downloaded foreign-types-macros v0.2.3
7242024-11-14T03:20:47.832Z Downloaded embedded-io v0.6.1
7252024-11-14T03:20:47.832Z Downloaded fs_extra v1.3.0
7262024-11-14T03:20:47.832Z Downloaded pem v3.0.4
7272024-11-14T03:20:47.832Z Downloaded native-tls v0.2.12
7282024-11-14T03:20:47.834Z Downloaded olpc-cjson v0.1.4
7292024-11-14T03:20:47.837Z Downloaded salsa20 v0.10.2
7302024-11-14T03:20:47.839Z Downloaded wyz v0.5.1
7312024-11-14T03:20:47.839Z Downloaded num-complex v0.4.6
7322024-11-14T03:20:47.842Z Downloaded tracing-attributes v0.1.27
7332024-11-14T03:20:47.845Z Downloaded aes-gcm v0.10.3
7342024-11-14T03:20:47.849Z Downloaded endian-type v0.1.2
7352024-11-14T03:20:47.851Z Downloaded ssh-cipher v0.2.0
7362024-11-14T03:20:47.851Z Downloaded p256 v0.13.2
7372024-11-14T03:20:47.855Z Downloaded downcast v0.11.0
7382024-11-14T03:20:47.858Z Downloaded http v1.1.0
7392024-11-14T03:20:47.861Z Downloaded futures-core v0.3.31
7402024-11-14T03:20:47.864Z Downloaded precomputed-hash v0.1.1
7412024-11-14T03:20:47.869Z Downloaded futures-channel v0.3.31
7422024-11-14T03:20:47.869Z Downloaded ecdsa v0.16.9
7432024-11-14T03:20:47.873Z Downloaded headers v0.4.0
7442024-11-14T03:20:47.876Z Downloaded rustc_version v0.1.7
7452024-11-14T03:20:47.878Z Downloaded rustls-pki-types v1.9.0
7462024-11-14T03:20:47.885Z Downloaded rustc-hash v1.1.0
7472024-11-14T03:20:47.888Z Downloaded pretty-hex v0.2.1
7482024-11-14T03:20:47.888Z Downloaded termios v0.3.3
7492024-11-14T03:20:47.888Z Downloaded deranged v0.3.11
7502024-11-14T03:20:47.888Z Downloaded tui-tree-widget v0.22.0
7512024-11-14T03:20:47.891Z Downloaded tokio-macros v2.4.0
7522024-11-14T03:20:47.893Z Downloaded new_debug_unreachable v1.0.6
7532024-11-14T03:20:47.893Z Downloaded rand v0.8.5
7542024-11-14T03:20:47.897Z Downloaded debug-ignore v1.0.5
7552024-11-14T03:20:47.900Z Downloaded parse-size v1.1.0
7562024-11-14T03:20:47.903Z Downloaded futures v0.3.31
7572024-11-14T03:20:47.907Z Downloaded typify v0.2.0
7582024-11-14T03:20:47.910Z Downloaded sqlformat v0.2.6
7592024-11-14T03:20:47.917Z Downloaded try-lock v0.2.5
7602024-11-14T03:20:47.917Z Downloaded foreign-types v0.3.2
7612024-11-14T03:20:47.917Z Downloaded diesel_table_macro_syntax v0.2.0
7622024-11-14T03:20:47.920Z Downloaded number_prefix v0.4.0
7632024-11-14T03:20:47.920Z Downloaded rustc-hash v2.0.0
7642024-11-14T03:20:47.920Z Downloaded parse-display-derive v0.10.0
7652024-11-14T03:20:47.922Z Downloaded time-macros v0.2.18
7662024-11-14T03:20:47.925Z Downloaded futures-io v0.3.31
7672024-11-14T03:20:47.925Z Downloaded defmt-parser v0.3.4
7682024-11-14T03:20:47.927Z Downloaded scopeguard v1.2.0
7692024-11-14T03:20:47.930Z Downloaded phf_generator v0.11.2
7702024-11-14T03:20:47.930Z Downloaded phf v0.11.2
7712024-11-14T03:20:47.932Z Downloaded der_derive v0.7.3
7722024-11-14T03:20:47.934Z Downloaded string_cache v0.8.7
7732024-11-14T03:20:47.937Z Downloaded tracing v0.1.40
7742024-11-14T03:20:47.940Z Downloaded data-encoding v2.6.0
7752024-11-14T03:20:47.943Z Downloaded progenitor-macro v0.8.0
7762024-11-14T03:20:47.945Z Downloaded num_threads v0.1.7
7772024-11-14T03:20:47.945Z Downloaded schemars_derive v0.8.21
7782024-11-14T03:20:47.948Z Downloaded elliptic-curve v0.13.8
7792024-11-14T03:20:47.952Z Downloaded predicates v3.1.2
7802024-11-14T03:20:47.956Z Downloaded filetime v0.2.25
7812024-11-14T03:20:47.960Z Downloaded vte_generate_state_changes v0.1.2
7822024-11-14T03:20:47.960Z Downloaded ssh-key v0.6.6
7832024-11-14T03:20:47.966Z Downloaded oso-derive v0.27.3
7842024-11-14T03:20:47.969Z Downloaded openssl-probe v0.1.5
7852024-11-14T03:20:47.972Z Downloaded primeorder v0.13.6
7862024-11-14T03:20:47.972Z Downloaded postgres-protocol v0.6.7
7872024-11-14T03:20:47.974Z Downloaded quinn v0.11.5
7882024-11-14T03:20:47.977Z Downloaded rustls-pemfile v2.2.0
7892024-11-14T03:20:47.980Z Downloaded time-core v0.1.2
7902024-11-14T03:20:47.982Z Downloaded fallible-streaming-iterator v0.1.9
7912024-11-14T03:20:47.982Z Downloaded secrecy v0.8.0
7922024-11-14T03:20:47.985Z Downloaded derive-where v1.2.7
7932024-11-14T03:20:47.988Z Downloaded utf8_iter v1.0.4
7942024-11-14T03:20:47.990Z Downloaded tokio-rustls v0.26.0
7952024-11-14T03:20:47.992Z Downloaded darling_macro v0.20.10
7962024-11-14T03:20:47.994Z Downloaded fallible-iterator v0.2.0
7972024-11-14T03:20:47.994Z Downloaded hyper v1.5.0
7982024-11-14T03:20:48.004Z Downloaded opaque-debug v0.3.1
7992024-11-14T03:20:48.007Z Downloaded zip v0.6.6
8002024-11-14T03:20:48.010Z Downloaded difflib v0.4.0
8012024-11-14T03:20:48.010Z Downloaded termcolor v1.4.1
8022024-11-14T03:20:48.013Z Downloaded rfc6979 v0.4.0
8032024-11-14T03:20:48.013Z Downloaded take_mut v0.2.2
8042024-11-14T03:20:48.016Z Downloaded psl-types v2.0.11
8052024-11-14T03:20:48.016Z Downloaded fixedbitset v0.4.2
8062024-11-14T03:20:48.019Z Downloaded tokio-native-tls v0.3.1
8072024-11-14T03:20:48.019Z Downloaded env_logger v0.11.5
8082024-11-14T03:20:48.022Z Downloaded zone v0.3.0
8092024-11-14T03:20:48.024Z Downloaded hash32 v0.3.1
8102024-11-14T03:20:48.026Z Downloaded ed25519 v2.2.3
8112024-11-14T03:20:48.028Z Downloaded predicates-tree v1.0.11
8122024-11-14T03:20:48.028Z Downloaded semver v0.1.20
8132024-11-14T03:20:48.030Z Downloaded slog v2.7.0
8142024-11-14T03:20:48.033Z Downloaded lalrpop v0.19.12
8152024-11-14T03:20:48.046Z Downloaded sigpipe v0.1.3
8162024-11-14T03:20:48.049Z Downloaded untrusted v0.7.1
8172024-11-14T03:20:48.049Z Downloaded thiserror-no-std v2.0.2
8182024-11-14T03:20:48.052Z Downloaded either v1.13.0
8192024-11-14T03:20:48.056Z Downloaded owo-colors v4.1.0
8202024-11-14T03:20:48.059Z Downloaded simd-adler32 v0.3.7
8212024-11-14T03:20:48.061Z Downloaded thiserror-impl-no-std v2.0.2
8222024-11-14T03:20:48.062Z Downloaded scrypt v0.11.0
8232024-11-14T03:20:48.064Z Downloaded strum_macros v0.24.3
8242024-11-14T03:20:48.067Z Downloaded siphasher v0.3.11
8252024-11-14T03:20:48.067Z Downloaded tungstenite v0.24.0
8262024-11-14T03:20:48.070Z Downloaded socket2 v0.5.7
8272024-11-14T03:20:48.073Z Downloaded parking_lot v0.12.3
8282024-11-14T03:20:48.076Z Downloaded serde_repr v0.1.19
8292024-11-14T03:20:48.078Z Downloaded dirs-next v2.0.0
8302024-11-14T03:20:48.081Z Downloaded zone v0.1.8
8312024-11-14T03:20:48.081Z Downloaded tap v1.0.1
8322024-11-14T03:20:48.081Z Downloaded ref-cast v1.0.23
8332024-11-14T03:20:48.084Z Downloaded ref-cast-impl v1.0.23
8342024-11-14T03:20:48.088Z Downloaded bitvec v1.0.1
8352024-11-14T03:20:48.103Z Downloaded shlex v1.3.0
8362024-11-14T03:20:48.106Z Downloaded display-error-chain v0.2.2
8372024-11-14T03:20:48.106Z Downloaded dirs-sys-next v0.1.2
8382024-11-14T03:20:48.109Z Downloaded sct v0.7.1
8392024-11-14T03:20:48.111Z Downloaded derive_builder v0.20.2
8402024-11-14T03:20:48.114Z Downloaded typify-macro v0.2.0
8412024-11-14T03:20:48.117Z Downloaded unicode-xid v0.2.6
8422024-11-14T03:20:48.126Z Downloaded russh-keys v0.45.0
8432024-11-14T03:20:48.129Z Downloaded multimap v0.10.0
8442024-11-14T03:20:48.129Z Downloaded smallvec v0.6.14
8452024-11-14T03:20:48.129Z Downloaded group v0.13.0
8462024-11-14T03:20:48.129Z Downloaded tokio-stream v0.1.16
8472024-11-14T03:20:48.132Z Downloaded smallvec v1.13.2
8482024-11-14T03:20:48.132Z Downloaded serde_urlencoded v0.7.1
8492024-11-14T03:20:48.134Z Downloaded displaydoc v0.2.5
8502024-11-14T03:20:48.137Z Downloaded tough v0.19.0
8512024-11-14T03:20:48.147Z Downloaded nodrop v0.1.14
8522024-11-14T03:20:48.149Z Downloaded universal-hash v0.5.1
8532024-11-14T03:20:48.149Z Downloaded tungstenite v0.23.0
8542024-11-14T03:20:48.152Z Downloaded vsss-rs v3.3.4
8552024-11-14T03:20:48.155Z Downloaded globset v0.4.15
8562024-11-14T03:20:48.158Z Downloaded unsafe-libyaml v0.2.11
8572024-11-14T03:20:48.162Z Downloaded term v0.7.0
8582024-11-14T03:20:48.165Z Downloaded idna v0.3.0
8592024-11-14T03:20:48.173Z Downloaded diff v0.1.13
8602024-11-14T03:20:48.178Z Downloaded zerocopy v0.6.6
8612024-11-14T03:20:48.181Z Downloaded tokio-util v0.7.12
8622024-11-14T03:20:48.188Z Downloaded openssl-sys v0.9.104
8632024-11-14T03:20:48.193Z Downloaded chrono v0.4.38
8642024-11-14T03:20:48.201Z Downloaded itertools v0.13.0
8652024-11-14T03:20:48.210Z Downloaded vte v0.11.1
8662024-11-14T03:20:48.213Z Downloaded sha1 v0.10.6
8672024-11-14T03:20:48.215Z Downloaded steno v0.4.1
8682024-11-14T03:20:48.219Z Downloaded idna v0.5.0
8692024-11-14T03:20:48.227Z Downloaded omicron-zone-package v0.11.1
8702024-11-14T03:20:48.231Z Downloaded vergen v8.3.2
8712024-11-14T03:20:48.234Z Downloaded expectorate v1.1.0
8722024-11-14T03:20:48.236Z Downloaded unicode-truncate v1.1.0
8732024-11-14T03:20:48.239Z Downloaded unicode_categories v0.1.1
8742024-11-14T03:20:48.241Z Downloaded der v0.7.9
8752024-11-14T03:20:48.246Z Downloaded publicsuffix v2.2.3
8762024-11-14T03:20:48.250Z Downloaded rustyline v14.0.0
8772024-11-14T03:20:48.256Z Downloaded tar v0.4.43
8782024-11-14T03:20:48.259Z Downloaded serde_yaml v0.9.34+deprecated
8792024-11-14T03:20:48.264Z Downloaded rustls-webpki v0.101.7
8802024-11-14T03:20:48.280Z Downloaded qorb v0.2.0
8812024-11-14T03:20:48.284Z Downloaded nom v7.1.3
8822024-11-14T03:20:48.291Z Downloaded hashbrown v0.12.3
8832024-11-14T03:20:48.295Z Downloaded num-bigint v0.4.6
8842024-11-14T03:20:48.301Z Downloaded portable-atomic v1.9.0
8852024-11-14T03:20:48.309Z Downloaded mio v1.0.2
8862024-11-14T03:20:48.315Z Downloaded rustls-webpki v0.102.8
8872024-11-14T03:20:48.336Z Downloaded hashbrown v0.13.2
8882024-11-14T03:20:48.340Z Downloaded webpki-roots v0.26.6
8892024-11-14T03:20:48.345Z Downloaded time v0.3.36
8902024-11-14T03:20:48.353Z Downloaded curve25519-dalek v4.1.3
8912024-11-14T03:20:48.363Z Downloaded rusqlite v0.32.1
8922024-11-14T03:20:48.370Z Downloaded unicode-normalization v0.1.24
8932024-11-14T03:20:48.375Z Downloaded git2 v0.19.0
8942024-11-14T03:20:48.385Z Downloaded p521 v0.13.3
8952024-11-14T03:20:48.389Z Downloaded hashbrown v0.14.5
8962024-11-14T03:20:48.396Z Downloaded reedline v0.35.0
8972024-11-14T03:20:48.404Z Downloaded sqlparser v0.45.0
8982024-11-14T03:20:48.411Z Downloaded idna v0.2.3
8992024-11-14T03:20:48.419Z Downloaded hickory-proto v0.24.1
9002024-11-14T03:20:48.437Z Downloaded serde_with v3.11.0
9012024-11-14T03:20:48.445Z Downloaded proptest v1.5.0
9022024-11-14T03:20:48.456Z Downloaded p384 v0.13.0
9032024-11-14T03:20:48.463Z Downloaded h2 v0.4.6
9042024-11-14T03:20:48.470Z Downloaded futures-util v0.3.31
9052024-11-14T03:20:48.484Z Downloaded rayon v1.10.0
9062024-11-14T03:20:48.494Z Downloaded gimli v0.31.1
9072024-11-14T03:20:48.504Z Downloaded rustls v0.23.14
9082024-11-14T03:20:48.518Z Downloaded polar-core v0.27.3
9092024-11-14T03:20:48.531Z Downloaded radix_trie v0.2.1
9102024-11-14T03:20:48.533Z Downloaded vcpkg v0.2.15
9112024-11-14T03:20:48.574Z Downloaded rustls v0.21.12
9122024-11-14T03:20:48.586Z Downloaded trust-dns-proto v0.22.0
9132024-11-14T03:20:48.600Z Downloaded regex v1.11.1
9142024-11-14T03:20:48.616Z Downloaded openssl v0.10.68
9152024-11-14T03:20:48.625Z Downloaded regex-syntax v0.8.5
9162024-11-14T03:20:48.634Z Downloaded nix v0.28.0
9172024-11-14T03:20:48.647Z Downloaded dropshot v0.12.0
9182024-11-14T03:20:48.667Z Downloaded regex-syntax v0.6.29
9192024-11-14T03:20:48.674Z Downloaded regress v0.9.1
9202024-11-14T03:20:48.684Z Downloaded nix v0.29.0
9212024-11-14T03:20:48.696Z Downloaded openapiv3 v2.0.0
9222024-11-14T03:20:48.709Z Downloaded rustls v0.22.4
9232024-11-14T03:20:48.722Z Downloaded object v0.36.5
9242024-11-14T03:20:48.734Z Downloaded sled v0.34.7
9252024-11-14T03:20:48.744Z Downloaded typify-impl v0.2.0
9262024-11-14T03:20:48.760Z Downloaded dropshot v0.13.0
9272024-11-14T03:20:48.782Z Downloaded bzip2-sys v0.1.11+1.0.8
9282024-11-14T03:20:48.794Z Downloaded diesel v2.2.4
9292024-11-14T03:20:48.813Z Downloaded ratatui v0.28.1
9302024-11-14T03:20:48.833Z Downloaded nix v0.27.1
9312024-11-14T03:20:48.844Z Downloaded zerocopy-derive v0.6.6
9322024-11-14T03:20:48.853Z Downloaded quick-xml v0.33.0
9332024-11-14T03:20:48.860Z Downloaded smoltcp v0.11.0
9342024-11-14T03:20:48.872Z Downloaded regress v0.10.1
9352024-11-14T03:20:48.881Z Downloaded regex-automata v0.4.8
9362024-11-14T03:20:48.899Z Downloaded lzma-sys v0.1.20
9372024-11-14T03:20:48.929Z Downloaded object v0.30.4
9382024-11-14T03:20:48.938Z Downloaded quinn-proto v0.11.8
9392024-11-14T03:20:48.945Z Downloaded idna v0.4.0
9402024-11-14T03:20:48.952Z Downloaded smoltcp v0.9.1
9412024-11-14T03:20:48.963Z Downloaded petgraph v0.6.5
9422024-11-14T03:20:48.980Z Downloaded ed25519-dalek v2.1.1
9432024-11-14T03:20:48.983Z Downloaded tokio v1.40.0
9442024-11-14T03:20:49.022Z Downloaded libz-sys v1.1.20
9452024-11-14T03:20:49.043Z Downloaded csv v1.3.0
9462024-11-14T03:20:49.065Z Downloaded salty v0.3.0
9472024-11-14T03:20:49.071Z Downloaded zerovec v0.10.4
9482024-11-14T03:20:49.077Z Downloaded winnow v0.5.40
9492024-11-14T03:20:49.084Z Downloaded unicode-bidi v0.3.17
9502024-11-14T03:20:49.087Z Downloaded tokio-postgres v0.7.12
9512024-11-14T03:20:49.093Z Downloaded russh v0.45.0
9522024-11-14T03:20:49.097Z Downloaded similar v2.6.0
9532024-11-14T03:20:49.102Z Downloaded diesel_derives v2.2.3
9542024-11-14T03:20:49.107Z Downloaded num-bigint-dig v0.8.4
9552024-11-14T03:20:49.112Z Downloaded sha3 v0.10.8
9562024-11-14T03:20:49.116Z Downloaded zip v2.1.3
9572024-11-14T03:20:49.121Z Downloaded fatfs v0.3.6
9582024-11-14T03:20:49.123Z Downloaded prettyplease v0.2.25
9592024-11-14T03:20:49.127Z Downloaded num v0.4.3
9602024-11-14T03:20:49.130Z Downloaded hashlink v0.9.1
9612024-11-14T03:20:49.133Z Downloaded parking_lot v0.11.2
9622024-11-14T03:20:49.133Z Downloaded derive_builder_core v0.20.2
9632024-11-14T03:20:49.135Z Downloaded slog-async v2.8.0
9642024-11-14T03:20:49.135Z Downloaded blake3 v1.5.4
9652024-11-14T03:20:49.143Z Downloaded icu_properties_data v1.5.0
9662024-11-14T03:20:49.153Z Downloaded writeable v0.5.5
9672024-11-14T03:20:49.156Z Downloaded x509-cert v0.2.5
9682024-11-14T03:20:49.161Z Downloaded tungstenite v0.21.0
9692024-11-14T03:20:49.164Z Downloaded aws-lc-rs v1.10.0
9702024-11-14T03:20:49.172Z Downloaded bstr v1.10.0
9712024-11-14T03:20:49.183Z Downloaded ssh-encoding v0.2.0
9722024-11-14T03:20:49.185Z Downloaded futures-executor v0.3.31
9732024-11-14T03:20:49.188Z Downloaded yoke-derive v0.7.4
9742024-11-14T03:20:49.188Z Downloaded resolv-conf v0.7.0
9752024-11-14T03:20:49.190Z Downloaded encoding_rs v0.8.34
9762024-11-14T03:20:49.210Z Downloaded wait-timeout v0.2.0
9772024-11-14T03:20:49.212Z Downloaded futures-task v0.3.31
9782024-11-14T03:20:49.212Z Downloaded postcard v1.0.10
9792024-11-14T03:20:49.215Z Downloaded tracing-core v0.1.32
9802024-11-14T03:20:49.217Z Downloaded idna v1.0.3
9812024-11-14T03:20:49.221Z Downloaded env_logger v0.10.2
9822024-11-14T03:20:49.224Z Downloaded stringprep v0.1.5
9832024-11-14T03:20:49.228Z Downloaded ppv-lite86 v0.2.20
9842024-11-14T03:20:49.228Z Downloaded powerfmt v0.2.0
9852024-11-14T03:20:49.232Z Downloaded futures-macro v0.3.31
9862024-11-14T03:20:49.232Z Downloaded tls_codec_derive v0.4.1
9872024-11-14T03:20:49.232Z Downloaded itertools v0.10.5
9882024-11-14T03:20:49.236Z Downloaded tiny-keccak v2.0.2
9892024-11-14T03:20:49.241Z Downloaded peg-macros v0.8.4
9902024-11-14T03:20:49.241Z Downloaded crossterm v0.28.1
9912024-11-14T03:20:49.246Z Downloaded toml v0.7.8
9922024-11-14T03:20:49.250Z Downloaded spki v0.7.3
9932024-11-14T03:20:49.252Z Downloaded flate2 v1.0.34
9942024-11-14T03:20:49.256Z Downloaded percent-encoding v2.3.1
9952024-11-14T03:20:49.259Z Downloaded path-slash v0.1.5
9962024-11-14T03:20:49.259Z Downloaded paste v1.0.15
9972024-11-14T03:20:49.261Z Downloaded xz2 v0.1.7
9982024-11-14T03:20:49.264Z Downloaded snafu-derive v0.8.5
9992024-11-14T03:20:49.266Z Downloaded tokio-tungstenite v0.23.1
10002024-11-14T03:20:49.266Z Downloaded parse-zoneinfo v0.3.1
10012024-11-14T03:20:49.269Z Downloaded samael v0.0.17
10022024-11-14T03:20:49.274Z Downloaded r2d2 v0.8.10
10032024-11-14T03:20:49.277Z Downloaded tabwriter v1.4.0
10042024-11-14T03:20:49.277Z Downloaded parking_lot_core v0.9.10
10052024-11-14T03:20:49.279Z Downloaded subprocess v0.2.9
10062024-11-14T03:20:49.282Z Downloaded num_enum_derive v0.5.11
10072024-11-14T03:20:49.284Z Downloaded signal-hook v0.3.17
10082024-11-14T03:20:49.287Z Downloaded pin-project v1.1.6
10092024-11-14T03:20:49.296Z Downloaded slog-term v2.9.1
10102024-11-14T03:20:49.299Z Downloaded unicode-segmentation v1.12.0
10112024-11-14T03:20:49.302Z Downloaded minimal-lexical v0.2.1
10122024-11-14T03:20:49.306Z Downloaded chrono-tz v0.10.0
10132024-11-14T03:20:49.314Z Downloaded pbkdf2 v0.11.0
10142024-11-14T03:20:49.316Z Downloaded num-derive v0.4.2
10152024-11-14T03:20:49.319Z Downloaded libgit2-sys v0.17.0+1.8.1
10162024-11-14T03:20:49.376Z Downloaded dunce v1.0.5
10172024-11-14T03:20:49.379Z Downloaded utf16_iter v1.0.5
10182024-11-14T03:20:49.379Z Downloaded unarray v0.1.4
10192024-11-14T03:20:49.381Z Downloaded toml_edit v0.19.15
10202024-11-14T03:20:49.395Z Downloaded hickory-resolver v0.24.1
10212024-11-14T03:20:49.399Z Downloaded uuid v1.11.0
10222024-11-14T03:20:49.402Z Downloaded url v2.5.3
10232024-11-14T03:20:49.405Z Downloaded supports-color v3.0.1
10242024-11-14T03:20:49.407Z Downloaded static_assertions v1.1.0
10252024-11-14T03:20:49.410Z Downloaded typed-path v0.9.3
10262024-11-14T03:20:49.414Z Downloaded ron v0.7.1
10272024-11-14T03:20:49.418Z Downloaded zeroize v1.8.1
10282024-11-14T03:20:49.421Z Downloaded zerofrom-derive v0.1.4
10292024-11-14T03:20:49.421Z Downloaded xattr v1.3.1
10302024-11-14T03:20:49.424Z Downloaded signal-hook-mio v0.2.4
10312024-11-14T03:20:49.424Z Downloaded serde_with_macros v3.11.0
10322024-11-14T03:20:49.426Z Downloaded polyval v0.6.2
10332024-11-14T03:20:49.428Z Downloaded pkcs8 v0.10.2
10342024-11-14T03:20:49.430Z Downloaded pkcs1 v0.7.5
10352024-11-14T03:20:49.433Z Downloaded flume v0.11.1
10362024-11-14T03:20:49.435Z Downloaded darling_core v0.20.10
10372024-11-14T03:20:49.439Z Downloaded postgres-types v0.2.8
10382024-11-14T03:20:49.442Z Downloaded dropshot_endpoint v0.13.0
10392024-11-14T03:20:49.446Z Downloaded slog-bunyan v2.5.0
10402024-11-14T03:20:49.448Z Downloaded scheduled-thread-pool v0.2.7
10412024-11-14T03:20:49.448Z Downloaded parse-display v0.10.0
10422024-11-14T03:20:49.448Z Downloaded walkdir v2.5.0
10432024-11-14T03:20:49.451Z Downloaded oso v0.27.3
10442024-11-14T03:20:49.453Z Downloaded mockall_derive v0.13.0
10452024-11-14T03:20:49.455Z Downloaded yoke v0.7.4
10462024-11-14T03:20:49.458Z Downloaded libxml v0.3.3
10472024-11-14T03:20:49.463Z Downloaded fragile v2.0.0
10482024-11-14T03:20:49.466Z Downloaded indicatif v0.17.8
10492024-11-14T03:20:49.468Z Downloaded cc v1.1.30
10502024-11-14T03:20:49.471Z Downloaded bumpalo v3.16.0
10512024-11-14T03:20:49.474Z Downloaded dropshot_endpoint v0.12.0
10522024-11-14T03:20:49.477Z Downloaded dhcproto v0.12.0
10532024-11-14T03:20:49.480Z Downloaded derive_more v0.99.18
10542024-11-14T03:20:49.484Z Downloaded defmt-macros v0.3.9
10552024-11-14T03:20:49.487Z Downloaded pin-project-lite v0.2.14
10562024-11-14T03:20:49.492Z Downloaded same-file v1.0.6
10572024-11-14T03:20:49.495Z Downloaded unicode-properties v0.1.3
10582024-11-14T03:20:49.497Z Downloaded diesel-dtrace v0.3.0
10592024-11-14T03:20:49.499Z Downloaded derive_builder_macro v0.20.2
10602024-11-14T03:20:49.499Z Downloaded pin-project-internal v1.1.6
10612024-11-14T03:20:49.502Z Downloaded nu-ansi-term v0.50.1
10622024-11-14T03:20:49.504Z Downloaded multer v3.1.0
10632024-11-14T03:20:49.506Z Downloaded schemars v0.8.21
10642024-11-14T03:20:49.516Z Downloaded slog-json v2.6.1
10652024-11-14T03:20:49.518Z Downloaded rustls-pemfile v1.0.4
10662024-11-14T03:20:49.522Z Downloaded rand_xorshift v0.3.0
10672024-11-14T03:20:49.524Z Downloaded rand_chacha v0.3.1
10682024-11-14T03:20:49.524Z Downloaded signal-hook-registry v1.4.2
10692024-11-14T03:20:49.527Z Downloaded des v0.8.1
10702024-11-14T03:20:49.527Z Downloaded allocator-api2 v0.2.18
10712024-11-14T03:20:49.530Z Downloaded want v0.3.1
10722024-11-14T03:20:49.533Z Downloaded waitgroup v0.1.2
10732024-11-14T03:20:49.533Z Downloaded num-rational v0.4.2
10742024-11-14T03:20:49.533Z Downloaded value-bag v1.9.0
10752024-11-14T03:20:49.535Z Downloaded packed_struct v0.10.1
10762024-11-14T03:20:49.538Z Downloaded getrandom v0.2.15
10772024-11-14T03:20:49.541Z Downloaded env_filter v0.1.2
10782024-11-14T03:20:49.543Z Downloaded test-strategy v0.3.1
10792024-11-14T03:20:49.546Z Downloaded newline-converter v0.3.0
10802024-11-14T03:20:49.546Z Downloaded foreign-types-shared v0.3.1
10812024-11-14T03:20:49.550Z Downloaded num_enum v0.5.11
10822024-11-14T03:20:49.552Z Downloaded hmac v0.12.1
10832024-11-14T03:20:49.554Z Downloaded tinyvec_macros v0.1.1
10842024-11-14T03:20:49.554Z Downloaded proc-macro-crate v1.3.1
10852024-11-14T03:20:49.554Z Downloaded packed_struct_codegen v0.10.1
10862024-11-14T03:20:49.557Z Downloaded uzers v0.12.1
10872024-11-14T03:20:49.559Z Downloaded icu_locid_transform_data v1.5.0
10882024-11-14T03:20:49.562Z Downloaded base64 v0.21.7
10892024-11-14T03:20:49.564Z Downloaded chacha20poly1305 v0.10.1
10902024-11-14T03:20:49.567Z Downloaded backtrace v0.3.74
10912024-11-14T03:20:49.571Z Downloaded mockall v0.13.0
10922024-11-14T03:20:49.573Z Downloaded flagset v0.4.6
10932024-11-14T03:20:49.575Z Downloaded tokio-rustls v0.24.1
10942024-11-14T03:20:49.579Z Downloaded itertools v0.12.1
10952024-11-14T03:20:49.582Z Downloaded tinyvec v1.8.0
10962024-11-14T03:20:49.587Z Downloaded icu_locid v1.5.0
10972024-11-14T03:20:49.592Z Downloaded highway v1.2.0
10982024-11-14T03:20:49.595Z Downloaded heapless v0.7.17
10992024-11-14T03:20:49.597Z Downloaded predicates-core v1.0.8
11002024-11-14T03:20:49.600Z Downloaded pin-utils v0.1.0
11012024-11-14T03:20:49.600Z Downloaded enum-as-inner v0.6.1
11022024-11-14T03:20:49.602Z Downloaded embedded-io v0.4.0
11032024-11-14T03:20:49.602Z Downloaded which v4.4.2
11042024-11-14T03:20:49.605Z Downloaded md-5 v0.10.6
11052024-11-14T03:20:49.608Z Downloaded lock_api v0.4.12
11062024-11-14T03:20:49.608Z Downloaded hickory-client v0.24.1
11072024-11-14T03:20:49.610Z Downloaded const-oid v0.9.6
11082024-11-14T03:20:49.612Z Downloaded async-bb8-diesel v0.2.1
11092024-11-14T03:20:49.615Z Downloaded crossbeam-epoch v0.9.18
11102024-11-14T03:20:49.617Z Downloaded clang-sys v1.8.1
11112024-11-14T03:20:49.621Z Downloaded rustfmt-wrapper v0.2.1
11122024-11-14T03:20:49.621Z Downloaded hyper-staticfile v0.10.1
11132024-11-14T03:20:49.623Z Downloaded linked-hash-map v0.5.6
11142024-11-14T03:20:49.623Z Downloaded hex-literal v0.4.1
11152024-11-14T03:20:49.625Z Downloaded bitfield v0.14.0
11162024-11-14T03:20:49.625Z Downloaded lru-cache v0.1.2
11172024-11-14T03:20:49.628Z Downloaded lockfree-object-pool v0.1.6
11182024-11-14T03:20:49.628Z Downloaded libsw v3.3.1
11192024-11-14T03:20:49.632Z Downloaded kstat-rs v0.2.4
11202024-11-14T03:20:49.634Z Downloaded instability v0.3.2
11212024-11-14T03:20:49.634Z Downloaded indoc v1.0.9
11222024-11-14T03:20:49.636Z Downloaded indent_write v2.2.0
11232024-11-14T03:20:49.636Z Downloaded heck v0.3.3
11242024-11-14T03:20:49.638Z Downloaded bzip2 v0.4.4
11252024-11-14T03:20:49.638Z Downloaded hubpack v0.1.2
11262024-11-14T03:20:49.641Z Downloaded async-stream v0.3.6
11272024-11-14T03:20:49.643Z Downloaded bitfield-struct v0.6.2
11282024-11-14T03:20:49.643Z Downloaded miniz_oxide v0.8.0
11292024-11-14T03:20:49.645Z Downloaded crc-catalog v2.4.0
11302024-11-14T03:20:49.648Z Downloaded base64ct v1.6.0
11312024-11-14T03:20:49.648Z Downloaded async-recursion v1.1.1
11322024-11-14T03:20:49.651Z Downloaded hostname v0.4.0
11332024-11-14T03:20:49.655Z Downloaded home v0.5.9
11342024-11-14T03:20:49.655Z Downloaded buf-list v1.0.3
11352024-11-14T03:20:49.657Z Downloaded cassowary v0.3.0
11362024-11-14T03:20:49.657Z Downloaded blowfish v0.9.1
11372024-11-14T03:20:49.659Z Downloaded bcs v0.1.6
11382024-11-14T03:20:49.661Z Downloaded atomic-waker v1.1.2
11392024-11-14T03:20:49.661Z Downloaded arrayvec v0.7.6
11402024-11-14T03:20:49.664Z Downloaded aead v0.5.2
11412024-11-14T03:20:49.668Z Downloaded icu_collections v1.5.0
11422024-11-14T03:20:49.670Z Downloaded constant_time_eq v0.3.1
11432024-11-14T03:20:49.673Z Downloaded cfg_aliases v0.2.1
11442024-11-14T03:20:49.673Z Downloaded cmake v0.1.51
11452024-11-14T03:20:49.678Z Downloaded castaway v0.2.3
11462024-11-14T03:20:49.678Z Downloaded bcrypt-pbkdf v0.10.0
11472024-11-14T03:20:49.678Z Downloaded serde_derive_internals v0.29.1
11482024-11-14T03:20:49.681Z Downloaded ciborium-io v0.2.2
11492024-11-14T03:20:49.681Z Downloaded array-init v0.0.4
11502024-11-14T03:20:49.681Z Downloaded heapless v0.8.0
11512024-11-14T03:20:49.683Z Downloaded darling v0.20.10
11522024-11-14T03:20:49.686Z Downloaded atomicwrites v0.4.4
11532024-11-14T03:20:49.689Z Downloaded crossbeam-channel v0.5.13
11542024-11-14T03:20:49.691Z Downloaded argon2 v0.5.3
11552024-11-14T03:20:49.694Z Downloaded httparse v1.9.5
11562024-11-14T03:20:49.698Z Downloaded atty v0.2.14
11572024-11-14T03:20:49.703Z Downloaded internet-checksum v0.2.1
11582024-11-14T03:20:49.703Z Downloaded const_format_proc_macros v0.2.33
11592024-11-14T03:20:49.705Z Downloaded base64 v0.13.1
11602024-11-14T03:20:49.706Z Downloaded inout v0.1.3
11612024-11-14T03:20:49.708Z Downloaded crc-any v2.5.0
11622024-11-14T03:20:49.708Z Downloaded cookie v0.18.1
11632024-11-14T03:20:49.710Z Downloaded ring v0.17.8
11642024-11-14T03:20:49.781Z Downloaded hostname v0.3.1
11652024-11-14T03:20:49.784Z Downloaded bit-vec v0.6.3
11662024-11-14T03:20:49.930Z Downloaded libsqlite3-sys v0.30.1
11672024-11-14T03:20:50.011Z Downloaded ring v0.16.20
11682024-11-14T03:20:50.138Z Downloaded aws-lc-sys v0.22.0
11692024-11-14T03:20:50.457Z Compiling serde v1.0.215
11702024-11-14T03:20:50.460Z Compiling lock_api v0.4.12
11712024-11-14T03:20:50.460Z Compiling scopeguard v1.2.0
11722024-11-14T03:20:50.460Z Compiling value-bag v1.9.0
11732024-11-14T03:20:50.460Z Compiling typenum v1.17.0
11742024-11-14T03:20:50.615Z Compiling generic-array v0.14.7
11752024-11-14T03:20:50.665Z Compiling syn v2.0.87
11762024-11-14T03:20:50.679Z Compiling getrandom v0.2.15
11772024-11-14T03:20:50.721Z Compiling subtle v2.6.1
11782024-11-14T03:20:50.956Z Compiling rand_core v0.6.4
11792024-11-14T03:20:51.061Z Compiling log v0.4.22
11802024-11-14T03:20:51.135Z Compiling shlex v1.3.0
11812024-11-14T03:20:51.157Z Compiling jobserver v0.1.32
11822024-11-14T03:20:51.174Z Compiling smallvec v1.13.2
11832024-11-14T03:20:51.617Z Compiling const-oid v0.9.6
11842024-11-14T03:20:51.643Z Compiling spin v0.9.8
11852024-11-14T03:20:51.643Z Compiling pin-project-lite v0.2.14
11862024-11-14T03:20:51.706Z Compiling cc v1.1.30
11872024-11-14T03:20:51.801Z Compiling rustix v0.38.37
11882024-11-14T03:20:52.069Z Compiling parking_lot_core v0.9.10
11892024-11-14T03:20:52.122Z Compiling futures-core v0.3.31
11902024-11-14T03:20:52.241Z Compiling signal-hook-registry v1.4.2
11912024-11-14T03:20:52.382Z Compiling mio v1.0.2
11922024-11-14T03:20:52.809Z Compiling aho-corasick v1.1.3
11932024-11-14T03:20:53.212Z Compiling parking_lot v0.12.3
11942024-11-14T03:20:53.292Z Compiling cpufeatures v0.2.14
11952024-11-14T03:20:53.404Z Compiling regex-syntax v0.8.5
11962024-11-14T03:20:53.616Z Compiling either v1.13.0
11972024-11-14T03:20:53.650Z Compiling lazy_static v1.5.0
11982024-11-14T03:20:53.725Z Compiling glob v0.3.1
11992024-11-14T03:20:53.775Z Compiling stable_deref_trait v1.2.0
12002024-11-14T03:20:53.895Z Compiling futures-sink v0.3.31
12012024-11-14T03:20:54.059Z Compiling socket2 v0.5.7
12022024-11-14T03:20:54.062Z Compiling slab v0.4.9
12032024-11-14T03:20:54.225Z Compiling prettyplease v0.2.25
12042024-11-14T03:20:54.545Z Compiling minimal-lexical v0.2.1
12052024-11-14T03:20:54.792Z Compiling clang-sys v1.8.1
12062024-11-14T03:20:54.876Z Compiling libloading v0.8.5
12072024-11-14T03:20:55.078Z Compiling nom v7.1.3
12082024-11-14T03:20:55.096Z Compiling home v0.5.9
12092024-11-14T03:20:55.278Z Compiling serde_json v1.0.132
12102024-11-14T03:20:55.358Z Compiling bindgen v0.69.5
12112024-11-14T03:20:55.610Z Compiling futures-channel v0.3.31
12122024-11-14T03:20:56.054Z Compiling itertools v0.12.1
12132024-11-14T03:20:56.146Z Compiling pin-utils v0.1.0
12142024-11-14T03:20:56.196Z Compiling allocator-api2 v0.2.18
12152024-11-14T03:20:56.234Z Compiling futures-io v0.3.31
12162024-11-14T03:20:56.567Z Compiling rustc-hash v1.1.0
12172024-11-14T03:20:56.704Z Compiling foldhash v0.1.3
12182024-11-14T03:20:57.006Z Compiling lazycell v1.3.0
12192024-11-14T03:20:57.050Z Compiling regex-automata v0.4.8
12202024-11-14T03:20:57.172Z Compiling futures-task v0.3.31
12212024-11-14T03:20:57.483Z Compiling hashbrown v0.15.0
12222024-11-14T03:20:58.472Z Compiling cmake v0.1.51
12232024-11-14T03:20:58.841Z Compiling synstructure v0.13.1
12242024-11-14T03:20:59.234Z Compiling cexpr v0.6.0
12252024-11-14T03:20:59.498Z Compiling dunce v1.0.5
12262024-11-14T03:20:59.630Z Compiling pkg-config v0.3.31
12272024-11-14T03:21:00.208Z Compiling fs_extra v1.3.0
12282024-11-14T03:21:00.579Z Compiling tinyvec_macros v0.1.1
12292024-11-14T03:21:00.671Z Compiling libm v0.2.8
12302024-11-14T03:21:00.831Z Compiling tinyvec v1.8.0
12312024-11-14T03:21:01.030Z Compiling num-traits v0.2.19
12322024-11-14T03:21:01.184Z Compiling ring v0.17.8
12332024-11-14T03:21:01.567Z Compiling paste v1.0.15
12342024-11-14T03:21:02.088Z Compiling base64ct v1.6.0
12352024-11-14T03:21:02.093Z Compiling litemap v0.7.3
12362024-11-14T03:21:02.322Z Compiling unicode-normalization v0.1.24
12372024-11-14T03:21:02.345Z Compiling unicode-bidi v0.3.17
12382024-11-14T03:21:02.464Z Compiling writeable v0.5.5
12392024-11-14T03:21:02.517Z Compiling regex v1.11.1
12402024-11-14T03:21:02.685Z Compiling pem-rfc7468 v0.7.0
12412024-11-14T03:21:03.408Z Compiling flagset v0.4.6
12422024-11-14T03:21:03.597Z Compiling httparse v1.9.5
12432024-11-14T03:21:03.617Z Compiling aws-lc-rs v1.10.0
12442024-11-14T03:21:04.035Z Compiling tracing-core v0.1.32
12452024-11-14T03:21:04.346Z Compiling icu_locid_transform_data v1.5.0
12462024-11-14T03:21:04.455Z Compiling percent-encoding v2.3.1
12472024-11-14T03:21:04.826Z Compiling rustls-pki-types v1.9.0
12482024-11-14T03:21:04.877Z Compiling crossbeam-utils v0.8.20
12492024-11-14T03:21:05.380Z Compiling mirai-annotations v1.12.0
12502024-11-14T03:21:05.421Z Compiling serde_derive v1.0.215
12512024-11-14T03:21:05.445Z Compiling zeroize_derive v1.4.2
12522024-11-14T03:21:05.551Z Compiling zerocopy-derive v0.7.35
12532024-11-14T03:21:05.844Z Compiling tokio-macros v2.4.0
12542024-11-14T03:21:05.989Z Compiling zerofrom-derive v0.1.4
12552024-11-14T03:21:06.968Z Compiling zeroize v1.8.1
12562024-11-14T03:21:07.393Z Compiling yoke-derive v0.7.4
12572024-11-14T03:21:07.413Z Compiling thiserror-impl v1.0.69
12582024-11-14T03:21:07.829Z Compiling zerocopy v0.7.35
12592024-11-14T03:21:08.543Z Compiling crypto-common v0.1.6
12602024-11-14T03:21:08.780Z Compiling block-buffer v0.10.4
12612024-11-14T03:21:09.054Z Compiling digest v0.10.7
12622024-11-14T03:21:09.413Z Compiling zerovec-derive v0.10.3
12632024-11-14T03:21:09.524Z Compiling hmac v0.12.1
12642024-11-14T03:21:09.693Z Compiling futures-macro v0.3.31
12652024-11-14T03:21:09.737Z Compiling block-padding v0.3.3
12662024-11-14T03:21:09.820Z Compiling zerofrom v0.1.4
12672024-11-14T03:21:09.995Z Compiling displaydoc v0.2.5
12682024-11-14T03:21:10.032Z Compiling inout v0.1.3
12692024-11-14T03:21:10.285Z Compiling cipher v0.4.4
12702024-11-14T03:21:10.449Z Compiling yoke v0.7.4
12712024-11-14T03:21:10.713Z Compiling thiserror v1.0.69
12722024-11-14T03:21:10.764Z Compiling sha2 v0.10.8
12732024-11-14T03:21:10.810Z Compiling ppv-lite86 v0.2.20
12742024-11-14T03:21:11.274Z Compiling der_derive v0.7.3
12752024-11-14T03:21:11.434Z Compiling futures-util v0.3.31
12762024-11-14T03:21:11.634Z Compiling icu_provider_macros v1.5.0
12772024-11-14T03:21:11.648Z Compiling rand_chacha v0.3.1
12782024-11-14T03:21:12.074Z Compiling zerovec v0.10.4
12792024-11-14T03:21:12.774Z Compiling tracing-attributes v0.1.27
12802024-11-14T03:21:13.229Z Compiling der v0.7.9
12812024-11-14T03:21:13.971Z Compiling tinystr v0.7.6
12822024-11-14T03:21:14.063Z Compiling icu_collections v1.5.0
12832024-11-14T03:21:14.098Z Compiling rand v0.8.5
12842024-11-14T03:21:14.391Z Compiling icu_locid v1.5.0
12852024-11-14T03:21:15.444Z Compiling spki v0.7.3
12862024-11-14T03:21:15.801Z Compiling icu_provider v1.5.0
12872024-11-14T03:21:16.157Z Compiling pest v2.7.14
12882024-11-14T03:21:16.402Z Compiling tracing v0.1.40
12892024-11-14T03:21:16.448Z Compiling salsa20 v0.10.2
12902024-11-14T03:21:16.698Z Compiling icu_locid_transform v1.5.0
12912024-11-14T03:21:16.836Z Compiling pbkdf2 v0.12.2
12922024-11-14T03:21:16.928Z Compiling untrusted v0.9.0
12932024-11-14T03:21:16.955Z Compiling num-conv v0.1.0
12942024-11-14T03:21:16.999Z Compiling powerfmt v0.2.0
12952024-11-14T03:21:17.114Z Compiling vcpkg v0.2.15
12962024-11-14T03:21:17.244Z Compiling time-core v0.1.2
12972024-11-14T03:21:17.384Z Compiling untrusted v0.7.1
12982024-11-14T03:21:17.409Z Compiling icu_properties_data v1.5.0
12992024-11-14T03:21:17.456Z Compiling time-macros v0.2.18
13002024-11-14T03:21:17.561Z Compiling deranged v0.3.11
13012024-11-14T03:21:17.662Z Compiling scrypt v0.11.0
13022024-11-14T03:21:18.228Z Compiling icu_properties v1.5.1
13032024-11-14T03:21:19.062Z Compiling bitflags v2.6.0
13042024-11-14T03:21:19.171Z Compiling bytes v1.7.2
13052024-11-14T03:21:19.227Z Compiling indexmap v2.6.0
13062024-11-14T03:21:19.271Z Compiling semver v1.0.23
13072024-11-14T03:21:19.485Z Compiling openssl-sys v0.9.104
13082024-11-14T03:21:20.034Z Compiling rustc_version v0.4.1
13092024-11-14T03:21:20.460Z Compiling tokio v1.40.0
13102024-11-14T03:21:20.613Z Compiling http v1.1.0
13112024-11-14T03:21:20.723Z Compiling pest_meta v2.7.14
13122024-11-14T03:21:22.169Z Compiling aes v0.8.4
13132024-11-14T03:21:22.525Z Compiling cbc v0.1.2
13142024-11-14T03:21:22.775Z Compiling scroll_derive v0.12.0
13152024-11-14T03:21:23.024Z Compiling num_threads v0.1.7
13162024-11-14T03:21:23.153Z Compiling atomic-waker v1.1.2
13172024-11-14T03:21:23.173Z Compiling utf8_iter v1.0.4
13182024-11-14T03:21:23.347Z Compiling which v4.4.2
13192024-11-14T03:21:23.414Z Compiling write16 v1.0.0
13202024-11-14T03:21:23.552Z Compiling utf16_iter v1.0.5
13212024-11-14T03:21:23.955Z Compiling icu_normalizer_data v1.5.0
13222024-11-14T03:21:24.064Z Compiling icu_normalizer v1.5.0
13232024-11-14T03:21:24.241Z Compiling scroll v0.12.0
13242024-11-14T03:21:24.523Z Compiling time v0.3.36
13252024-11-14T03:21:24.795Z Compiling pkcs5 v0.7.1
13262024-11-14T03:21:24.840Z Compiling http-body v1.0.1
13272024-11-14T03:21:24.985Z Compiling pest_generator v2.7.14
13282024-11-14T03:21:25.460Z Compiling form_urlencoded v1.2.1
13292024-11-14T03:21:25.798Z Compiling try-lock v0.2.5
13302024-11-14T03:21:25.862Z Compiling slog v2.7.0
13312024-11-14T03:21:25.936Z Compiling want v0.3.1
13322024-11-14T03:21:25.957Z Compiling goblin v0.8.2
13332024-11-14T03:21:26.029Z Compiling pkcs8 v0.10.2
13342024-11-14T03:21:26.229Z Compiling idna_adapter v1.2.0
13352024-11-14T03:21:26.473Z Compiling httpdate v1.0.3
13362024-11-14T03:21:26.767Z Compiling idna v1.0.3
13372024-11-14T03:21:26.955Z Compiling serde_spanned v0.6.8
13382024-11-14T03:21:27.085Z Compiling pest_derive v2.7.14
13392024-11-14T03:21:27.192Z Compiling serde_tokenstream v0.2.2
13402024-11-14T03:21:27.324Z Compiling toml_datetime v0.6.8
13412024-11-14T03:21:27.793Z Compiling uuid v1.11.0
13422024-11-14T03:21:27.828Z Compiling openssl v0.10.68
13432024-11-14T03:21:27.874Z Compiling dtrace-parser v0.2.0
13442024-11-14T03:21:28.249Z Compiling match_cfg v0.1.0
13452024-11-14T03:21:28.351Z Compiling base64 v0.22.1
13462024-11-14T03:21:28.592Z Compiling tower-service v0.3.3
13472024-11-14T03:21:28.732Z Compiling tokio-util v0.7.12
13482024-11-14T03:21:29.123Z Compiling rustversion v1.0.17
13492024-11-14T03:21:29.232Z Compiling iana-time-zone v0.1.61
13502024-11-14T03:21:29.691Z Compiling foreign-types-shared v0.1.1
13512024-11-14T03:21:29.798Z Compiling h2 v0.4.6
13522024-11-14T03:21:29.829Z Compiling adler2 v2.0.0
13532024-11-14T03:21:29.903Z Compiling foreign-types v0.3.2
13542024-11-14T03:21:30.003Z Compiling miniz_oxide v0.8.0
13552024-11-14T03:21:30.027Z Compiling chrono v0.4.38
13562024-11-14T03:21:30.060Z Compiling hostname v0.3.1
13572024-11-14T03:21:30.230Z Compiling url v2.5.3
13582024-11-14T03:21:31.614Z Compiling openssl-macros v0.1.1
13592024-11-14T03:21:31.677Z Compiling async-trait v0.1.83
13602024-11-14T03:21:32.343Z Compiling dof v0.3.0
13612024-11-14T03:21:32.367Z Compiling dirs-sys-next v0.1.2
13622024-11-14T03:21:33.032Z Compiling siphasher v0.3.11
13632024-11-14T03:21:33.432Z Compiling usdt-impl v0.5.0
13642024-11-14T03:21:33.784Z Compiling rustls v0.22.4
13652024-11-14T03:21:34.042Z Compiling rustls v0.23.14
13662024-11-14T03:21:34.311Z Compiling syn v1.0.109
13672024-11-14T03:21:34.556Z Compiling data-encoding v2.6.0
13682024-11-14T03:21:34.576Z Compiling native-tls v0.2.12
13692024-11-14T03:21:34.965Z Compiling dirs-next v2.0.0
13702024-11-14T03:21:35.163Z Compiling http-body-util v0.1.2
13712024-11-14T03:21:35.707Z Compiling crossbeam-epoch v0.9.18
13722024-11-14T03:21:36.147Z Compiling heapless v0.7.17
13732024-11-14T03:21:36.423Z Compiling sha1 v0.10.6
13742024-11-14T03:21:36.449Z Compiling signature v2.2.0
13752024-11-14T03:21:36.517Z Compiling bzip2-sys v0.1.11+1.0.8
13762024-11-14T03:21:36.618Z Compiling serde_derive_internals v0.29.1
13772024-11-14T03:21:36.766Z Compiling hyper v1.5.0
13782024-11-14T03:21:36.856Z Compiling thread_local v1.1.8
13792024-11-14T03:21:36.986Z Compiling encoding_rs v0.8.34
13802024-11-14T03:21:37.016Z Compiling cookie v0.18.1
13812024-11-14T03:21:37.295Z Compiling multer v3.1.0
13822024-11-14T03:21:37.399Z Compiling ipnet v2.10.1
13832024-11-14T03:21:37.566Z Compiling openssl-probe v0.1.5
13842024-11-14T03:21:37.924Z Compiling gimli v0.31.1
13852024-11-14T03:21:38.673Z Compiling rayon-core v1.12.1
13862024-11-14T03:21:38.937Z Compiling slog-async v2.8.0
13872024-11-14T03:21:39.461Z Compiling hyper-util v0.1.10
13882024-11-14T03:21:39.480Z Compiling unicode-properties v0.1.3
13892024-11-14T03:21:39.881Z Compiling mime v0.3.17
13902024-11-14T03:21:40.271Z Compiling signal-hook v0.3.17
13912024-11-14T03:21:40.479Z Compiling schemars v0.8.21
13922024-11-14T03:21:40.561Z Compiling stringprep v0.1.5
13932024-11-14T03:21:40.849Z Compiling toml_edit v0.22.22
13942024-11-14T03:21:41.007Z Compiling schemars_derive v0.8.21
13952024-11-14T03:21:42.176Z Compiling usdt-attr-macro v0.5.0
13962024-11-14T03:21:42.645Z Compiling addr2line v0.24.2
13972024-11-14T03:21:43.173Z Compiling usdt-macro v0.5.0
13982024-11-14T03:21:43.317Z Compiling crossbeam-deque v0.8.5
13992024-11-14T03:21:43.445Z Compiling term v0.7.0
14002024-11-14T03:21:43.761Z Compiling slog-json v2.6.1
14012024-11-14T03:21:43.809Z Compiling serde_urlencoded v0.7.1
14022024-11-14T03:21:44.144Z Compiling crossbeam-channel v0.5.13
14032024-11-14T03:21:44.269Z Compiling curve25519-dalek v4.1.3
14042024-11-14T03:21:44.327Z Compiling enum-as-inner v0.6.1
14052024-11-14T03:21:44.621Z Compiling futures-executor v0.3.31
14062024-11-14T03:21:44.886Z Compiling md-5 v0.10.6
14072024-11-14T03:21:44.928Z Compiling async-stream-impl v0.3.6
14082024-11-14T03:21:45.128Z Compiling rustls-pemfile v2.2.0
14092024-11-14T03:21:45.204Z Compiling num-integer v0.1.46
14102024-11-14T03:21:45.235Z Compiling idna v0.4.0
14112024-11-14T03:21:45.405Z Compiling idna v0.3.0
14122024-11-14T03:21:45.496Z Compiling hash32 v0.2.1
14132024-11-14T03:21:45.863Z Compiling ff v0.13.0
14142024-11-14T03:21:45.951Z Compiling is-terminal v0.4.13
14152024-11-14T03:21:46.086Z Compiling object v0.36.5
14162024-11-14T03:21:46.088Z Compiling dropshot v0.12.0
14172024-11-14T03:21:46.328Z Compiling base16ct v0.2.0
14182024-11-14T03:21:46.395Z Compiling take_mut v0.2.2
14192024-11-14T03:21:46.616Z Compiling dyn-clone v1.0.17
14202024-11-14T03:21:46.666Z Compiling quick-error v1.2.3
14212024-11-14T03:21:46.820Z Compiling psl-types v2.0.11
14222024-11-14T03:21:46.849Z Compiling rustc-demangle v0.1.24
14232024-11-14T03:21:46.906Z Compiling linked-hash-map v0.5.6
14242024-11-14T03:21:47.022Z Compiling portable-atomic v1.9.0
14252024-11-14T03:21:47.118Z Compiling utf-8 v0.7.6
14262024-11-14T03:21:47.280Z Compiling smoltcp v0.9.1
14272024-11-14T03:21:47.455Z Compiling fallible-iterator v0.2.0
14282024-11-14T03:21:47.846Z Compiling anyhow v1.0.93
14292024-11-14T03:21:47.984Z Compiling num-bigint-dig v0.8.4
14302024-11-14T03:21:48.160Z Compiling postgres-protocol v0.6.7
14312024-11-14T03:21:48.337Z Compiling tungstenite v0.24.0
14322024-11-14T03:21:48.342Z Compiling lru-cache v0.1.2
14332024-11-14T03:21:48.486Z Compiling publicsuffix v2.2.3
14342024-11-14T03:21:48.753Z Compiling resolv-conf v0.7.0
14352024-11-14T03:21:49.553Z Compiling sec1 v0.7.3
14362024-11-14T03:21:49.648Z Compiling async-stream v0.3.6
14372024-11-14T03:21:49.958Z Compiling hickory-proto v0.24.1
14382024-11-14T03:21:50.115Z Compiling usdt v0.5.0
14392024-11-14T03:21:50.478Z Compiling slog-term v2.9.1
14402024-11-14T03:21:50.539Z Compiling group v0.13.0
14412024-11-14T03:21:50.862Z Compiling num-iter v0.1.45
14422024-11-14T03:21:51.170Z Compiling futures v0.3.31
14432024-11-14T03:21:51.296Z Compiling toml v0.8.19
14442024-11-14T03:21:51.795Z Compiling slog-bunyan v2.5.0
14452024-11-14T03:21:52.727Z Compiling camino v1.1.9
14462024-11-14T03:21:53.332Z Compiling tokio-native-tls v0.3.1
14472024-11-14T03:21:53.611Z Compiling backtrace v0.3.74
14482024-11-14T03:21:53.717Z Compiling phf_shared v0.11.2
14492024-11-14T03:21:54.117Z Compiling dropshot_endpoint v0.12.0
14502024-11-14T03:21:54.219Z Compiling terminal_size v0.4.0
14512024-11-14T03:21:54.246Z Compiling waitgroup v0.1.2
14522024-11-14T03:21:54.444Z Compiling openapiv3 v2.0.0
14532024-11-14T03:21:54.471Z Compiling serde_path_to_error v0.1.16
14542024-11-14T03:21:54.657Z Compiling hkdf v0.12.4
14552024-11-14T03:21:54.919Z Compiling crypto-bigint v0.5.5
14562024-11-14T03:21:55.344Z Compiling zerocopy-derive v0.6.6
14572024-11-14T03:21:57.342Z Compiling curve25519-dalek-derive v0.1.1
14582024-11-14T03:21:57.656Z Compiling webpki-roots v0.26.6
14592024-11-14T03:21:57.876Z Compiling idna v0.5.0
14602024-11-14T03:21:58.195Z Compiling hubpack_derive v0.1.1
14612024-11-14T03:21:58.827Z Compiling hostname v0.4.0
14622024-11-14T03:21:58.900Z Compiling fs-err v2.11.0
14632024-11-14T03:21:58.989Z Compiling crc32fast v1.4.2
14642024-11-14T03:21:59.070Z Compiling ahash v0.8.11
14652024-11-14T03:21:59.151Z Compiling managed v0.8.0
14662024-11-14T03:21:59.173Z Compiling bitflags v1.3.2
14672024-11-14T03:21:59.278Z Compiling debug-ignore v1.0.5
14682024-11-14T03:21:59.313Z Compiling winnow v0.5.40
14692024-11-14T03:21:59.403Z Compiling console v0.15.8
14702024-11-14T03:21:59.501Z Compiling clap_builder v4.5.20
14712024-11-14T03:21:59.595Z Compiling flate2 v1.0.34
14722024-11-14T03:22:00.505Z Compiling strum_macros v0.25.3
14732024-11-14T03:22:00.556Z Compiling hubpack v0.1.2
14742024-11-14T03:22:01.070Z Compiling cookie_store v0.21.0
14752024-11-14T03:22:01.134Z Compiling elliptic-curve v0.13.8
14762024-11-14T03:22:01.670Z Compiling zerocopy v0.6.6
14772024-11-14T03:22:02.059Z Compiling hickory-resolver v0.24.1
14782024-11-14T03:22:02.751Z Compiling signal-hook-mio v0.2.4
14792024-11-14T03:22:02.916Z Compiling toml_edit v0.19.15
14802024-11-14T03:22:03.196Z Compiling phf v0.11.2
14812024-11-14T03:22:03.482Z Compiling hyper-tls v0.6.0
14822024-11-14T03:22:03.501Z Compiling rayon v1.10.0
14832024-11-14T03:22:03.908Z Compiling bzip2 v0.4.4
14842024-11-14T03:22:04.676Z Compiling tokio-tungstenite v0.24.0
14852024-11-14T03:22:05.220Z Compiling postgres-types v0.2.8
14862024-11-14T03:22:08.123Z Compiling ed25519 v2.2.3
14872024-11-14T03:22:08.466Z Compiling phf_shared v0.10.0
14882024-11-14T03:22:08.805Z Compiling tokio-stream v0.1.16
14892024-11-14T03:22:08.888Z Compiling pkcs1 v0.7.5
14902024-11-14T03:22:09.022Z Compiling serde-big-array v0.5.1
14912024-11-14T03:22:09.254Z Compiling clap_derive v4.5.18
14922024-11-14T03:22:09.277Z Compiling rfc6979 v0.4.0
14932024-11-14T03:22:09.471Z Compiling serde_repr v0.1.19
14942024-11-14T03:22:09.891Z Compiling derive-where v1.2.7
14952024-11-14T03:22:09.918Z Compiling float-cmp v0.9.0
14962024-11-14T03:22:09.998Z Compiling bstr v1.10.0
14972024-11-14T03:22:10.141Z Compiling sync_wrapper v1.0.1
14982024-11-14T03:22:10.304Z Compiling predicates-core v1.0.8
14992024-11-14T03:22:10.674Z Compiling precomputed-hash v0.1.1
15002024-11-14T03:22:10.691Z Compiling number_prefix v0.4.0
15012024-11-14T03:22:10.792Z Compiling bit-vec v0.6.3
15022024-11-14T03:22:10.920Z Compiling normalize-line-endings v0.3.0
15032024-11-14T03:22:10.953Z Compiling static_assertions v1.1.0
15042024-11-14T03:22:11.052Z Compiling fixedbitset v0.4.2
15052024-11-14T03:22:11.070Z Compiling difflib v0.4.0
15062024-11-14T03:22:11.245Z Compiling whoami v1.5.2
15072024-11-14T03:22:11.539Z Compiling new_debug_unreachable v1.0.6
15082024-11-14T03:22:11.645Z Compiling unicode-segmentation v1.12.0
15092024-11-14T03:22:11.850Z Compiling string_cache v0.8.7
15102024-11-14T03:22:11.905Z Compiling tokio-postgres v0.7.12
15112024-11-14T03:22:12.334Z Compiling predicates v3.1.2
15122024-11-14T03:22:12.524Z Compiling similar v2.6.0
15132024-11-14T03:22:12.737Z Compiling petgraph v0.6.5
15142024-11-14T03:22:13.501Z Compiling bit-set v0.5.3
15152024-11-14T03:22:13.797Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15162024-11-14T03:22:14.128Z Compiling indicatif v0.17.8
15172024-11-14T03:22:14.464Z Compiling clap v4.5.20
15182024-11-14T03:22:14.595Z Compiling ecdsa v0.16.9
15192024-11-14T03:22:14.980Z Compiling rsa v0.9.6
15202024-11-14T03:22:15.483Z Compiling ed25519-dalek v2.1.1
15212024-11-14T03:22:16.346Z Compiling toml v0.7.8
15222024-11-14T03:22:16.820Z Compiling zip v0.6.6
15232024-11-14T03:22:16.905Z Compiling crossterm v0.28.1
15242024-11-14T03:22:18.241Z Compiling hex v0.4.3
15252024-11-14T03:22:18.666Z Compiling x509-cert v0.2.5
15262024-11-14T03:22:18.799Z Compiling itertools v0.10.5
15272024-11-14T03:22:18.858Z Compiling lalrpop-util v0.19.12
15282024-11-14T03:22:18.997Z Compiling peg-runtime v0.8.3
15292024-11-14T03:22:19.205Z Compiling unicode-xid v0.2.6
15302024-11-14T03:22:19.395Z Compiling strum_macros v0.26.4
15312024-11-14T03:22:19.667Z Compiling xattr v1.3.1
15322024-11-14T03:22:19.925Z Compiling filetime v0.2.25
15332024-11-14T03:22:20.257Z Compiling tar v0.4.43
15342024-11-14T03:22:24.478Z Compiling strum v0.26.3
15352024-11-14T03:22:27.209Z Compiling aws-lc-sys v0.22.0
15362024-11-14T03:23:04.512Z Compiling rustls-webpki v0.102.8
15372024-11-14T03:23:07.821Z Compiling tokio-rustls v0.25.0
15382024-11-14T03:23:09.630Z Compiling tokio-rustls v0.26.0
15392024-11-14T03:23:10.033Z Compiling hyper-rustls v0.27.3
15402024-11-14T03:23:10.384Z Compiling reqwest v0.12.9
15412024-11-14T03:23:11.276Z Compiling qorb v0.2.0
15422024-11-14T03:23:16.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432024-11-14T03:23:16.684Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442024-11-14T03:23:22.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15452024-11-14T03:23:22.655Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462024-11-14T03:23:22.676ZNov 14 03:23:21.905 INFO Starting download, target: Clickhouse
15472024-11-14T03:23:22.676ZNov 14 03:23:21.905 INFO Starting download, target: Console
15482024-11-14T03:23:22.676ZNov 14 03:23:21.905 INFO Starting download, target: Cockroach
15492024-11-14T03:23:22.676ZNov 14 03:23:21.905 INFO Starting download, target: DendriteOpenapi
15502024-11-14T03:23:22.676ZNov 14 03:23:21.905 INFO Starting download, target: DendriteStub
15512024-11-14T03:23:22.679ZNov 14 03:23:21.905 INFO Starting download, target: MaghemiteMgd
15522024-11-14T03:23:22.679ZNov 14 03:23:21.905 INFO Starting download, target: TransceiverControl
15532024-11-14T03:23:22.679ZNov 14 03:23:21.906 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542024-11-14T03:23:22.679ZNov 14 03:23:21.906 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15552024-11-14T03:23:22.679ZNov 14 03:23:21.906 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-11-14T03:23:22.679ZNov 14 03:23:21.906 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572024-11-14T03:23:22.679ZNov 14 03:23:21.906 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15582024-11-14T03:23:22.679ZNov 14 03:23:21.906 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15592024-11-14T03:23:22.679ZNov 14 03:23:21.906 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15602024-11-14T03:23:22.971ZNov 14 03:23:22.192 INFO Download complete, target: DendriteOpenapi
15612024-11-14T03:23:23.133ZNov 14 03:23:22.347 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622024-11-14T03:23:23.208ZNov 14 03:23:22.429 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15632024-11-14T03:23:23.555ZNov 14 03:23:22.782 INFO Download complete, target: Console
15642024-11-14T03:23:23.759ZNov 14 03:23:22.985 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652024-11-14T03:23:23.764ZNov 14 03:23:22.990 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662024-11-14T03:23:23.793ZNov 14 03:23:23.021 INFO Download complete, target: TransceiverControl
15672024-11-14T03:23:24.483ZNov 14 03:23:23.712 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682024-11-14T03:23:24.483ZNov 14 03:23:23.712 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692024-11-14T03:23:24.861ZNov 14 03:23:24.090 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15702024-11-14T03:23:26.565ZNov 14 03:23:25.794 INFO Download complete, target: DendriteStub
15712024-11-14T03:23:26.773ZNov 14 03:23:26.002 INFO Download complete, target: MaghemiteMgd
15722024-11-14T03:23:32.106ZNov 14 03:23:31.333 INFO Checking that binary works, target: Cockroach
15732024-11-14T03:23:32.282ZNov 14 03:23:31.501 INFO Download complete, target: Cockroach
15742024-11-14T03:23:37.663ZNov 14 03:23:36.890 INFO Checking that binary works, target: Clickhouse
15752024-11-14T03:23:38.499ZNov 14 03:23:37.726 INFO Download complete, target: Clickhouse
15762024-11-14T03:23:38.629ZAll builder prerequisites installed successfully, and PATH looks valid
15772024-11-14T03:23:38.632Z
15782024-11-14T03:23:38.632Zreal 5:46.941995105
15792024-11-14T03:23:38.632Zuser 16:25.395460374
15802024-11-14T03:23:38.632Zsys 3:13.786952682
15812024-11-14T03:23:38.632Ztrap 0.540945252
15822024-11-14T03:23:38.632Ztflt 9.472614349
15832024-11-14T03:23:38.632Zdflt 8.950786091
15842024-11-14T03:23:38.632Zkflt 0.470886133
15852024-11-14T03:23:38.632Zlock 30:10.280686530
15862024-11-14T03:23:38.632Zslp 1:04:33.893145576
15872024-11-14T03:23:38.632Zlat 53.717301782
15882024-11-14T03:23:38.632Zstop 2:13.005620157
15892024-11-14T03:23:38.632Z+ banner ls-apis
15902024-11-14T03:23:38.635Z
15912024-11-14T03:23:38.635Z # #### ## ##### # ####
15922024-11-14T03:23:38.635Z # # # # # # # #
15932024-11-14T03:23:38.635Z # #### ##### # # # # # ####
15942024-11-14T03:23:38.635Z # # ###### ##### # #
15952024-11-14T03:23:38.635Z # # # # # # # # #
15962024-11-14T03:23:38.635Z ###### #### # # # # ####
15972024-11-14T03:23:38.635Z
15982024-11-14T03:23:38.635Z+ source ./tools/include/force-git-over-https.sh
15992024-11-14T03:23:38.635Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16002024-11-14T03:23:38.635Z++ (( i = 0 ))
16012024-11-14T03:23:38.635Z++ (( i < 5 ))
16022024-11-14T03:23:38.635Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16032024-11-14T03:23:38.638Z++ (( i++ ))
16042024-11-14T03:23:38.638Z++ (( i < 5 ))
16052024-11-14T03:23:38.638Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16062024-11-14T03:23:38.640Z++ (( i++ ))
16072024-11-14T03:23:38.640Z++ (( i < 5 ))
16082024-11-14T03:23:38.640Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16092024-11-14T03:23:38.643Z++ (( i++ ))
16102024-11-14T03:23:38.643Z++ (( i < 5 ))
16112024-11-14T03:23:38.643Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16122024-11-14T03:23:38.646Z++ (( i++ ))
16132024-11-14T03:23:38.646Z++ (( i < 5 ))
16142024-11-14T03:23:38.646Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16152024-11-14T03:23:38.649Z++ (( i++ ))
16162024-11-14T03:23:38.649Z++ (( i < 5 ))
16172024-11-14T03:23:38.649Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16182024-11-14T03:23:38.649Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16192024-11-14T03:23:38.649Z+ ptime -m cargo xtask ls-apis apis
16202024-11-14T03:23:39.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16212024-11-14T03:23:39.179Z Running `target/debug/xtask ls-apis apis`
16222024-11-14T03:23:40.024Z Compiling semver v0.1.20
16232024-11-14T03:23:40.026Z Compiling structmeta-derive v0.3.0
16242024-11-14T03:23:40.146Z Compiling cargo-platform v0.1.8
16252024-11-14T03:23:40.338Z Compiling cargo_metadata v0.18.1
16262024-11-14T03:23:40.353Z Compiling rustc_version v0.1.7
16272024-11-14T03:23:40.708Z Compiling newtype_derive v0.1.6
16282024-11-14T03:23:41.679Z Compiling structmeta v0.3.0
16292024-11-14T03:23:41.957Z Compiling parse-display-derive v0.10.0
16302024-11-14T03:23:44.237Z Compiling parse-display v0.10.0
16312024-11-14T03:23:44.385Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16322024-11-14T03:23:49.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.84s
16332024-11-14T03:23:49.205Z Running `target/debug/ls-apis apis`
16342024-11-14T03:23:49.239Zloading metadata for workspace omicron from current workspace
16352024-11-14T03:23:54.246Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
16362024-11-14T03:23:54.249Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml
16372024-11-14T03:23:54.252Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/Cargo.toml
16382024-11-14T03:24:40.598Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16392024-11-14T03:24:45.481Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16402024-11-14T03:24:45.499Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16412024-11-14T03:24:45.659ZBootstrap Agent (client: bootstrap-agent-client)
16422024-11-14T03:24:45.662Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16432024-11-14T03:24:45.662Z consumed by: wicketd (omicron/wicketd) via 2 paths
16442024-11-14T03:24:45.662Z
16452024-11-14T03:24:45.662ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16462024-11-14T03:24:45.662Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16472024-11-14T03:24:45.662Z
16482024-11-14T03:24:45.662ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16492024-11-14T03:24:45.662Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16502024-11-14T03:24:45.662Z
16512024-11-14T03:24:45.662ZCockroachDB Cluster Admin (client: cockroach-admin-client)
16522024-11-14T03:24:45.662Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16532024-11-14T03:24:45.662Z
16542024-11-14T03:24:45.662ZCrucible Agent (client: crucible-agent-client)
16552024-11-14T03:24:45.662Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16562024-11-14T03:24:45.662Z
16572024-11-14T03:24:45.662ZCrucible Control (for testing only) (client: crucible-control-client)
16582024-11-14T03:24:45.662Z
16592024-11-14T03:24:45.662ZCrucible Pantry (client: crucible-pantry-client)
16602024-11-14T03:24:45.662Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16612024-11-14T03:24:45.662Z
16622024-11-14T03:24:45.663ZMaghemite DDM Admin (client: ddm-admin-client)
16632024-11-14T03:24:45.663Z consumed by: installinator (omicron/installinator) via 1 path
16642024-11-14T03:24:45.663Z consumed by: mgd (maghemite/mgd) via 1 path
16652024-11-14T03:24:45.663Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16662024-11-14T03:24:45.663Z consumed by: wicketd (omicron/wicketd) via 1 path
16672024-11-14T03:24:45.663Z
16682024-11-14T03:24:45.663ZDNS Server (client: dns-service-client)
16692024-11-14T03:24:45.673Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16702024-11-14T03:24:45.674Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16712024-11-14T03:24:45.674Z
16722024-11-14T03:24:45.674ZDendrite DPD (client: dpd-client)
16732024-11-14T03:24:45.674Z consumed by: ddmd (maghemite/ddmd) via 2 paths
16742024-11-14T03:24:45.674Z consumed by: mgd (maghemite/mgd) via 1 path
16752024-11-14T03:24:45.674Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16762024-11-14T03:24:45.674Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16772024-11-14T03:24:45.676Z consumed by: tfportd (dendrite/tfportd) via 1 path
16782024-11-14T03:24:45.676Z consumed by: wicketd (omicron/wicketd) via 2 paths
16792024-11-14T03:24:45.676Z
16802024-11-14T03:24:45.676ZDownstairs Controller (debugging only) (client: dsc-client)
16812024-11-14T03:24:45.676Z
16822024-11-14T03:24:45.676ZManagement Gateway Service (client: gateway-client)
16832024-11-14T03:24:45.679Z consumed by: dpd (dendrite/dpd) via 1 path
16842024-11-14T03:24:45.679Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16852024-11-14T03:24:45.679Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16862024-11-14T03:24:45.679Z consumed by: wicketd (omicron/wicketd) via 3 paths
16872024-11-14T03:24:45.679Z
16882024-11-14T03:24:45.679ZWicketd Installinator (client: installinator-client)
16892024-11-14T03:24:45.679Z consumed by: installinator (omicron/installinator) via 1 path
16902024-11-14T03:24:45.679Z
16912024-11-14T03:24:45.679ZMaghemite MG Admin (client: mg-admin-client)
16922024-11-14T03:24:45.684Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16932024-11-14T03:24:45.684Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16942024-11-14T03:24:45.684Z
16952024-11-14T03:24:45.684ZNexus Internal API (client: nexus-client)
16962024-11-14T03:24:45.688Z consumed by: dpd (dendrite/dpd) via 1 path
16972024-11-14T03:24:45.688Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16982024-11-14T03:24:45.688Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16992024-11-14T03:24:45.688Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17002024-11-14T03:24:45.688Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17012024-11-14T03:24:45.688Z
17022024-11-14T03:24:45.688ZExternal API (client: oxide-client)
17032024-11-14T03:24:45.688Z
17042024-11-14T03:24:45.688ZOximeter (client: oximeter-client)
17052024-11-14T03:24:45.691Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17062024-11-14T03:24:45.691Z
17072024-11-14T03:24:45.691ZPropolis (client: propolis-client)
17082024-11-14T03:24:45.691Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17092024-11-14T03:24:45.691Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17102024-11-14T03:24:45.691Z
17112024-11-14T03:24:45.691ZCrucible Repair (client: repair-client)
17122024-11-14T03:24:45.691Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17132024-11-14T03:24:45.691Z
17142024-11-14T03:24:45.691ZRepo Depot API (client: repo-depot-client)
17152024-11-14T03:24:45.691Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17162024-11-14T03:24:45.691Z
17172024-11-14T03:24:45.691ZSled Agent (client: sled-agent-client)
17182024-11-14T03:24:45.695Z consumed by: dpd (dendrite/dpd) via 1 path
17192024-11-14T03:24:45.695Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17202024-11-14T03:24:45.695Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17212024-11-14T03:24:45.695Z
17222024-11-14T03:24:45.695ZWicketd (client: wicketd-client)
17232024-11-14T03:24:45.695Z
17242024-11-14T03:24:45.811Z
17252024-11-14T03:24:45.813Zreal 1:07.138456272
17262024-11-14T03:24:45.813Zuser 31.705457269
17272024-11-14T03:24:45.813Zsys 11.574785787
17282024-11-14T03:24:45.813Ztrap 0.012059544
17292024-11-14T03:24:45.813Ztflt 0.073141438
17302024-11-14T03:24:45.814Zdflt 0.362983014
17312024-11-14T03:24:45.814Zkflt 0.000004678
17322024-11-14T03:24:45.814Zlock 52.147609346
17332024-11-14T03:24:45.814Zslp 8:55.060286696
17342024-11-14T03:24:45.814Zlat 0.893571969
17352024-11-14T03:24:45.814Zstop 1.390411115
17362024-11-14T03:24:45.814Z+ ptime -m cargo xtask ls-apis deployment-units
17372024-11-14T03:24:46.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17382024-11-14T03:24:46.343Z Running `target/debug/xtask ls-apis deployment-units`
17392024-11-14T03:24:47.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17402024-11-14T03:24:47.212Z Running `target/debug/ls-apis deployment-units`
17412024-11-14T03:24:47.250Zloading metadata for workspace omicron from current workspace
17422024-11-14T03:24:48.449Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
17432024-11-14T03:24:48.453Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml
17442024-11-14T03:24:48.453Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/Cargo.toml
17452024-11-14T03:24:50.328Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17462024-11-14T03:24:51.117Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17472024-11-14T03:24:51.135Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17482024-11-14T03:24:51.295ZClickhouse Admin
17492024-11-14T03:24:51.298Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17502024-11-14T03:24:51.298Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
17512024-11-14T03:24:51.298Z
17522024-11-14T03:24:51.298Z
17532024-11-14T03:24:51.298ZCockroach Admin
17542024-11-14T03:24:51.298Z omicron-cockroach-admin (omicron/cockroach-admin)
17552024-11-14T03:24:51.298Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
17562024-11-14T03:24:51.298Z
17572024-11-14T03:24:51.298Z
17582024-11-14T03:24:51.298ZCrucible
17592024-11-14T03:24:51.298Z crucible-agent (crucible/agent)
17602024-11-14T03:24:51.298Z exposes: Crucible Agent (client = crucible-agent-client)
17612024-11-14T03:24:51.298Z
17622024-11-14T03:24:51.298Z crucible-downstairs (crucible/downstairs)
17632024-11-14T03:24:51.298Z exposes: Crucible Repair (client = repair-client)
17642024-11-14T03:24:51.301Z consumes: repair-client
17652024-11-14T03:24:51.301Z
17662024-11-14T03:24:51.301Z
17672024-11-14T03:24:51.301ZCrucible Pantry
17682024-11-14T03:24:51.301Z crucible-pantry (crucible/pantry)
17692024-11-14T03:24:51.302Z exposes: Crucible Pantry (client = crucible-pantry-client)
17702024-11-14T03:24:51.302Z
17712024-11-14T03:24:51.302Z
17722024-11-14T03:24:51.302ZDNS Server
17732024-11-14T03:24:51.302Z dns-server (omicron/dns-server)
17742024-11-14T03:24:51.302Z exposes: DNS Server (client = dns-service-client)
17752024-11-14T03:24:51.304Z
17762024-11-14T03:24:51.304Z
17772024-11-14T03:24:51.304ZHost OS
17782024-11-14T03:24:51.304Z ddmd (maghemite/ddmd)
17792024-11-14T03:24:51.304Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
17802024-11-14T03:24:51.307Z consumes: dpd-client
17812024-11-14T03:24:51.307Z
17822024-11-14T03:24:51.307Z dpd (dendrite/dpd)
17832024-11-14T03:24:51.307Z exposes: Dendrite DPD (client = dpd-client)
17842024-11-14T03:24:51.309Z consumes: gateway-client
17852024-11-14T03:24:51.309Z consumes: nexus-client
17862024-11-14T03:24:51.309Z consumes: sled-agent-client
17872024-11-14T03:24:51.309Z
17882024-11-14T03:24:51.309Z mgd (maghemite/mgd)
17892024-11-14T03:24:51.309Z exposes: Maghemite MG Admin (client = mg-admin-client)
17902024-11-14T03:24:51.311Z consumes: ddm-admin-client
17912024-11-14T03:24:51.311Z consumes: dpd-client
17922024-11-14T03:24:51.311Z
17932024-11-14T03:24:51.311Z omicron-gateway (omicron/gateway)
17942024-11-14T03:24:51.311Z exposes: Management Gateway Service (client = gateway-client)
17952024-11-14T03:24:51.311Z
17962024-11-14T03:24:51.311Z omicron-sled-agent (omicron/sled-agent)
17972024-11-14T03:24:51.311Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
17982024-11-14T03:24:51.311Z exposes: Repo Depot API (client = repo-depot-client)
17992024-11-14T03:24:51.311Z exposes: Sled Agent (client = sled-agent-client)
18002024-11-14T03:24:51.314Z consumes: bootstrap-agent-client
18012024-11-14T03:24:51.314Z consumes: ddm-admin-client
18022024-11-14T03:24:51.314Z consumes: dns-service-client
18032024-11-14T03:24:51.314Z consumes: dpd-client
18042024-11-14T03:24:51.314Z consumes: gateway-client
18052024-11-14T03:24:51.314Z consumes: mg-admin-client
18062024-11-14T03:24:51.314Z consumes: nexus-client
18072024-11-14T03:24:51.314Z consumes: propolis-client
18082024-11-14T03:24:51.314Z consumes: repo-depot-client
18092024-11-14T03:24:51.314Z consumes: sled-agent-client
18102024-11-14T03:24:51.314Z
18112024-11-14T03:24:51.314Z propolis-server (propolis/bin/propolis-server)
18122024-11-14T03:24:51.314Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18132024-11-14T03:24:51.314Z exposes: Propolis (client = propolis-client)
18142024-11-14T03:24:51.317Z consumes: nexus-client
18152024-11-14T03:24:51.317Z
18162024-11-14T03:24:51.317Z tfportd (dendrite/tfportd)
18172024-11-14T03:24:51.317Z consumes: dpd-client
18182024-11-14T03:24:51.317Z
18192024-11-14T03:24:51.317Z wicketd (omicron/wicketd)
18202024-11-14T03:24:51.317Z exposes: Wicketd Installinator (client = installinator-client)
18212024-11-14T03:24:51.317Z exposes: Wicketd (client = wicketd-client)
18222024-11-14T03:24:51.320Z consumes: bootstrap-agent-client
18232024-11-14T03:24:51.320Z consumes: ddm-admin-client
18242024-11-14T03:24:51.320Z consumes: dpd-client
18252024-11-14T03:24:51.320Z consumes: gateway-client
18262024-11-14T03:24:51.320Z
18272024-11-14T03:24:51.320Z
18282024-11-14T03:24:51.320ZInstallinator
18292024-11-14T03:24:51.320Z installinator (omicron/installinator)
18302024-11-14T03:24:51.320Z consumes: ddm-admin-client
18312024-11-14T03:24:51.320Z consumes: installinator-client
18322024-11-14T03:24:51.320Z
18332024-11-14T03:24:51.320Z
18342024-11-14T03:24:51.320ZNexus
18352024-11-14T03:24:51.320Z omicron-nexus (omicron/nexus)
18362024-11-14T03:24:51.320Z exposes: Nexus Internal API (client = nexus-client)
18372024-11-14T03:24:51.320Z exposes: External API (client = oxide-client)
18382024-11-14T03:24:51.323Z consumes: clickhouse-admin-keeper-client
18392024-11-14T03:24:51.323Z consumes: clickhouse-admin-server-client
18402024-11-14T03:24:51.323Z consumes: cockroach-admin-client
18412024-11-14T03:24:51.323Z consumes: crucible-agent-client
18422024-11-14T03:24:51.323Z consumes: crucible-pantry-client
18432024-11-14T03:24:51.323Z consumes: dns-service-client
18442024-11-14T03:24:51.323Z consumes: dpd-client
18452024-11-14T03:24:51.323Z consumes: gateway-client
18462024-11-14T03:24:51.323Z consumes: mg-admin-client
18472024-11-14T03:24:51.323Z consumes: nexus-client
18482024-11-14T03:24:51.323Z consumes: oximeter-client
18492024-11-14T03:24:51.323Z consumes: propolis-client
18502024-11-14T03:24:51.323Z consumes: sled-agent-client
18512024-11-14T03:24:51.323Z
18522024-11-14T03:24:51.323Z
18532024-11-14T03:24:51.323ZOximeter
18542024-11-14T03:24:51.323Z oximeter-collector (omicron/oximeter/collector)
18552024-11-14T03:24:51.323Z exposes: Oximeter (client = oximeter-client)
18562024-11-14T03:24:51.323Z consumes: nexus-client
18572024-11-14T03:24:51.323Z
18582024-11-14T03:24:51.323Z
18592024-11-14T03:24:51.439Z
18602024-11-14T03:24:51.442Zreal 5.611818560
18612024-11-14T03:24:51.442Zuser 4.477887019
18622024-11-14T03:24:51.442Zsys 1.735624845
18632024-11-14T03:24:51.442Ztrap 0.001755485
18642024-11-14T03:24:51.442Ztflt 0.000001579
18652024-11-14T03:24:51.442Zdflt 0.000073307
18662024-11-14T03:24:51.442Zkflt 0.000004289
18672024-11-14T03:24:51.442Zlock 0.002160310
18682024-11-14T03:24:51.442Zslp 10.786919324
18692024-11-14T03:24:51.442Zlat 0.018571942
18702024-11-14T03:24:51.442Zstop 0.067318296
18712024-11-14T03:24:51.442Z+ ptime -m cargo xtask ls-apis servers
18722024-11-14T03:24:51.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18732024-11-14T03:24:51.943Z Running `target/debug/xtask ls-apis servers`
18742024-11-14T03:24:52.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18752024-11-14T03:24:52.790Z Running `target/debug/ls-apis servers`
18762024-11-14T03:24:52.830Zloading metadata for workspace omicron from current workspace
18772024-11-14T03:24:54.031Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
18782024-11-14T03:24:54.034Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/Cargo.toml
18792024-11-14T03:24:54.040Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml
18802024-11-14T03:24:55.850Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
18812024-11-14T03:24:56.647Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18822024-11-14T03:24:56.665Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18832024-11-14T03:24:56.936Zomicron-clickhouse-admin (omicron/clickhouse-admin)
18842024-11-14T03:24:56.936Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18852024-11-14T03:24:56.939Z
18862024-11-14T03:24:56.940Zomicron-cockroach-admin (omicron/cockroach-admin)
18872024-11-14T03:24:56.940Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18882024-11-14T03:24:56.940Z
18892024-11-14T03:24:56.940Zcrucible-agent (crucible/agent)
18902024-11-14T03:24:56.940Z exposes: Crucible Agent (client = crucible-agent-client)
18912024-11-14T03:24:56.940Z
18922024-11-14T03:24:56.940Zcrucible-downstairs (crucible/downstairs)
18932024-11-14T03:24:56.940Z exposes: Crucible Repair (client = repair-client)
18942024-11-14T03:24:56.940Z consumes: repair-client
18952024-11-14T03:24:56.940Z
18962024-11-14T03:24:56.940Zcrucible-pantry (crucible/pantry)
18972024-11-14T03:24:56.940Z exposes: Crucible Pantry (client = crucible-pantry-client)
18982024-11-14T03:24:56.940Z
18992024-11-14T03:24:56.940Zdns-server (omicron/dns-server)
19002024-11-14T03:24:56.940Z exposes: DNS Server (client = dns-service-client)
19012024-11-14T03:24:56.940Z
19022024-11-14T03:24:56.940Zomicron-sled-agent (omicron/sled-agent)
19032024-11-14T03:24:56.940Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19042024-11-14T03:24:56.940Z exposes: Repo Depot API (client = repo-depot-client)
19052024-11-14T03:24:56.940Z exposes: Sled Agent (client = sled-agent-client)
19062024-11-14T03:24:56.940Z consumes: bootstrap-agent-client
19072024-11-14T03:24:56.940Z consumes: ddm-admin-client
19082024-11-14T03:24:56.940Z consumes: dns-service-client
19092024-11-14T03:24:56.940Z consumes: dpd-client
19102024-11-14T03:24:56.940Z consumes: gateway-client
19112024-11-14T03:24:56.940Z consumes: mg-admin-client
19122024-11-14T03:24:56.940Z consumes: nexus-client
19132024-11-14T03:24:56.940Z consumes: propolis-client
19142024-11-14T03:24:56.940Z consumes: repo-depot-client
19152024-11-14T03:24:56.940Z consumes: sled-agent-client
19162024-11-14T03:24:56.940Z
19172024-11-14T03:24:56.940Zpropolis-server (propolis/bin/propolis-server)
19182024-11-14T03:24:56.940Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19192024-11-14T03:24:56.940Z exposes: Propolis (client = propolis-client)
19202024-11-14T03:24:56.940Z consumes: nexus-client
19212024-11-14T03:24:56.940Z
19222024-11-14T03:24:56.941Zddmd (maghemite/ddmd)
19232024-11-14T03:24:56.941Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19242024-11-14T03:24:56.941Z consumes: dpd-client
19252024-11-14T03:24:56.941Z
19262024-11-14T03:24:56.941Zdpd (dendrite/dpd)
19272024-11-14T03:24:56.941Z exposes: Dendrite DPD (client = dpd-client)
19282024-11-14T03:24:56.941Z consumes: gateway-client
19292024-11-14T03:24:56.941Z consumes: nexus-client
19302024-11-14T03:24:56.941Z consumes: sled-agent-client
19312024-11-14T03:24:56.941Z
19322024-11-14T03:24:56.941Zmgd (maghemite/mgd)
19332024-11-14T03:24:56.941Z exposes: Maghemite MG Admin (client = mg-admin-client)
19342024-11-14T03:24:56.941Z consumes: ddm-admin-client
19352024-11-14T03:24:56.941Z consumes: dpd-client
19362024-11-14T03:24:56.941Z
19372024-11-14T03:24:56.941Zomicron-gateway (omicron/gateway)
19382024-11-14T03:24:56.941Z exposes: Management Gateway Service (client = gateway-client)
19392024-11-14T03:24:56.941Z
19402024-11-14T03:24:56.941Ztfportd (dendrite/tfportd)
19412024-11-14T03:24:56.941Z consumes: dpd-client
19422024-11-14T03:24:56.941Z
19432024-11-14T03:24:56.941Zwicketd (omicron/wicketd)
19442024-11-14T03:24:56.941Z exposes: Wicketd Installinator (client = installinator-client)
19452024-11-14T03:24:56.941Z exposes: Wicketd (client = wicketd-client)
19462024-11-14T03:24:56.941Z consumes: bootstrap-agent-client
19472024-11-14T03:24:56.941Z consumes: ddm-admin-client
19482024-11-14T03:24:56.941Z consumes: dpd-client
19492024-11-14T03:24:56.941Z consumes: gateway-client
19502024-11-14T03:24:56.941Z
19512024-11-14T03:24:56.941Zinstallinator (omicron/installinator)
19522024-11-14T03:24:56.941Z consumes: ddm-admin-client
19532024-11-14T03:24:56.941Z consumes: installinator-client
19542024-11-14T03:24:56.941Z
19552024-11-14T03:24:56.941Zomicron-nexus (omicron/nexus)
19562024-11-14T03:24:56.941Z exposes: Nexus Internal API (client = nexus-client)
19572024-11-14T03:24:56.941Z exposes: External API (client = oxide-client)
19582024-11-14T03:24:56.942Z consumes: clickhouse-admin-keeper-client
19592024-11-14T03:24:56.942Z consumes: clickhouse-admin-server-client
19602024-11-14T03:24:56.942Z consumes: cockroach-admin-client
19612024-11-14T03:24:56.942Z consumes: crucible-agent-client
19622024-11-14T03:24:56.942Z consumes: crucible-pantry-client
19632024-11-14T03:24:56.942Z consumes: dns-service-client
19642024-11-14T03:24:56.942Z consumes: dpd-client
19652024-11-14T03:24:56.942Z consumes: gateway-client
19662024-11-14T03:24:56.942Z consumes: mg-admin-client
19672024-11-14T03:24:56.942Z consumes: nexus-client
19682024-11-14T03:24:56.942Z consumes: oximeter-client
19692024-11-14T03:24:56.942Z consumes: propolis-client
19702024-11-14T03:24:56.942Z consumes: sled-agent-client
19712024-11-14T03:24:56.942Z
19722024-11-14T03:24:56.942Zoximeter-collector (omicron/oximeter/collector)
19732024-11-14T03:24:56.942Z exposes: Oximeter (client = oximeter-client)
19742024-11-14T03:24:56.942Z consumes: nexus-client
19752024-11-14T03:24:56.942Z
19762024-11-14T03:24:56.975Z
19772024-11-14T03:24:56.978Zreal 5.518241537
19782024-11-14T03:24:56.978Zuser 4.457455064
19792024-11-14T03:24:56.978Zsys 1.657713223
19802024-11-14T03:24:56.978Ztrap 0.000506420
19812024-11-14T03:24:56.978Ztflt 0.000000000
19822024-11-14T03:24:56.978Zdflt 0.000032494
19832024-11-14T03:24:56.978Zkflt 0.000000000
19842024-11-14T03:24:56.978Zlock 0.001773982
19852024-11-14T03:24:56.978Zslp 10.320013808
19862024-11-14T03:24:56.978Zlat 0.009444365
19872024-11-14T03:24:56.978Zstop 0.065605622
19882024-11-14T03:24:56.978Z+ banner build
19892024-11-14T03:24:56.981Z
19902024-11-14T03:24:56.981Z ##### # # # # #####
19912024-11-14T03:24:56.981Z # # # # # # # #
19922024-11-14T03:24:56.981Z ##### # # # # # #
19932024-11-14T03:24:56.981Z # # # # # # # #
19942024-11-14T03:24:56.981Z # # # # # # # #
19952024-11-14T03:24:56.981Z ##### #### # ###### #####
19962024-11-14T03:24:56.981Z
19972024-11-14T03:24:56.981Z+ export 'RUSTFLAGS=-D warnings'
19982024-11-14T03:24:56.981Z+ RUSTFLAGS='-D warnings'
19992024-11-14T03:24:56.981Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
20002024-11-14T03:24:56.981Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
20012024-11-14T03:24:56.981Z+ [[ illumos == \i\l\l\u\m\o\s ]]
20022024-11-14T03:24:56.981Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
20032024-11-14T03:24:56.981Z+ export TMPDIR=/var/tmp/omicron_tmp
20042024-11-14T03:24:56.981Z+ TMPDIR=/var/tmp/omicron_tmp
20052024-11-14T03:24:56.981Z+ export RUST_BACKTRACE=1
20062024-11-14T03:24:56.981Z+ RUST_BACKTRACE=1
20072024-11-14T03:24:56.981Z+ export CARGO_INCREMENTAL=0
20082024-11-14T03:24:56.981Z+ CARGO_INCREMENTAL=0
20092024-11-14T03:24:56.981Z+ export RUSTC_BOOTSTRAP=1
20102024-11-14T03:24:56.981Z+ RUSTC_BOOTSTRAP=1
20112024-11-14T03:24:56.981Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
20122024-11-14T03:24:58.662Z Dirty proc-macro2 v1.0.89: the rustflags changed
20132024-11-14T03:24:58.662Z Compiling proc-macro2 v1.0.89
20142024-11-14T03:24:58.662Z Dirty unicode-ident v1.0.13: the rustflags changed
20152024-11-14T03:24:58.662Z Compiling unicode-ident v1.0.13
20162024-11-14T03:24:58.665Z Dirty libc v0.2.162: the rustflags changed
20172024-11-14T03:24:58.665Z Compiling libc v0.2.162
20182024-11-14T03:24:58.665Z Dirty cfg-if v1.0.0: the rustflags changed
20192024-11-14T03:24:58.665Z Compiling cfg-if v1.0.0
20202024-11-14T03:24:58.665Z Dirty serde v1.0.215: the rustflags changed
20212024-11-14T03:24:58.665Z Compiling serde v1.0.215
20222024-11-14T03:24:58.665Z Dirty autocfg v1.4.0: the rustflags changed
20232024-11-14T03:24:58.665Z Compiling autocfg v1.4.0
20242024-11-14T03:24:58.665Z Dirty memchr v2.7.4: the rustflags changed
20252024-11-14T03:24:58.665Z Compiling memchr v2.7.4
20262024-11-14T03:24:58.665Z Dirty version_check v0.9.5: the rustflags changed
20272024-11-14T03:24:58.665Z Compiling version_check v0.9.5
20282024-11-14T03:24:58.665Z Running `/home/build/.rustup/toolchains/1.81.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.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c02481439796dfa7 -C extra-filename=-c02481439796dfa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-c02481439796dfa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20292024-11-14T03:24:58.666Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0c90b16fe1aa548 -C extra-filename=-a0c90b16fe1aa548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-11-14T03:24:58.666Z Running `/home/build/.rustup/toolchains/1.81.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.162/build.rs --error-format=json --json=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=9ed6789ca90d87d7 -C extra-filename=-9ed6789ca90d87d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-11-14T03:24:58.815Z Running `/home/build/.rustup/toolchains/1.81.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.215/build.rs --error-format=json --json=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e1f493915488a752 -C extra-filename=-e1f493915488a752 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-11-14T03:24:58.817Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=83c04ded702a2c6e -C extra-filename=-83c04ded702a2c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20332024-11-14T03:24:58.817Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=628c83ce3f8440f3 -C extra-filename=-628c83ce3f8440f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-11-14T03:24:58.831Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3085d201f1b07e89 -C extra-filename=-3085d201f1b07e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-11-14T03:24:58.834Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eab694a454abf753 -C extra-filename=-eab694a454abf753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20362024-11-14T03:24:59.016Z Dirty value-bag v1.9.0: the rustflags changed
20372024-11-14T03:24:59.017Z Compiling value-bag v1.9.0
20382024-11-14T03:24:59.020Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=294d8632e0500484 -C extra-filename=-294d8632e0500484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20392024-11-14T03:24:59.517Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c02481439796dfa7/build-script-build`
20402024-11-14T03:24:59.538Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752/build-script-build`
20412024-11-14T03:24:59.594Z Dirty log v0.4.22: the rustflags changed
20422024-11-14T03:24:59.594Z Compiling log v0.4.22
20432024-11-14T03:24:59.596Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=a2c99244b373d360 -C extra-filename=-a2c99244b373d360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-294d8632e0500484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-11-14T03:24:59.622Z Dirty scopeguard v1.2.0: the rustflags changed
20452024-11-14T03:24:59.622Z Compiling scopeguard v1.2.0
20462024-11-14T03:24:59.625Z Dirty smallvec v1.13.2: the rustflags changed
20472024-11-14T03:24:59.625Z Compiling smallvec v1.13.2
20482024-11-14T03:24:59.625Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e10ff91bdb1d6034 -C extra-filename=-e10ff91bdb1d6034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-11-14T03:24:59.625Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=4dafc5e65351502b -C extra-filename=-4dafc5e65351502b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-11-14T03:24:59.671Z Dirty once_cell v1.20.2: the rustflags changed
20512024-11-14T03:24:59.672Z Compiling once_cell v1.20.2
20522024-11-14T03:24:59.674Z Running `/home/build/.rustup/toolchains/1.81.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.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=4fac8a596e09fa80 -C extra-filename=-4fac8a596e09fa80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-11-14T03:24:59.674Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7/build-script-build`
20542024-11-14T03:24:59.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=29117e4ff36dab03 -C extra-filename=-29117e4ff36dab03 --out-dir /work/oxidecomputer/omicron/target/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 --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
20552024-11-14T03:24:59.802Z Dirty itoa v1.0.11: the rustflags changed
20562024-11-14T03:24:59.802Z Compiling itoa v1.0.11
20572024-11-14T03:24:59.805Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ce59ac6fb623678a -C extra-filename=-ce59ac6fb623678a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20582024-11-14T03:24:59.945Z Running `/home/build/.rustup/toolchains/1.81.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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bb86a0f4b2092559 -C extra-filename=-bb86a0f4b2092559 --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-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
20592024-11-14T03:25:00.004Z Dirty lock_api v0.4.12: the rustflags changed
20602024-11-14T03:25:00.004Z Compiling lock_api v0.4.12
20612024-11-14T03:25:00.007Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=a9a179362601b232 -C extra-filename=-a9a179362601b232 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20622024-11-14T03:25:00.032Z Dirty byteorder v1.5.0: the rustflags changed
20632024-11-14T03:25:00.033Z Compiling byteorder v1.5.0
20642024-11-14T03:25:00.033Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=42c8c764cb4293aa -C extra-filename=-42c8c764cb4293aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-11-14T03:25:00.056Z Dirty pin-project-lite v0.2.14: the rustflags changed
20662024-11-14T03:25:00.056Z Compiling pin-project-lite v0.2.14
20672024-11-14T03:25:00.059Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46453f98c25563b1 -C extra-filename=-46453f98c25563b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20682024-11-14T03:25:00.118Z Dirty subtle v2.6.1: the rustflags changed
20692024-11-14T03:25:00.118Z Compiling subtle v2.6.1
20702024-11-14T03:25:00.121Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=31cb50c570ccb59e -C extra-filename=-31cb50c570ccb59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-11-14T03:25:00.204Z Dirty shlex v1.3.0: the rustflags changed
20722024-11-14T03:25:00.204Z Compiling shlex v1.3.0
20732024-11-14T03:25:00.208Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2501e8bb1c4b8f3 -C extra-filename=-b2501e8bb1c4b8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20742024-11-14T03:25:00.368Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232/build-script-build`
20752024-11-14T03:25:00.469Z Dirty thiserror v1.0.69: the rustflags changed
20762024-11-14T03:25:00.469Z Compiling thiserror v1.0.69
20772024-11-14T03:25:00.472Z Running `/home/build/.rustup/toolchains/1.81.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.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a10ee8adefdd5f1c -C extra-filename=-a10ee8adefdd5f1c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20782024-11-14T03:25:00.497Z Dirty typenum v1.17.0: the rustflags changed
20792024-11-14T03:25:00.498Z Compiling typenum v1.17.0
20802024-11-14T03:25:00.501Z Dirty generic-array v0.14.7: the rustflags changed
20812024-11-14T03:25:00.501Z Compiling generic-array v0.14.7
20822024-11-14T03:25:00.501Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=3083ee05a03332f4 -C extra-filename=-3083ee05a03332f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-11-14T03:25:00.515Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=48977a83d3568803 -C extra-filename=-48977a83d3568803 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20842024-11-14T03:25:00.536Z Dirty parking_lot_core v0.9.10: the rustflags changed
20852024-11-14T03:25:00.536Z Compiling parking_lot_core v0.9.10
20862024-11-14T03:25:00.538Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b958ce598dab1297 -C extra-filename=-b958ce598dab1297 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-11-14T03:25:00.539Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=3f6f9678b9924c1b -C extra-filename=-3f6f9678b9924c1b --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-e10ff91bdb1d6034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
20882024-11-14T03:25:00.626Z Dirty allocator-api2 v0.2.18: the rustflags changed
20892024-11-14T03:25:00.626Z Compiling allocator-api2 v0.2.18
20902024-11-14T03:25:00.628Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=2e7f20aac91d4cde -C extra-filename=-2e7f20aac91d4cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-11-14T03:25:00.879Z Dirty quote v1.0.37: the rustflags changed
20922024-11-14T03:25:00.879Z Compiling quote v1.0.37
20932024-11-14T03:25:00.882Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=061032add1e59e1c -C extra-filename=-061032add1e59e1c --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-bb86a0f4b2092559.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-11-14T03:25:01.041Z Dirty getrandom v0.2.15: the rustflags changed
20952024-11-14T03:25:01.041Z Compiling getrandom v0.2.15
20962024-11-14T03:25:01.044Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=4686656331214bbd -C extra-filename=-4686656331214bbd --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-11-14T03:25:01.074Z Dirty jobserver v0.1.32: the rustflags changed
20982024-11-14T03:25:01.074Z Compiling jobserver v0.1.32
20992024-11-14T03:25:01.077Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72b1c0ae15d2154c -C extra-filename=-72b1c0ae15d2154c --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21002024-11-14T03:25:01.146Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c/build-script-build`
21012024-11-14T03:25:01.356Z Dirty syn v2.0.87: the rustflags changed
21022024-11-14T03:25:01.356Z Compiling syn v2.0.87
21032024-11-14T03:25:01.359Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0e3802aa2be39be2 -C extra-filename=-0e3802aa2be39be2 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-11-14T03:25:01.414Z Dirty rand_core v0.6.4: the rustflags changed
21052024-11-14T03:25:01.414Z Compiling rand_core v0.6.4
21062024-11-14T03:25:01.416Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=873553d298e635a4 -C extra-filename=-873553d298e635a4 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-11-14T03:25:01.470Z Dirty cc v1.1.30: the rustflags changed
21082024-11-14T03:25:01.470Z Compiling cc v1.1.30
21092024-11-14T03:25:01.477Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.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="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=2297e04f177a75f2 -C extra-filename=-2297e04f177a75f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-72b1c0ae15d2154c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-11-14T03:25:01.600Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297/build-script-build`
21112024-11-14T03:25:01.616Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4/build-script-main`
21122024-11-14T03:25:01.619Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803/build-script-build`
21132024-11-14T03:25:01.669Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=85f7ecb3f7363b31 -C extra-filename=-85f7ecb3f7363b31 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-11-14T03:25:01.719Z Dirty ryu v1.0.18: the rustflags changed
21152024-11-14T03:25:01.719Z Compiling ryu v1.0.18
21162024-11-14T03:25:01.722Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=28783a10abc36982 -C extra-filename=-28783a10abc36982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-11-14T03:25:01.761Z Dirty regex-syntax v0.8.5: the rustflags changed
21182024-11-14T03:25:01.762Z Compiling regex-syntax v0.8.5
21192024-11-14T03:25:01.764Z Running `/home/build/.rustup/toolchains/1.81.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=798e3a4bdf9327b3 -C extra-filename=-798e3a4bdf9327b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21202024-11-14T03:25:01.829Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4b6951e7dbfd8f8f -C extra-filename=-4b6951e7dbfd8f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-11-14T03:25:01.978Z Dirty libm v0.2.8: the rustflags changed
21222024-11-14T03:25:01.978Z Compiling libm v0.2.8
21232024-11-14T03:25:01.981Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=bb7d76c431516a46 -C extra-filename=-bb7d76c431516a46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-11-14T03:25:02.007Z Dirty num-traits v0.2.19: the rustflags changed
21252024-11-14T03:25:02.007Z Compiling num-traits v0.2.19
21262024-11-14T03:25:02.010Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=18a8e91f1018e70a -C extra-filename=-18a8e91f1018e70a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-11-14T03:25:02.071Z Dirty parking_lot v0.12.3: the rustflags changed
21282024-11-14T03:25:02.071Z Compiling parking_lot v0.12.3
21292024-11-14T03:25:02.074Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=f79c6fd34a7abec0 -C extra-filename=-f79c6fd34a7abec0 --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-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-85f7ecb3f7363b31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-11-14T03:25:02.291Z Dirty futures-core v0.3.31: the rustflags changed
21312024-11-14T03:25:02.291Z Compiling futures-core v0.3.31
21322024-11-14T03:25:02.294Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=15b4a62ef3693967 -C extra-filename=-15b4a62ef3693967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-11-14T03:25:02.386Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a/build-script-build`
21342024-11-14T03:25:02.391Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46/build-script-build`
21352024-11-14T03:25:02.432Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=b91e4d75cc7c3b0b -C extra-filename=-b91e4d75cc7c3b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-11-14T03:25:02.549Z Dirty spin v0.9.8: the rustflags changed
21372024-11-14T03:25:02.549Z Compiling spin v0.9.8
21382024-11-14T03:25:02.552Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=0d6a5191eef2dd9a -C extra-filename=-0d6a5191eef2dd9a --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-3f6f9678b9924c1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-11-14T03:25:02.607Z Dirty aho-corasick v1.1.3: the rustflags changed
21402024-11-14T03:25:02.607Z Compiling aho-corasick v1.1.3
21412024-11-14T03:25:02.610Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=0da0f4417492a9a4 -C extra-filename=-0da0f4417492a9a4 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-11-14T03:25:02.988Z Dirty rustix v0.38.37: the rustflags changed
21432024-11-14T03:25:02.988Z Compiling rustix v0.38.37
21442024-11-14T03:25:02.991Z Dirty errno v0.3.9: the rustflags changed
21452024-11-14T03:25:02.991Z Compiling errno v0.3.9
21462024-11-14T03:25:02.991Z Running `/home/build/.rustup/toolchains/1.81.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.37/build.rs --error-format=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=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=d3e6b90374196050 -C extra-filename=-d3e6b90374196050 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472024-11-14T03:25:02.991Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b78bd9fe5b9e371b -C extra-filename=-b78bd9fe5b9e371b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-11-14T03:25:03.217Z Dirty signal-hook-registry v1.4.2: the rustflags changed
21492024-11-14T03:25:03.218Z Compiling signal-hook-registry v1.4.2
21502024-11-14T03:25:03.220Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e8f38f4beebb57d -C extra-filename=-1e8f38f4beebb57d --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-11-14T03:25:03.256Z Dirty serde_json v1.0.132: the rustflags changed
21522024-11-14T03:25:03.256Z Compiling serde_json v1.0.132
21532024-11-14T03:25:03.258Z Running `/home/build/.rustup/toolchains/1.81.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.132/build.rs --error-format=json --json=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=211cd0f89e254297 -C extra-filename=-211cd0f89e254297 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-211cd0f89e254297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-11-14T03:25:03.657Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b347099865a56f50 -C extra-filename=-b347099865a56f50 --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-b91e4d75cc7c3b0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
21552024-11-14T03:25:03.843Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-211cd0f89e254297/build-script-build`
21562024-11-14T03:25:03.886Z Dirty equivalent v1.0.1: the rustflags changed
21572024-11-14T03:25:03.886Z Compiling equivalent v1.0.1
21582024-11-14T03:25:03.889Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f76ef270c32b0d6 -C extra-filename=-2f76ef270c32b0d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592024-11-14T03:25:03.950Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050/build-script-build`
21602024-11-14T03:25:04.024Z Dirty foldhash v0.1.3: the rustflags changed
21612024-11-14T03:25:04.024Z Compiling foldhash v0.1.3
21622024-11-14T03:25:04.027Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4317155eba697168 -C extra-filename=-4317155eba697168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-11-14T03:25:04.063Z Dirty mio v1.0.2: the rustflags changed
21642024-11-14T03:25:04.063Z Compiling mio v1.0.2
21652024-11-14T03:25:04.066Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=df13f09366e40281 -C extra-filename=-df13f09366e40281 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-11-14T03:25:04.269Z Dirty hashbrown v0.15.0: the rustflags changed
21672024-11-14T03:25:04.269Z Compiling hashbrown v0.15.0
21682024-11-14T03:25:04.272Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3daf550dc8d29bb8 -C extra-filename=-3daf550dc8d29bb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-2e7f20aac91d4cde.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-2f76ef270c32b0d6.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-4317155eba697168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692024-11-14T03:25:04.354Z Dirty socket2 v0.5.7: the rustflags changed
21702024-11-14T03:25:04.354Z Compiling socket2 v0.5.7
21712024-11-14T03:25:04.357Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=024a7c8877c9d5fd -C extra-filename=-024a7c8877c9d5fd --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-11-14T03:25:05.290Z Dirty fnv v1.0.7: the rustflags changed
21732024-11-14T03:25:05.290Z Compiling fnv v1.0.7
21742024-11-14T03:25:05.295Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=086f5ffe4a25dc54 -C extra-filename=-086f5ffe4a25dc54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-11-14T03:25:05.346Z Dirty lazy_static v1.5.0: the rustflags changed
21762024-11-14T03:25:05.346Z Compiling lazy_static v1.5.0
21772024-11-14T03:25:05.354Z Running `/home/build/.rustup/toolchains/1.81.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.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="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=cc0c30b4f89d8188 -C extra-filename=-cc0c30b4f89d8188 --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-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-11-14T03:25:05.436Z Dirty regex-automata v0.4.8: the rustflags changed
21792024-11-14T03:25:05.436Z Compiling regex-automata v0.4.8
21802024-11-14T03:25:05.439Z Running `/home/build/.rustup/toolchains/1.81.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.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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=1cec3bd77f56db17 -C extra-filename=-1cec3bd77f56db17 --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-11-14T03:25:05.484Z Dirty const-oid v0.9.6: the rustflags changed
21822024-11-14T03:25:05.484Z Compiling const-oid v0.9.6
21832024-11-14T03:25:05.487Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=7c6d8f6ce55bf7b5 -C extra-filename=-7c6d8f6ce55bf7b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-11-14T03:25:05.648Z Dirty slab v0.4.9: the rustflags changed
21852024-11-14T03:25:05.648Z Compiling slab v0.4.9
21862024-11-14T03:25:05.650Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7d8b679e55f5d38f -C extra-filename=-7d8b679e55f5d38f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-11-14T03:25:05.747Z Dirty either v1.13.0: the rustflags changed
21882024-11-14T03:25:05.748Z Compiling either v1.13.0
21892024-11-14T03:25:05.750Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=682f0202de4cb9c8 -C extra-filename=-682f0202de4cb9c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-11-14T03:25:05.871Z Dirty futures-io v0.3.31: the rustflags changed
21912024-11-14T03:25:05.871Z Compiling futures-io v0.3.31
21922024-11-14T03:25:05.874Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0d0c1d18420ed0e7 -C extra-filename=-0d0c1d18420ed0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932024-11-14T03:25:06.026Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f/build-script-build`
21942024-11-14T03:25:06.190Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=593ca64c5dc22e65 -C extra-filename=-593ca64c5dc22e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952024-11-14T03:25:06.217Z Dirty cpufeatures v0.2.14: the rustflags changed
21962024-11-14T03:25:06.217Z Compiling cpufeatures v0.2.14
21972024-11-14T03:25:06.220Z Dirty futures-sink v0.3.31: the rustflags changed
21982024-11-14T03:25:06.220Z Compiling futures-sink v0.3.31
21992024-11-14T03:25:06.220Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b13b59192a6c1bc -C extra-filename=-1b13b59192a6c1bc --out-dir /work/oxidecomputer/omicron/target/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-11-14T03:25:06.220Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=21f681dec55ed1d5 -C extra-filename=-21f681dec55ed1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-11-14T03:25:06.326Z Dirty pkg-config v0.3.31: the rustflags changed
22022024-11-14T03:25:06.326Z Compiling pkg-config v0.3.31
22032024-11-14T03:25:06.329Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e90c200a67fff3 -C extra-filename=-d7e90c200a67fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-11-14T03:25:06.407Z Dirty stable_deref_trait v1.2.0: the rustflags changed
22052024-11-14T03:25:06.407Z Compiling stable_deref_trait v1.2.0
22062024-11-14T03:25:06.409Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6f7e95531580c1da -C extra-filename=-6f7e95531580c1da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-11-14T03:25:06.514Z Dirty pin-utils v0.1.0: the rustflags changed
22082024-11-14T03:25:06.514Z Compiling pin-utils v0.1.0
22092024-11-14T03:25:06.520Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4b18aa76c089b05 -C extra-filename=-c4b18aa76c089b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-11-14T03:25:06.542Z Dirty heck v0.5.0: the rustflags changed
22112024-11-14T03:25:06.542Z Compiling heck v0.5.0
22122024-11-14T03:25:06.545Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=702249e0617a2365 -C extra-filename=-702249e0617a2365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132024-11-14T03:25:06.629Z Dirty futures-channel v0.3.31: the rustflags changed
22142024-11-14T03:25:06.629Z Compiling futures-channel v0.3.31
22152024-11-14T03:25:06.632Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f4bf537936a3f942 -C extra-filename=-f4bf537936a3f942 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162024-11-14T03:25:07.082Z Dirty futures-task v0.3.31: the rustflags changed
22172024-11-14T03:25:07.082Z Compiling futures-task v0.3.31
22182024-11-14T03:25:07.085Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ec40fd422059f537 -C extra-filename=-ec40fd422059f537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-11-14T03:25:07.110Z Dirty semver v1.0.23: the rustflags changed
22202024-11-14T03:25:07.110Z Compiling semver v1.0.23
22212024-11-14T03:25:07.150Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dd56d50781dc5e1c -C extra-filename=-dd56d50781dc5e1c --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-11-14T03:25:07.424Z Dirty iana-time-zone v0.1.61: the rustflags changed
22232024-11-14T03:25:07.424Z Compiling iana-time-zone v0.1.61
22242024-11-14T03:25:07.426Z Running `/home/build/.rustup/toolchains/1.81.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.61/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d5293dfbc80d23ab -C extra-filename=-d5293dfbc80d23ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-11-14T03:25:07.451Z Dirty syn v1.0.109: the rustflags changed
22262024-11-14T03:25:07.451Z Compiling syn v1.0.109
22272024-11-14T03:25:07.454Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=edba8be794cbb348 -C extra-filename=-edba8be794cbb348 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282024-11-14T03:25:07.718Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c/build-script-build`
22292024-11-14T03:25:07.797Z Dirty tracing-core v0.1.32: the rustflags changed
22302024-11-14T03:25:07.798Z Compiling tracing-core v0.1.32
22312024-11-14T03:25:07.800Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=32ae53d24b2aaea1 -C extra-filename=-32ae53d24b2aaea1 --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-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-11-14T03:25:07.911Z Dirty glob v0.3.1: the rustflags changed
22332024-11-14T03:25:07.911Z Compiling glob v0.3.1
22342024-11-14T03:25:07.914Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dec4d7736b1aadcb -C extra-filename=-dec4d7736b1aadcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-11-14T03:25:07.947Z Dirty home v0.5.9: the rustflags changed
22362024-11-14T03:25:07.948Z Compiling home v0.5.9
22372024-11-14T03:25:07.948Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4181d55d297293f -C extra-filename=-f4181d55d297293f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-11-14T03:25:08.191Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348/build-script-build`
22392024-11-14T03:25:08.223Z Dirty minimal-lexical v0.2.1: the rustflags changed
22402024-11-14T03:25:08.223Z Compiling minimal-lexical v0.2.1
22412024-11-14T03:25:08.226Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=514822049975a5bd -C extra-filename=-514822049975a5bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-11-14T03:25:08.265Z Dirty percent-encoding v2.3.1: the rustflags changed
22432024-11-14T03:25:08.265Z Compiling percent-encoding v2.3.1
22442024-11-14T03:25:08.287Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0874bce15360e10d -C extra-filename=-0874bce15360e10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-11-14T03:25:08.293Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e2368bfcbc9d8904 -C extra-filename=-e2368bfcbc9d8904 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
22462024-11-14T03:25:08.569Z Dirty dyn-clone v1.0.17: the rustflags changed
22472024-11-14T03:25:08.569Z Compiling dyn-clone v1.0.17
22482024-11-14T03:25:08.571Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=320946a34e5e6631 -C extra-filename=-320946a34e5e6631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-11-14T03:25:08.661Z Dirty nom v7.1.3: the rustflags changed
22502024-11-14T03:25:08.662Z Compiling nom v7.1.3
22512024-11-14T03:25:08.665Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=1096e8633209e52a -C extra-filename=-1096e8633209e52a --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-628c83ce3f8440f3.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-514822049975a5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522024-11-14T03:25:08.803Z Dirty litemap v0.7.3: the rustflags changed
22532024-11-14T03:25:08.803Z Compiling litemap v0.7.3
22542024-11-14T03:25:08.805Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=12d61032a7232bb3 -C extra-filename=-12d61032a7232bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-11-14T03:25:08.834Z Dirty schemars v0.8.21: the rustflags changed
22562024-11-14T03:25:08.834Z Compiling schemars v0.8.21
22572024-11-14T03:25:08.836Z Running `/home/build/.rustup/toolchains/1.81.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.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=93a2f88f9acde361 -C extra-filename=-93a2f88f9acde361 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-11-14T03:25:08.968Z Dirty writeable v0.5.5: the rustflags changed
22592024-11-14T03:25:08.968Z Compiling writeable v0.5.5
22602024-11-14T03:25:08.971Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=2b2c0bc2625b13ad -C extra-filename=-2b2c0bc2625b13ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-11-14T03:25:09.217Z Dirty synstructure v0.13.1: the rustflags changed
22622024-11-14T03:25:09.217Z Compiling synstructure v0.13.1
22632024-11-14T03:25:09.220Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-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="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=cd3425be11553615 -C extra-filename=-cd3425be11553615 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-11-14T03:25:09.261Z Dirty serde_derive_internals v0.29.1: the rustflags changed
22652024-11-14T03:25:09.261Z Compiling serde_derive_internals v0.29.1
22662024-11-14T03:25:09.263Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361/build-script-build`
22672024-11-14T03:25:09.263Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec8d7351929ead43 -C extra-filename=-ec8d7351929ead43 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-11-14T03:25:09.309Z Dirty clang-sys v1.8.1: the rustflags changed
22692024-11-14T03:25:09.309Z Compiling clang-sys v1.8.1
22702024-11-14T03:25:09.311Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=9468e29ea888e2c2 -C extra-filename=-9468e29ea888e2c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712024-11-14T03:25:09.569Z Dirty vcpkg v0.2.15: the rustflags changed
22722024-11-14T03:25:09.570Z Compiling vcpkg v0.2.15
22732024-11-14T03:25:09.608Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee8254f094605247 -C extra-filename=-ee8254f094605247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-11-14T03:25:10.095Z Dirty prettyplease v0.2.25: the rustflags changed
22752024-11-14T03:25:10.095Z Compiling prettyplease v0.2.25
22762024-11-14T03:25:10.098Z Running `/home/build/.rustup/toolchains/1.81.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.25/build.rs --error-format=json --json=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=57ee97ff453a716c -C extra-filename=-57ee97ff453a716c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-11-14T03:25:10.495Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c/build-script-build`
22782024-11-14T03:25:10.538Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2/build-script-build`
22792024-11-14T03:25:10.579Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
22802024-11-14T03:25:10.579Z Compiling icu_locid_transform_data v1.5.0
22812024-11-14T03:25:10.582Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7957942082d8dad2 -C extra-filename=-7957942082d8dad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-11-14T03:25:10.706Z Dirty crossbeam-utils v0.8.20: the rustflags changed
22832024-11-14T03:25:10.706Z Compiling crossbeam-utils v0.8.20
22842024-11-14T03:25:10.709Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=ad244ce700ff3deb -C extra-filename=-ad244ce700ff3deb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-11-14T03:25:10.884Z Dirty form_urlencoded v1.2.1: the rustflags changed
22862024-11-14T03:25:10.884Z Compiling form_urlencoded v1.2.1
22872024-11-14T03:25:10.887Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=38be6dc4a21eb4ab -C extra-filename=-38be6dc4a21eb4ab --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-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-11-14T03:25:11.233Z Dirty regex v1.11.1: the rustflags changed
22892024-11-14T03:25:11.233Z Compiling regex v1.11.1
22902024-11-14T03:25:11.236Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a2e05c7d531f1f8e -C extra-filename=-a2e05c7d531f1f8e --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-11-14T03:25:11.427Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb/build-script-build`
22922024-11-14T03:25:11.470Z Dirty itertools v0.12.1: the rustflags changed
22932024-11-14T03:25:11.471Z Compiling itertools v0.12.1
22942024-11-14T03:25:11.473Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ae1ce0c123c35ba1 -C extra-filename=-ae1ce0c123c35ba1 --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-11-14T03:25:11.884Z Dirty libloading v0.8.5: the rustflags changed
22962024-11-14T03:25:11.884Z Compiling libloading v0.8.5
22972024-11-14T03:25:11.887Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e9c285acf763a93 -C extra-filename=-5e9c285acf763a93 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-11-14T03:25:12.177Z Dirty bindgen v0.69.5: the rustflags changed
22992024-11-14T03:25:12.177Z Compiling bindgen v0.69.5
23002024-11-14T03:25:12.180Z Running `/home/build/.rustup/toolchains/1.81.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.5/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=54f5fc571672e0b5 -C extra-filename=-54f5fc571672e0b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-11-14T03:25:12.347Z Dirty icu_properties_data v1.5.0: the rustflags changed
23022024-11-14T03:25:12.347Z Compiling icu_properties_data v1.5.0
23032024-11-14T03:25:12.351Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9bd5f6fdd433a45 -C extra-filename=-a9bd5f6fdd433a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-11-14T03:25:12.379Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=d7102ae7ac96b3ce -C extra-filename=-d7102ae7ac96b3ce --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-dec4d7736b1aadcb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-5e9c285acf763a93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-11-14T03:25:12.542Z Dirty cexpr v0.6.0: the rustflags changed
23062024-11-14T03:25:12.542Z Compiling cexpr v0.6.0
23072024-11-14T03:25:12.544Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c2fe60045c9bcf -C extra-filename=-47c2fe60045c9bcf --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-1096e8633209e52a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-11-14T03:25:12.638Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=a82849320d8cb1d1 -C extra-filename=-a82849320d8cb1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
23092024-11-14T03:25:13.027Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5/build-script-build`
23102024-11-14T03:25:13.066Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0c1895992fb94fa8 -C extra-filename=-0c1895992fb94fa8 --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-bb86a0f4b2092559.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
23112024-11-14T03:25:14.014Z Dirty ring v0.17.8: the rustflags changed
23122024-11-14T03:25:14.014Z Compiling ring v0.17.8
23132024-11-14T03:25:14.018Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=efa00a62cdca1d2e -C extra-filename=-efa00a62cdca1d2e --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-11-14T03:25:14.469Z Dirty utf8_iter v1.0.4: the rustflags changed
23152024-11-14T03:25:14.469Z Compiling utf8_iter v1.0.4
23162024-11-14T03:25:14.472Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5641cf8715ef0d52 -C extra-filename=-5641cf8715ef0d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-11-14T03:25:14.741Z Dirty write16 v1.0.0: the rustflags changed
23182024-11-14T03:25:14.741Z Compiling write16 v1.0.0
23192024-11-14T03:25:14.743Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=bcc1c0a7a48c36bb -C extra-filename=-bcc1c0a7a48c36bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-11-14T03:25:14.875Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
23212024-11-14T03:25:14.875Z Compiling icu_normalizer_data v1.5.0
23222024-11-14T03:25:14.887Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e11a27b340862ad0 -C extra-filename=-e11a27b340862ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-11-14T03:25:14.903Z Dirty rustc-hash v1.1.0: the rustflags changed
23242024-11-14T03:25:14.903Z Compiling rustc-hash v1.1.0
23252024-11-14T03:25:14.905Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5050d291e6f94822 -C extra-filename=-5050d291e6f94822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-11-14T03:25:15.001Z Dirty lazycell v1.3.0: the rustflags changed
23272024-11-14T03:25:15.001Z Compiling lazycell v1.3.0
23282024-11-14T03:25:15.004Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=a2d4d16d95f9d7dc -C extra-filename=-a2d4d16d95f9d7dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-11-14T03:25:15.068Z Dirty utf16_iter v1.0.5: the rustflags changed
23302024-11-14T03:25:15.068Z Compiling utf16_iter v1.0.5
23312024-11-14T03:25:15.071Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da3eb426fea5ab87 -C extra-filename=-da3eb426fea5ab87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-11-14T03:25:15.195Z Dirty httparse v1.9.5: the rustflags changed
23332024-11-14T03:25:15.195Z Compiling httparse v1.9.5
23342024-11-14T03:25:15.197Z Running `/home/build/.rustup/toolchains/1.81.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.9.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=8295f7160196729b -C extra-filename=-8295f7160196729b --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-11-14T03:25:15.272Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e/build-script-build`
23362024-11-14T03:25:15.299Z Dirty paste v1.0.15: the rustflags changed
23372024-11-14T03:25:15.299Z Compiling paste v1.0.15
23382024-11-14T03:25:15.302Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16717b46f66bb5af -C extra-filename=-16717b46f66bb5af --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-11-14T03:25:15.903Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af/build-script-build`
23402024-11-14T03:25:15.984Z Dirty adler2 v2.0.0: the rustflags changed
23412024-11-14T03:25:15.984Z Compiling adler2 v2.0.0
23422024-11-14T03:25:15.987Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=36f35f9c7d0f7be0 -C extra-filename=-36f35f9c7d0f7be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-11-14T03:25:16.025Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b/build-script-build`
23442024-11-14T03:25:16.104Z Dirty tinyvec_macros v0.1.1: the rustflags changed
23452024-11-14T03:25:16.104Z Compiling tinyvec_macros v0.1.1
23462024-11-14T03:25:16.108Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4982b0c839feebb2 -C extra-filename=-4982b0c839feebb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472024-11-14T03:25:16.201Z Dirty tinyvec v1.8.0: the rustflags changed
23482024-11-14T03:25:16.201Z Compiling tinyvec v1.8.0
23492024-11-14T03:25:16.206Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=e7413fa0c8eb6f0b -C extra-filename=-e7413fa0c8eb6f0b --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-4982b0c839feebb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-11-14T03:25:16.228Z Dirty miniz_oxide v0.8.0: the rustflags changed
23512024-11-14T03:25:16.228Z Compiling miniz_oxide v0.8.0
23522024-11-14T03:25:16.230Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=567203bf7b54cb21 -C extra-filename=-567203bf7b54cb21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-36f35f9c7d0f7be0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532024-11-14T03:25:16.252Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=7559930a4f3fd1fe -C extra-filename=-7559930a4f3fd1fe --out-dir /work/oxidecomputer/omicron/target/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_neon_intrinsics --cfg httparse_simd`
23542024-11-14T03:25:16.360Z Dirty serde_derive v1.0.215: the rustflags changed
23552024-11-14T03:25:16.360Z Compiling serde_derive v1.0.215
23562024-11-14T03:25:16.363Z Running `/home/build/.rustup/toolchains/1.81.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.215/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=5993f2d28b3a8551 -C extra-filename=-5993f2d28b3a8551 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572024-11-14T03:25:16.972Z Dirty zeroize_derive v1.4.2: the rustflags changed
23582024-11-14T03:25:16.972Z Compiling zeroize_derive v1.4.2
23592024-11-14T03:25:16.975Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9ffa8e7f186eb69 -C extra-filename=-f9ffa8e7f186eb69 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602024-11-14T03:25:17.631Z Dirty thiserror-impl v1.0.69: the rustflags changed
23612024-11-14T03:25:17.631Z Compiling thiserror-impl v1.0.69
23622024-11-14T03:25:17.633Z Running `/home/build/.rustup/toolchains/1.81.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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=843d65027f8dc2f7 -C extra-filename=-843d65027f8dc2f7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-11-14T03:25:17.764Z Dirty zerocopy-derive v0.7.35: the rustflags changed
23642024-11-14T03:25:17.764Z Compiling zerocopy-derive v0.7.35
23652024-11-14T03:25:17.767Z Running `/home/build/.rustup/toolchains/1.81.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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=097a6433dcce2fc7 -C extra-filename=-097a6433dcce2fc7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-11-14T03:25:18.549Z Dirty tokio-macros v2.4.0: the rustflags changed
23672024-11-14T03:25:18.549Z Compiling tokio-macros v2.4.0
23682024-11-14T03:25:18.551Z Running `/home/build/.rustup/toolchains/1.81.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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a038ba3b6ad1ea8a -C extra-filename=-a038ba3b6ad1ea8a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-11-14T03:25:18.780Z Dirty zeroize v1.8.1: the rustflags changed
23702024-11-14T03:25:18.780Z Compiling zeroize v1.8.1
23712024-11-14T03:25:18.782Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=e36277d4aa1c4608 -C extra-filename=-e36277d4aa1c4608 --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-f9ffa8e7f186eb69.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-11-14T03:25:19.197Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2b500a8874ca0b37 -C extra-filename=-2b500a8874ca0b37 --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-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
23732024-11-14T03:25:20.305Z Dirty zerocopy v0.7.35: the rustflags changed
23742024-11-14T03:25:20.305Z Compiling zerocopy v0.7.35
23752024-11-14T03:25:20.308Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6ad875dd4010cc5b -C extra-filename=-6ad875dd4010cc5b --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-097a6433dcce2fc7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762024-11-14T03:25:20.331Z Dirty futures-macro v0.3.31: the rustflags changed
23772024-11-14T03:25:20.331Z Compiling futures-macro v0.3.31
23782024-11-14T03:25:20.333Z Running `/home/build/.rustup/toolchains/1.81.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.31/src/lib.rs --error-format=json --json=diagnostic-rendered-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=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=d8a332b909f49938 -C extra-filename=-d8a332b909f49938 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-11-14T03:25:20.620Z Dirty crypto-common v0.1.6: the rustflags changed
23802024-11-14T03:25:20.620Z Compiling crypto-common v0.1.6
23812024-11-14T03:25:20.623Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=7fdfedb38dd16271 -C extra-filename=-7fdfedb38dd16271 --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-2b500a8874ca0b37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822024-11-14T03:25:20.875Z Dirty block-buffer v0.10.4: the rustflags changed
23832024-11-14T03:25:20.875Z Compiling block-buffer v0.10.4
23842024-11-14T03:25:20.878Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=985c14dbbceadb88 -C extra-filename=-985c14dbbceadb88 --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-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-11-14T03:25:21.063Z Dirty zerofrom-derive v0.1.4: the rustflags changed
23862024-11-14T03:25:21.063Z Compiling zerofrom-derive v0.1.4
23872024-11-14T03:25:21.066Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c8dacccadf111a0 -C extra-filename=-1c8dacccadf111a0 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-cd3425be11553615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-11-14T03:25:21.138Z Dirty digest v0.10.7: the rustflags changed
23892024-11-14T03:25:21.138Z Compiling digest v0.10.7
23902024-11-14T03:25:21.141Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=427828cb45815475 -C extra-filename=-427828cb45815475 --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-985c14dbbceadb88.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-11-14T03:25:21.241Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a5e48bea2035fe5 -C extra-filename=-7a5e48bea2035fe5 --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-843d65027f8dc2f7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
23922024-11-14T03:25:21.406Z Dirty tracing-attributes v0.1.27: the rustflags changed
23932024-11-14T03:25:21.406Z Compiling tracing-attributes v0.1.27
23942024-11-14T03:25:21.408Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=67b6838575b7fb9a -C extra-filename=-67b6838575b7fb9a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-11-14T03:25:21.676Z Dirty yoke-derive v0.7.4: the rustflags changed
23962024-11-14T03:25:21.676Z Compiling yoke-derive v0.7.4
23972024-11-14T03:25:21.679Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63339358f079e623 -C extra-filename=-63339358f079e623 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-cd3425be11553615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982024-11-14T03:25:22.017Z Dirty ppv-lite86 v0.2.20: the rustflags changed
23992024-11-14T03:25:22.017Z Compiling ppv-lite86 v0.2.20
24002024-11-14T03:25:22.020Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8ea62941bf87be65 -C extra-filename=-8ea62941bf87be65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-11-14T03:25:22.496Z Dirty futures-util v0.3.31: the rustflags changed
24022024-11-14T03:25:22.496Z Compiling futures-util v0.3.31
24032024-11-14T03:25:22.499Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0e75d2014d70b1ca -C extra-filename=-0e75d2014d70b1ca --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-d8a332b909f49938.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042024-11-14T03:25:22.858Z Dirty rand_chacha v0.3.1: the rustflags changed
24052024-11-14T03:25:22.858Z Compiling rand_chacha v0.3.1
24062024-11-14T03:25:22.861Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c35faf152b40ed9d -C extra-filename=-c35faf152b40ed9d --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-8ea62941bf87be65.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-11-14T03:25:22.893Z Dirty displaydoc v0.2.5: the rustflags changed
24082024-11-14T03:25:22.893Z Compiling displaydoc v0.2.5
24092024-11-14T03:25:22.896Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e4f2679682b94175 -C extra-filename=-e4f2679682b94175 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-11-14T03:25:24.676Z Dirty rand v0.8.5: the rustflags changed
24112024-11-14T03:25:24.676Z Compiling rand v0.8.5
24122024-11-14T03:25:24.679Z Running `/home/build/.rustup/toolchains/1.81.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="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=41bf9abf24590c70 -C extra-filename=-41bf9abf24590c70 --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-29117e4ff36dab03.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-11-14T03:25:24.908Z Dirty zerovec-derive v0.10.3: the rustflags changed
24142024-11-14T03:25:24.908Z Compiling zerovec-derive v0.10.3
24152024-11-14T03:25:24.911Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70d0cc6dcf22faa4 -C extra-filename=-70d0cc6dcf22faa4 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-11-14T03:25:24.937Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=1ac9fc4a930966d4 -C extra-filename=-1ac9fc4a930966d4 --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-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
24172024-11-14T03:25:25.114Z Dirty icu_provider_macros v1.5.0: the rustflags changed
24182024-11-14T03:25:25.114Z Compiling icu_provider_macros v1.5.0
24192024-11-14T03:25:25.116Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92aae60481d038bb -C extra-filename=-92aae60481d038bb --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-11-14T03:25:25.316Z Dirty schemars_derive v0.8.21: the rustflags changed
24212024-11-14T03:25:25.317Z Compiling schemars_derive v0.8.21
24222024-11-14T03:25:25.319Z Running `/home/build/.rustup/toolchains/1.81.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=544d8c96a73400c3 -C extra-filename=-544d8c96a73400c3 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ec8d7351929ead43.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-11-14T03:25:25.506Z Dirty tracing v0.1.40: the rustflags changed
24242024-11-14T03:25:25.506Z Compiling tracing v0.1.40
24252024-11-14T03:25:25.508Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=259315155e448d30 -C extra-filename=-259315155e448d30 --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-a2c99244b373d360.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-67b6838575b7fb9a.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-32ae53d24b2aaea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-11-14T03:25:25.557Z Dirty zerofrom v0.1.4: the rustflags changed
24272024-11-14T03:25:25.557Z Compiling zerofrom v0.1.4
24282024-11-14T03:25:25.559Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=5df5fb59ed73e996 -C extra-filename=-5df5fb59ed73e996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-1c8dacccadf111a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-11-14T03:25:25.823Z Dirty yoke v0.7.4: the rustflags changed
24302024-11-14T03:25:25.823Z Compiling yoke v0.7.4
24312024-11-14T03:25:25.826Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=b831cd7dcc0c16fe -C extra-filename=-b831cd7dcc0c16fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-63339358f079e623.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-11-14T03:25:26.073Z Dirty block-padding v0.3.3: the rustflags changed
24332024-11-14T03:25:26.073Z Compiling block-padding v0.3.3
24342024-11-14T03:25:26.075Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7ae99d2f75a76b1d -C extra-filename=-7ae99d2f75a76b1d --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-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-11-14T03:25:26.205Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65509bc7a12a7936 -C extra-filename=-65509bc7a12a7936 --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 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
24362024-11-14T03:25:26.404Z Dirty inout v0.1.3: the rustflags changed
24372024-11-14T03:25:26.404Z Compiling inout v0.1.3
24382024-11-14T03:25:26.407Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=eb68e2ab9c24eeea -C extra-filename=-eb68e2ab9c24eeea --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-7ae99d2f75a76b1d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392024-11-14T03:25:26.540Z Dirty num-conv v0.1.0: the rustflags changed
24402024-11-14T03:25:26.540Z Compiling num-conv v0.1.0
24412024-11-14T03:25:26.543Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c109b9a9c8f233d7 -C extra-filename=-c109b9a9c8f233d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422024-11-14T03:25:26.709Z Dirty cipher v0.4.4: the rustflags changed
24432024-11-14T03:25:26.709Z Compiling cipher v0.4.4
24442024-11-14T03:25:26.726Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=359f414b48a0b383 -C extra-filename=-359f414b48a0b383 --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-7fdfedb38dd16271.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-11-14T03:25:26.844Z Dirty powerfmt v0.2.0: the rustflags changed
24462024-11-14T03:25:26.844Z Compiling powerfmt v0.2.0
24472024-11-14T03:25:26.869Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=94e40ca91964149b -C extra-filename=-94e40ca91964149b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-11-14T03:25:26.872Z Dirty time-core v0.1.2: the rustflags changed
24492024-11-14T03:25:26.872Z Compiling time-core v0.1.2
24502024-11-14T03:25:26.875Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa003117469a7882 -C extra-filename=-fa003117469a7882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-11-14T03:25:27.077Z Dirty atomic-waker v1.1.2: the rustflags changed
24522024-11-14T03:25:27.077Z Compiling atomic-waker v1.1.2
24532024-11-14T03:25:27.080Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=10b6fa6e98e5e04e -C extra-filename=-10b6fa6e98e5e04e --out-dir /work/oxidecomputer/omicron/target/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-11-14T03:25:27.260Z Dirty deranged v0.3.11: the rustflags changed
24552024-11-14T03:25:27.260Z Compiling deranged v0.3.11
24562024-11-14T03:25:27.260Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=dbdb4213ab242975 -C extra-filename=-dbdb4213ab242975 --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-94e40ca91964149b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-11-14T03:25:27.288Z Dirty time-macros v0.2.18: the rustflags changed
24582024-11-14T03:25:27.288Z Compiling time-macros v0.2.18
24592024-11-14T03:25:27.290Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=362a2e7b94bbb09f -C extra-filename=-362a2e7b94bbb09f --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-c109b9a9c8f233d7.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-11-14T03:25:27.290Z Dirty unicode-normalization v0.1.24: the rustflags changed
24612024-11-14T03:25:27.308Z Compiling unicode-normalization v0.1.24
24622024-11-14T03:25:27.333Z Running `/home/build/.rustup/toolchains/1.81.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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca1e9b17af3e7cbc -C extra-filename=-ca1e9b17af3e7cbc --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-e7413fa0c8eb6f0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-11-14T03:25:27.609Z Dirty cmake v0.1.51: the rustflags changed
24642024-11-14T03:25:27.609Z Compiling cmake v0.1.51
24652024-11-14T03:25:27.612Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4abb57eea5816ada -C extra-filename=-4abb57eea5816ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662024-11-14T03:25:27.754Z Dirty zerovec v0.10.4: the rustflags changed
24672024-11-14T03:25:27.754Z Compiling zerovec v0.10.4
24682024-11-14T03:25:27.757Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9001411a1c150067 -C extra-filename=-9001411a1c150067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-70d0cc6dcf22faa4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-11-14T03:25:28.483Z Dirty fs_extra v1.3.0: the rustflags changed
24702024-11-14T03:25:28.483Z Compiling fs_extra v1.3.0
24712024-11-14T03:25:28.492Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=242258cbf285726b -C extra-filename=-242258cbf285726b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-11-14T03:25:28.660Z Dirty dunce v1.0.5: the rustflags changed
24732024-11-14T03:25:28.660Z Compiling dunce v1.0.5
24742024-11-14T03:25:28.663Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e5c62976113e5f4 -C extra-filename=-3e5c62976113e5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-11-14T03:25:28.848Z Dirty num_threads v0.1.7: the rustflags changed
24762024-11-14T03:25:28.848Z Compiling num_threads v0.1.7
24772024-11-14T03:25:28.853Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb868be3d96725b1 -C extra-filename=-bb868be3d96725b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-11-14T03:25:29.003Z Dirty untrusted v0.9.0: the rustflags changed
24792024-11-14T03:25:29.003Z Compiling untrusted v0.9.0
24802024-11-14T03:25:29.006Z Dirty base64ct v1.6.0: the rustflags changed
24812024-11-14T03:25:29.006Z Compiling base64ct v1.6.0
24822024-11-14T03:25:29.006Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e0d280491b15715 -C extra-filename=-1e0d280491b15715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-11-14T03:25:29.006Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d4bf7869d4ee9385 -C extra-filename=-d4bf7869d4ee9385 --out-dir /work/oxidecomputer/omicron/target/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-11-14T03:25:29.054Z Dirty unicode-bidi v0.3.17: the rustflags changed
24852024-11-14T03:25:29.054Z Compiling unicode-bidi v0.3.17
24862024-11-14T03:25:29.056Z Running `/home/build/.rustup/toolchains/1.81.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.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=89934fbd737039c3 -C extra-filename=-89934fbd737039c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-11-14T03:25:29.161Z Dirty hmac v0.12.1: the rustflags changed
24882024-11-14T03:25:29.161Z Compiling hmac v0.12.1
24892024-11-14T03:25:29.164Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=39c1f5afe63003ce -C extra-filename=-39c1f5afe63003ce --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-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-11-14T03:25:29.211Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=2d831c09c951a940 -C extra-filename=-2d831c09c951a940 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
24912024-11-14T03:25:29.371Z Dirty sha2 v0.10.8: the rustflags changed
24922024-11-14T03:25:29.372Z Compiling sha2 v0.10.8
24932024-11-14T03:25:29.374Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=74d5ef4f7c47e951 -C extra-filename=-74d5ef4f7c47e951 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-11-14T03:25:29.450Z Dirty rustls-pki-types v1.9.0: the rustflags changed
24952024-11-14T03:25:29.450Z Compiling rustls-pki-types v1.9.0
24962024-11-14T03:25:29.453Z Running `/home/build/.rustup/toolchains/1.81.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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=04f7107bd418b86a -C extra-filename=-04f7107bd418b86a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-11-14T03:25:29.656Z Dirty aws-lc-rs v1.10.0: the rustflags changed
24982024-11-14T03:25:29.656Z Compiling aws-lc-rs v1.10.0
24992024-11-14T03:25:29.658Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=19dac61b5d485f18 -C extra-filename=-19dac61b5d485f18 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-11-14T03:25:30.211Z Dirty tinystr v0.7.6: the rustflags changed
25012024-11-14T03:25:30.211Z Compiling tinystr v0.7.6
25022024-11-14T03:25:30.213Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=ac8cf0bebe308e78 -C extra-filename=-ac8cf0bebe308e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-11-14T03:25:30.213Z Dirty icu_collections v1.5.0: the rustflags changed
25042024-11-14T03:25:30.213Z Compiling icu_collections v1.5.0
25052024-11-14T03:25:30.239Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=bf43da5e90f84448 -C extra-filename=-bf43da5e90f84448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-11-14T03:25:30.499Z Dirty strsim v0.11.1: the rustflags changed
25072024-11-14T03:25:30.499Z Compiling strsim v0.11.1
25082024-11-14T03:25:30.499Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f51eb3e58dfb259b -C extra-filename=-f51eb3e58dfb259b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-11-14T03:25:30.623Z Dirty icu_locid v1.5.0: the rustflags changed
25102024-11-14T03:25:30.623Z Compiling icu_locid v1.5.0
25112024-11-14T03:25:30.626Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=47d5509865a070ca -C extra-filename=-47d5509865a070ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-12d61032a7232bb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-11-14T03:25:30.670Z Dirty ahash v0.8.11: the rustflags changed
25132024-11-14T03:25:30.670Z Compiling ahash v0.8.11
25142024-11-14T03:25:30.672Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=ca4dd35bd6d55561 -C extra-filename=-ca4dd35bd6d55561 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-11-14T03:25:30.742Z Dirty time v0.3.36: the rustflags changed
25162024-11-14T03:25:30.742Z Compiling time v0.3.36
25172024-11-14T03:25:30.745Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=e66601789c1c58db -C extra-filename=-e66601789c1c58db --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-dbdb4213ab242975.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c109b9a9c8f233d7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-bb868be3d96725b1.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-94e40ca91964149b.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-11-14T03:25:31.071Z Dirty bytes v1.7.2: the rustflags changed
25192024-11-14T03:25:31.071Z Compiling bytes v1.7.2
25202024-11-14T03:25:31.074Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8f3db5af18e8ba7c -C extra-filename=-8f3db5af18e8ba7c --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-11-14T03:25:31.367Z Dirty bitflags v2.6.0: the rustflags changed
25222024-11-14T03:25:31.367Z Compiling bitflags v2.6.0
25232024-11-14T03:25:31.370Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0f2df29a0f34846c -C extra-filename=-0f2df29a0f34846c --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-11-14T03:25:31.439Z Running `/home/build/.rustup/toolchains/1.81.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.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=eb5a8386ca9927b8 -C extra-filename=-eb5a8386ca9927b8 --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-ce59ac6fb623678a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
25252024-11-14T03:25:31.717Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=a9fa2cc94e1a2df0 -C extra-filename=-a9fa2cc94e1a2df0 --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-0f2df29a0f34846c.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-b78bd9fe5b9e371b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25262024-11-14T03:25:31.879Z Dirty indexmap v2.6.0: the rustflags changed
25272024-11-14T03:25:31.879Z Compiling indexmap v2.6.0
25282024-11-14T03:25:31.889Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=7b51d40d91e0d99e -C extra-filename=-7b51d40d91e0d99e --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-2f76ef270c32b0d6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3daf550dc8d29bb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292024-11-14T03:25:32.420Z Dirty tokio v1.40.0: the rustflags changed
25302024-11-14T03:25:32.420Z Compiling tokio v1.40.0
25312024-11-14T03:25:32.423Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/lib.rs --error-format=json --json=diagnostic-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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1f75cef0b6b15e85 -C extra-filename=-1f75cef0b6b15e85 --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-8f3db5af18e8ba7c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a038ba3b6ad1ea8a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-11-14T03:25:32.964Z Dirty chrono v0.4.38: the rustflags changed
25332024-11-14T03:25:32.964Z Compiling chrono v0.4.38
25342024-11-14T03:25:32.967Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=07ebaf0eb0f1113e -C extra-filename=-07ebaf0eb0f1113e --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-d5293dfbc80d23ab.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-11-14T03:25:33.053Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=080cabe85a0bfc93 -C extra-filename=-080cabe85a0bfc93 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
25362024-11-14T03:25:33.081Z Dirty uuid v1.11.0: the rustflags changed
25372024-11-14T03:25:33.081Z Compiling uuid v1.11.0
25382024-11-14T03:25:33.084Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=dbe622088552c55b -C extra-filename=-dbe622088552c55b --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-4686656331214bbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-11-14T03:25:33.389Z Dirty http v1.1.0: the rustflags changed
25402024-11-14T03:25:33.389Z Compiling http v1.1.0
25412024-11-14T03:25:33.392Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=efdfc1810bb1bf37 -C extra-filename=-efdfc1810bb1bf37 --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-8f3db5af18e8ba7c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-11-14T03:25:33.837Z Dirty icu_provider v1.5.0: the rustflags changed
25432024-11-14T03:25:33.837Z Compiling icu_provider v1.5.0
25442024-11-14T03:25:33.840Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=4e309ef13f3437fd -C extra-filename=-4e309ef13f3437fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-47d5509865a070ca.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-92aae60481d038bb.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-11-14T03:25:34.587Z Dirty toml_datetime v0.6.8: the rustflags changed
25462024-11-14T03:25:34.587Z Compiling toml_datetime v0.6.8
25472024-11-14T03:25:34.589Z Running `/home/build/.rustup/toolchains/1.81.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.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=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0aa4feb74b385baa -C extra-filename=-0aa4feb74b385baa --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-11-14T03:25:34.759Z Dirty icu_locid_transform v1.5.0: the rustflags changed
25492024-11-14T03:25:34.759Z Compiling icu_locid_transform v1.5.0
25502024-11-14T03:25:34.762Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=db11512e1a3ee737 -C extra-filename=-db11512e1a3ee737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-47d5509865a070ca.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-7957942082d8dad2.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-11-14T03:25:34.993Z Dirty serde_spanned v0.6.8: the rustflags changed
25522024-11-14T03:25:34.993Z Compiling serde_spanned v0.6.8
25532024-11-14T03:25:34.996Z Running `/home/build/.rustup/toolchains/1.81.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.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=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d7770edb9996d87b -C extra-filename=-d7770edb9996d87b --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-11-14T03:25:35.126Z Dirty untrusted v0.7.1: the rustflags changed
25552024-11-14T03:25:35.126Z Compiling untrusted v0.7.1
25562024-11-14T03:25:35.129Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85f9154abafa93cc -C extra-filename=-85f9154abafa93cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-11-14T03:25:35.246Z Dirty http-body v1.0.1: the rustflags changed
25582024-11-14T03:25:35.246Z Compiling http-body v1.0.1
25592024-11-14T03:25:35.249Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7bd29d7eea56d98 -C extra-filename=-d7bd29d7eea56d98 --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-8f3db5af18e8ba7c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-11-14T03:25:35.328Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561/build-script-build`
25612024-11-14T03:25:35.413Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=643079f31bf71cd5 -C extra-filename=-643079f31bf71cd5 --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-8f3db5af18e8ba7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-544d8c96a73400c3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25622024-11-14T03:25:35.497Z Dirty serde_tokenstream v0.2.2: the rustflags changed
25632024-11-14T03:25:35.497Z Compiling serde_tokenstream v0.2.2
25642024-11-14T03:25:35.500Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c14b4def3b7b710 -C extra-filename=-2c14b4def3b7b710 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-11-14T03:25:36.078Z Dirty icu_properties v1.5.1: the rustflags changed
25662024-11-14T03:25:36.078Z Compiling icu_properties v1.5.1
25672024-11-14T03:25:36.081Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=7bfa441acc74bf19 -C extra-filename=-7bfa441acc74bf19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-bf43da5e90f84448.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-db11512e1a3ee737.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-a9bd5f6fdd433a45.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-11-14T03:25:36.160Z Dirty which v4.4.2: the rustflags changed
25692024-11-14T03:25:36.160Z Compiling which v4.4.2
25702024-11-14T03:25:36.163Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=0a130d1e6ce1c928 -C extra-filename=-0a130d1e6ce1c928 --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-682f0202de4cb9c8.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-11-14T03:25:36.214Z Dirty base64 v0.22.1: the rustflags changed
25722024-11-14T03:25:36.214Z Compiling base64 v0.22.1
25732024-11-14T03:25:36.217Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e342ec737c4cbcc0 -C extra-filename=-e342ec737c4cbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742024-11-14T03:25:36.806Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=c415dfacc37d7b0e -C extra-filename=-c415dfacc37d7b0e --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-0f2df29a0f34846c.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-47c2fe60045c9bcf.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-d7102ae7ac96b3ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a2d4d16d95f9d7dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-5050d291e6f94822.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0a130d1e6ce1c928.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-11-14T03:25:36.895Z Dirty mirai-annotations v1.12.0: the rustflags changed
25762024-11-14T03:25:36.895Z Compiling mirai-annotations v1.12.0
25772024-11-14T03:25:36.899Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aee8da451d01836 -C extra-filename=-8aee8da451d01836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-11-14T03:25:37.021Z Dirty httpdate v1.0.3: the rustflags changed
25792024-11-14T03:25:37.021Z Compiling httpdate v1.0.3
25802024-11-14T03:25:37.024Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b628303ab060738e -C extra-filename=-b628303ab060738e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-11-14T03:25:37.104Z Dirty gimli v0.31.1: the rustflags changed
25822024-11-14T03:25:37.104Z Compiling gimli v0.31.1
25832024-11-14T03:25:37.107Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a3faa3c0c7fa0821 -C extra-filename=-a3faa3c0c7fa0821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-11-14T03:25:37.284Z Dirty try-lock v0.2.5: the rustflags changed
25852024-11-14T03:25:37.284Z Compiling try-lock v0.2.5
25862024-11-14T03:25:37.287Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=747153f929bb83ec -C extra-filename=-747153f929bb83ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-11-14T03:25:37.462Z Dirty want v0.3.1: the rustflags changed
25882024-11-14T03:25:37.462Z Compiling want v0.3.1
25892024-11-14T03:25:37.462Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ead3ca97a60afa1 -C extra-filename=-3ead3ca97a60afa1 --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-747153f929bb83ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902024-11-14T03:25:37.533Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=8be98ef023620e24 -C extra-filename=-8be98ef023620e24 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
25912024-11-14T03:25:37.559Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
25922024-11-14T03:25:37.560Z Compiling pem-rfc7468 v0.7.0
25932024-11-14T03:25:37.562Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b898a37d897096ef -C extra-filename=-b898a37d897096ef --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-d4bf7869d4ee9385.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-11-14T03:25:37.772Z Dirty object v0.36.5: the rustflags changed
25952024-11-14T03:25:37.772Z Compiling object v0.36.5
25962024-11-14T03:25:37.775Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.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="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=3423eab4a3ee376f -C extra-filename=-3423eab4a3ee376f --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-11-14T03:25:38.205Z Dirty anyhow v1.0.93: the rustflags changed
25982024-11-14T03:25:38.205Z Compiling anyhow v1.0.93
25992024-11-14T03:25:38.207Z Running `/home/build/.rustup/toolchains/1.81.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.93/build.rs --error-format=json --json=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=36b59f506f157716 -C extra-filename=-36b59f506f157716 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-11-14T03:25:38.342Z Dirty slog v2.7.0: the rustflags changed
26012024-11-14T03:25:38.342Z Compiling slog v2.7.0
26022024-11-14T03:25:38.345Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=1b561724bc2e6888 -C extra-filename=-1b561724bc2e6888 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032024-11-14T03:25:38.983Z Dirty rustc-demangle v0.1.24: the rustflags changed
26042024-11-14T03:25:38.983Z Compiling rustc-demangle v0.1.24
26052024-11-14T03:25:38.983Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=8106a9e9660fa6bc -C extra-filename=-8106a9e9660fa6bc --out-dir /work/oxidecomputer/omicron/target/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-11-14T03:25:39.031Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888/build-script-build`
26072024-11-14T03:25:39.109Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716/build-script-build`
26082024-11-14T03:25:39.262Z Dirty async-trait v0.1.83: the rustflags changed
26092024-11-14T03:25:39.262Z Compiling async-trait v0.1.83
26102024-11-14T03:25:39.266Z Running `/home/build/.rustup/toolchains/1.81.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.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49589da9b84e9811 -C extra-filename=-49589da9b84e9811 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-11-14T03:25:39.612Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=25d89424d82fb873 -C extra-filename=-25d89424d82fb873 --out-dir /work/oxidecomputer/omicron/target/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`
26122024-11-14T03:25:39.969Z Dirty icu_normalizer v1.5.0: the rustflags changed
26132024-11-14T03:25:39.969Z Compiling icu_normalizer v1.5.0
26142024-11-14T03:25:39.972Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=e5162d4ae6a979cd -C extra-filename=-e5162d4ae6a979cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-bf43da5e90f84448.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-e11a27b340862ad0.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-7bfa441acc74bf19.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-da3eb426fea5ab87.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-bcc1c0a7a48c36bb.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-11-14T03:25:40.463Z Dirty der_derive v0.7.3: the rustflags changed
26162024-11-14T03:25:40.463Z Compiling der_derive v0.7.3
26172024-11-14T03:25:40.466Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31577b0b060ff4ae -C extra-filename=-31577b0b060ff4ae --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-11-14T03:25:41.123Z Dirty idna_adapter v1.2.0: the rustflags changed
26192024-11-14T03:25:41.123Z Compiling idna_adapter v1.2.0
26202024-11-14T03:25:41.126Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=41bf7d86d48d8d78 -C extra-filename=-41bf7d86d48d8d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-e5162d4ae6a979cd.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-7bfa441acc74bf19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-11-14T03:25:41.383Z Dirty idna v1.0.3: the rustflags changed
26222024-11-14T03:25:41.383Z Compiling idna v1.0.3
26232024-11-14T03:25:41.385Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=8bb4c30a15313fbb -C extra-filename=-8bb4c30a15313fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-41bf7d86d48d8d78.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-11-14T03:25:42.019Z Dirty url v2.5.3: the rustflags changed
26252024-11-14T03:25:42.019Z Compiling url v2.5.3
26262024-11-14T03:25:42.022Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=4ee61df05021305d -C extra-filename=-4ee61df05021305d --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-38be6dc4a21eb4ab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8bb4c30a15313fbb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-11-14T03:25:42.201Z Dirty tokio-util v0.7.12: the rustflags changed
26282024-11-14T03:25:42.201Z Compiling tokio-util v0.7.12
26292024-11-14T03:25:42.240Z Running `/home/build/.rustup/toolchains/1.81.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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=b9fdeff246bf82e9 -C extra-filename=-b9fdeff246bf82e9 --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-8f3db5af18e8ba7c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-11-14T03:25:42.351Z Dirty addr2line v0.24.2: the rustflags changed
26312024-11-14T03:25:42.352Z Compiling addr2line v0.24.2
26322024-11-14T03:25:42.355Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=709a971c98b8890b -C extra-filename=-709a971c98b8890b --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-a3faa3c0c7fa0821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-11-14T03:25:43.080Z Dirty openssl-sys v0.9.104: the rustflags changed
26342024-11-14T03:25:43.080Z Compiling openssl-sys v0.9.104
26352024-11-14T03:25:43.083Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=57c4e1988b1edce2 -C extra-filename=-57c4e1988b1edce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-57c4e1988b1edce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-11-14T03:25:43.262Z Dirty h2 v0.4.6: the rustflags changed
26372024-11-14T03:25:43.262Z Compiling h2 v0.4.6
26382024-11-14T03:25:43.265Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=d05d6e8437d08b25 -C extra-filename=-d05d6e8437d08b25 --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-10b6fa6e98e5e04e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-11-14T03:25:43.291Z Dirty flagset v0.4.6: the rustflags changed
26402024-11-14T03:25:43.291Z Compiling flagset v0.4.6
26412024-11-14T03:25:43.293Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=491b37971a78a06c -C extra-filename=-491b37971a78a06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-11-14T03:25:43.513Z Dirty tower-service v0.3.3: the rustflags changed
26432024-11-14T03:25:43.513Z Compiling tower-service v0.3.3
26442024-11-14T03:25:43.515Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e201aa8f8e39e31 -C extra-filename=-7e201aa8f8e39e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-11-14T03:25:43.632Z Dirty der v0.7.9: the rustflags changed
26462024-11-14T03:25:43.632Z Compiling der v0.7.9
26472024-11-14T03:25:43.635Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=f183f0e5c5907bba -C extra-filename=-f183f0e5c5907bba --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-7c6d8f6ce55bf7b5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-31577b0b060ff4ae.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-491b37971a78a06c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482024-11-14T03:25:43.669Z Dirty rustc_version v0.4.1: the rustflags changed
26492024-11-14T03:25:43.669Z Compiling rustc_version v0.4.1
26502024-11-14T03:25:43.672Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c782d8caf7484299 -C extra-filename=-c782d8caf7484299 --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-080cabe85a0bfc93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-11-14T03:25:44.136Z Dirty pbkdf2 v0.12.2: the rustflags changed
26522024-11-14T03:25:44.136Z Compiling pbkdf2 v0.12.2
26532024-11-14T03:25:44.138Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=28c3c8cd8ae2b7c0 -C extra-filename=-28c3c8cd8ae2b7c0 --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-427828cb45815475.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542024-11-14T03:25:44.307Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-57c4e1988b1edce2/build-script-main`
26552024-11-14T03:25:44.335Z Dirty aes v0.8.4: the rustflags changed
26562024-11-14T03:25:44.335Z Compiling aes v0.8.4
26572024-11-14T03:25:44.335Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=49508c3e1240323b -C extra-filename=-49508c3e1240323b --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582024-11-14T03:25:44.410Z Dirty mime v0.3.17: the rustflags changed
26592024-11-14T03:25:44.410Z Compiling mime v0.3.17
26602024-11-14T03:25:44.414Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71803c34803b0cd3 -C extra-filename=-71803c34803b0cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612024-11-14T03:25:44.526Z Dirty salsa20 v0.10.2: the rustflags changed
26622024-11-14T03:25:44.526Z Compiling salsa20 v0.10.2
26632024-11-14T03:25:44.529Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salsa20-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1422ece10b257101 -C extra-filename=-1422ece10b257101 --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-11-14T03:25:44.791Z Dirty cbc v0.1.2: the rustflags changed
26652024-11-14T03:25:44.791Z Compiling cbc v0.1.2
26662024-11-14T03:25:44.794Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=76d987e85f125aed -C extra-filename=-76d987e85f125aed --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-11-14T03:25:45.021Z Dirty rustversion v1.0.17: the rustflags changed
26682024-11-14T03:25:45.021Z Compiling rustversion v1.0.17
26692024-11-14T03:25:45.057Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d7e3802da7f45fc -C extra-filename=-0d7e3802da7f45fc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-11-14T03:25:45.060Z Dirty scrypt v0.11.0: the rustflags changed
26712024-11-14T03:25:45.060Z Compiling scrypt v0.11.0
26722024-11-14T03:25:45.062Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scrypt-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=a6e691b40eb966d6 -C extra-filename=-a6e691b40eb966d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-1422ece10b257101.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732024-11-14T03:25:45.657Z Dirty backtrace v0.3.74: the rustflags changed
26742024-11-14T03:25:45.657Z Compiling backtrace v0.3.74
26752024-11-14T03:25:45.660Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs --error-format=json --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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=2ca694c8f8f1277b -C extra-filename=-2ca694c8f8f1277b --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-709a971c98b8890b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-3423eab4a3ee376f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-8106a9e9660fa6bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-11-14T03:25:45.850Z Dirty spki v0.7.3: the rustflags changed
26772024-11-14T03:25:45.850Z Compiling spki v0.7.3
26782024-11-14T03:25:45.852Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=50538df004389ff1 -C extra-filename=-50538df004389ff1 --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-f183f0e5c5907bba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792024-11-14T03:25:46.026Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc/build-script-build`
26802024-11-14T03:25:46.107Z Dirty http-body-util v0.1.2: the rustflags changed
26812024-11-14T03:25:46.107Z Compiling http-body-util v0.1.2
26822024-11-14T03:25:46.110Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=781c1ee142155a49 -C extra-filename=-781c1ee142155a49 --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-8f3db5af18e8ba7c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d7bd29d7eea56d98.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832024-11-14T03:25:46.274Z Dirty futures-executor v0.3.31: the rustflags changed
26842024-11-14T03:25:46.274Z Compiling futures-executor v0.3.31
26852024-11-14T03:25:46.277Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=fc30b88e9e6e4df3 -C extra-filename=-fc30b88e9e6e4df3 --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-15b4a62ef3693967.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862024-11-14T03:25:46.649Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b3a11a022b1c6aa4 -C extra-filename=-b3a11a022b1c6aa4 --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-2ca694c8f8f1277b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
26872024-11-14T03:25:46.880Z Dirty ipnet v2.10.1: the rustflags changed
26882024-11-14T03:25:46.880Z Compiling ipnet v2.10.1
26892024-11-14T03:25:46.882Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8a897554a5f2cfdc -C extra-filename=-8a897554a5f2cfdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-11-14T03:25:47.122Z Dirty camino v1.1.9: the rustflags changed
26912024-11-14T03:25:47.122Z Compiling camino v1.1.9
26922024-11-14T03:25:47.125Z Running `/home/build/.rustup/toolchains/1.81.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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=21823301989abe72 -C extra-filename=-21823301989abe72 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932024-11-14T03:25:47.184Z Dirty futures v0.3.31: the rustflags changed
26942024-11-14T03:25:47.184Z Compiling futures v0.3.31
26952024-11-14T03:25:47.188Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=6961bb14eaa0b2c9 -C extra-filename=-6961bb14eaa0b2c9 --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fc30b88e9e6e4df3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-11-14T03:25:47.322Z Dirty pkcs5 v0.7.1: the rustflags changed
26972024-11-14T03:25:47.322Z Compiling pkcs5 v0.7.1
26982024-11-14T03:25:47.345Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs5-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="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=f892454cf30be5aa -C extra-filename=-f892454cf30be5aa --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-49508c3e1240323b.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a6e691b40eb966d6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-11-14T03:25:47.615Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=544be2dde67464e7 -C extra-filename=-544be2dde67464e7 --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 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
27002024-11-14T03:25:47.882Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72/build-script-build`
27012024-11-14T03:25:47.962Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27022024-11-14T03:25:47.962Z Compiling rustls-pemfile v2.2.0
27032024-11-14T03:25:47.965Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=54c9dd9f9eac97f3 -C extra-filename=-54c9dd9f9eac97f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-11-14T03:25:47.991Z Dirty foreign-types-shared v0.1.1: the rustflags changed
27052024-11-14T03:25:47.992Z Compiling foreign-types-shared v0.1.1
27062024-11-14T03:25:47.994Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ae9624d4928c1ce -C extra-filename=-4ae9624d4928c1ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-11-14T03:25:48.121Z Dirty winnow v0.6.20: the rustflags changed
27082024-11-14T03:25:48.121Z Compiling winnow v0.6.20
27092024-11-14T03:25:48.124Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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 --warn=rust_2018_idioms '--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::uninlined_format_args' '--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::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--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::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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=6e9433d0d0d5932c -C extra-filename=-6e9433d0d0d5932c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102024-11-14T03:25:48.177Z Dirty openssl-probe v0.1.5: the rustflags changed
27112024-11-14T03:25:48.177Z Compiling openssl-probe v0.1.5
27122024-11-14T03:25:48.179Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd81080d435c4bbe -C extra-filename=-dd81080d435c4bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-11-14T03:25:48.308Z Dirty openssl v0.10.68: the rustflags changed
27142024-11-14T03:25:48.308Z Compiling openssl v0.10.68
27152024-11-14T03:25:48.346Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.68/build.rs --error-format=json --json=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=7e24e573914f4d9b -C extra-filename=-7e24e573914f4d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-7e24e573914f4d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-11-14T03:25:48.558Z Dirty foreign-types v0.3.2: the rustflags changed
27172024-11-14T03:25:48.558Z Compiling foreign-types v0.3.2
27182024-11-14T03:25:48.560Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65aad7686e050c4b -C extra-filename=-65aad7686e050c4b --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-4ae9624d4928c1ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-11-14T03:25:48.597Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=9798e8e7609cdab8 -C extra-filename=-9798e8e7609cdab8 --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-1ac9fc4a930966d4.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 --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
27202024-11-14T03:25:48.673Z Dirty pkcs8 v0.10.2: the rustflags changed
27212024-11-14T03:25:48.673Z Compiling pkcs8 v0.10.2
27222024-11-14T03:25:48.676Z Running `/home/build/.rustup/toolchains/1.81.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="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=519023090d6b1cbc -C extra-filename=-519023090d6b1cbc --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-f183f0e5c5907bba.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f892454cf30be5aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-11-14T03:25:48.890Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-7e24e573914f4d9b/build-script-build`
27242024-11-14T03:25:48.909Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=fc17366cfcdb24bd -C extra-filename=-fc17366cfcdb24bd --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-29117e4ff36dab03.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 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
27252024-11-14T03:25:49.190Z Dirty serde_urlencoded v0.7.1: the rustflags changed
27262024-11-14T03:25:49.190Z Compiling serde_urlencoded v0.7.1
27272024-11-14T03:25:49.193Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a7e2ac205968f40 -C extra-filename=-7a7e2ac205968f40 --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-38be6dc4a21eb4ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-11-14T03:25:49.345Z Dirty openssl-macros v0.1.1: the rustflags changed
27292024-11-14T03:25:49.346Z Compiling openssl-macros v0.1.1
27302024-11-14T03:25:49.349Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e45ea6fe60a8af5 -C extra-filename=-2e45ea6fe60a8af5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-11-14T03:25:49.492Z Dirty encoding_rs v0.8.34: the rustflags changed
27322024-11-14T03:25:49.492Z Compiling encoding_rs v0.8.34
27332024-11-14T03:25:49.495Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=70175fab1ccacbea -C extra-filename=-70175fab1ccacbea --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-11-14T03:25:49.686Z Dirty utf8parse v0.2.2: the rustflags changed
27352024-11-14T03:25:49.686Z Compiling utf8parse v0.2.2
27362024-11-14T03:25:49.695Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=6f3e25e7cc201eae -C extra-filename=-6f3e25e7cc201eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-11-14T03:25:49.781Z Dirty rustls v0.23.14: the rustflags changed
27382024-11-14T03:25:49.781Z Compiling rustls v0.23.14
27392024-11-14T03:25:49.784Z Running `/home/build/.rustup/toolchains/1.81.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.23.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="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=a633434a5a181dfc -C extra-filename=-a633434a5a181dfc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a633434a5a181dfc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-11-14T03:25:49.875Z Dirty data-encoding v2.6.0: the rustflags changed
27412024-11-14T03:25:49.875Z Compiling data-encoding v2.6.0
27422024-11-14T03:25:49.878Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b3a3d8d3edcc003a -C extra-filename=-b3a3d8d3edcc003a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-11-14T03:25:50.106Z Dirty is-terminal v0.4.13: the rustflags changed
27442024-11-14T03:25:50.109Z Compiling is-terminal v0.4.13
27452024-11-14T03:25:50.109Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df36d71ac9df22f7 -C extra-filename=-df36d71ac9df22f7 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462024-11-14T03:25:50.245Z Dirty hyper v1.5.0: the rustflags changed
27472024-11-14T03:25:50.245Z Compiling hyper v1.5.0
27482024-11-14T03:25:50.248Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=a5e7d89dc8d3bf84 -C extra-filename=-a5e7d89dc8d3bf84 --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-8f3db5af18e8ba7c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d05d6e8437d08b25.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d7bd29d7eea56d98.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3ead3ca97a60afa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-11-14T03:25:50.269Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.68/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=ade214701d568573 -C extra-filename=-ade214701d568573 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-2e45ea6fe60a8af5.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fc17366cfcdb24bd.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 ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
27502024-11-14T03:25:50.299Z Dirty native-tls v0.2.12: the rustflags changed
27512024-11-14T03:25:50.299Z Compiling native-tls v0.2.12
27522024-11-14T03:25:50.301Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=527a3d84177c8990 -C extra-filename=-527a3d84177c8990 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-11-14T03:25:50.706Z Dirty winnow v0.5.40: the rustflags changed
27542024-11-14T03:25:50.706Z Compiling winnow v0.5.40
27552024-11-14T03:25:50.709Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c00e47ede8d84e42 -C extra-filename=-c00e47ede8d84e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562024-11-14T03:25:52.142Z Dirty unicode-width v0.1.14: the rustflags changed
27572024-11-14T03:25:52.142Z Compiling unicode-width v0.1.14
27582024-11-14T03:25:52.145Z Running `/home/build/.rustup/toolchains/1.81.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.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="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=6f7bee780039a0b9 -C extra-filename=-6f7bee780039a0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-11-14T03:25:52.348Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990/build-script-build`
27602024-11-14T03:25:52.389Z Dirty openapiv3 v2.0.0: the rustflags changed
27612024-11-14T03:25:52.389Z Compiling openapiv3 v2.0.0
27622024-11-14T03:25:52.393Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=fade29d57381db29 -C extra-filename=-fade29d57381db29 --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-7b51d40d91e0d99e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-11-14T03:25:52.706Z Dirty hyper-util v0.1.10: the rustflags changed
27642024-11-14T03:25:52.706Z Compiling hyper-util v0.1.10
27652024-11-14T03:25:52.709Z Running `/home/build/.rustup/toolchains/1.81.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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=280e0dad12da35ea -C extra-filename=-280e0dad12da35ea --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-8f3db5af18e8ba7c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d7bd29d7eea56d98.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-11-14T03:25:53.984Z Dirty sha1 v0.10.6: the rustflags changed
27672024-11-14T03:25:53.985Z Compiling sha1 v0.10.6
27682024-11-14T03:25:53.987Z Running `/home/build/.rustup/toolchains/1.81.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="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=dc368f25c9d668a2 -C extra-filename=-dc368f25c9d668a2 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-11-14T03:25:54.031Z Dirty cookie v0.18.1: the rustflags changed
27702024-11-14T03:25:54.031Z Compiling cookie v0.18.1
27712024-11-14T03:25:54.033Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=09f8dc1bc7b07af5 -C extra-filename=-09f8dc1bc7b07af5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-11-14T03:25:54.405Z Dirty anstyle v1.0.10: the rustflags changed
27732024-11-14T03:25:54.405Z Compiling anstyle v1.0.10
27742024-11-14T03:25:54.420Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.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 --warn=rust_2018_idioms '--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::uninlined_format_args' '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2570a634c4322755 -C extra-filename=-2570a634c4322755 --out-dir /work/oxidecomputer/omicron/target/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-11-14T03:25:54.440Z Dirty ucd-trie v0.1.7: the rustflags changed
27762024-11-14T03:25:54.440Z Compiling ucd-trie v0.1.7
27772024-11-14T03:25:54.440Z Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4c18e325ffeaca11 -C extra-filename=-4c18e325ffeaca11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-11-14T03:25:54.580Z Dirty toml_edit v0.19.15: the rustflags changed
27792024-11-14T03:25:54.580Z Compiling toml_edit v0.19.15
27802024-11-14T03:25:54.583Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=27cb6e30adf30b5f -C extra-filename=-27cb6e30adf30b5f --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-7b51d40d91e0d99e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-c00e47ede8d84e42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812024-11-14T03:25:54.892Z Dirty pest v2.7.14: the rustflags changed
27822024-11-14T03:25:54.892Z Compiling pest v2.7.14
27832024-11-14T03:25:54.895Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5/build-script-build`
27842024-11-14T03:25:54.895Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=5af8e4fd799fe7f7 -C extra-filename=-5af8e4fd799fe7f7 --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-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4c18e325ffeaca11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-11-14T03:25:54.997Z Dirty idna v0.3.0: the rustflags changed
27862024-11-14T03:25:54.997Z Compiling idna v0.3.0
27872024-11-14T03:25:55.004Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fdebc8d3d00eecf -C extra-filename=-1fdebc8d3d00eecf --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-11-14T03:25:55.107Z Dirty dirs-sys-next v0.1.2: the rustflags changed
27892024-11-14T03:25:55.107Z Compiling dirs-sys-next v0.1.2
27902024-11-14T03:25:55.109Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f04d49ba7c0903e -C extra-filename=-9f04d49ba7c0903e --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-11-14T03:25:55.819Z Dirty siphasher v0.3.11: the rustflags changed
27922024-11-14T03:25:55.819Z Compiling siphasher v0.3.11
27932024-11-14T03:25:55.822Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=752bae3711125b75 -C extra-filename=-752bae3711125b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-11-14T03:25:55.860Z Dirty psl-types v2.0.11: the rustflags changed
27952024-11-14T03:25:55.860Z Compiling psl-types v2.0.11
27962024-11-14T03:25:55.862Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ba679d9131670da -C extra-filename=-9ba679d9131670da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-11-14T03:25:56.074Z Dirty publicsuffix v2.2.3: the rustflags changed
27982024-11-14T03:25:56.074Z Compiling publicsuffix v2.2.3
27992024-11-14T03:25:56.077Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=db356629c40dd0cd -C extra-filename=-db356629c40dd0cd --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-1fdebc8d3d00eecf.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9ba679d9131670da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-11-14T03:25:56.208Z Dirty dirs-next v2.0.0: the rustflags changed
28012024-11-14T03:25:56.208Z Compiling dirs-next v2.0.0
28022024-11-14T03:25:56.211Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f538736e7c271869 -C extra-filename=-f538736e7c271869 --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-83c04ded702a2c6e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-9f04d49ba7c0903e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-11-14T03:25:56.341Z Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=10113f7b36e29269 -C extra-filename=-10113f7b36e29269 --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-0874bce15360e10d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042024-11-14T03:25:56.440Z Dirty toml_edit v0.22.22: the rustflags changed
28052024-11-14T03:25:56.440Z Compiling toml_edit v0.22.22
28062024-11-14T03:25:56.442Z Running `/home/build/.rustup/toolchains/1.81.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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=991a477f22f47871 -C extra-filename=-991a477f22f47871 --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-7b51d40d91e0d99e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-11-14T03:25:56.746Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=43194166069d2705 -C extra-filename=-43194166069d2705 --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-a2c99244b373d360.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fc17366cfcdb24bd.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`
28082024-11-14T03:25:56.894Z Dirty webpki-roots v0.26.6: the rustflags changed
28092024-11-14T03:25:56.894Z Compiling webpki-roots v0.26.6
28102024-11-14T03:25:56.897Z Running `/home/build/.rustup/toolchains/1.81.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.26.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6103dfe9143ed6d1 -C extra-filename=-6103dfe9143ed6d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-11-14T03:25:57.141Z Dirty tokio-native-tls v0.3.1: the rustflags changed
28122024-11-14T03:25:57.141Z Compiling tokio-native-tls v0.3.1
28132024-11-14T03:25:57.144Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=ba58a25da81c97fb -C extra-filename=-ba58a25da81c97fb --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-43194166069d2705.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28142024-11-14T03:25:57.403Z Dirty idna v0.5.0: the rustflags changed
28152024-11-14T03:25:57.403Z Compiling idna v0.5.0
28162024-11-14T03:25:57.406Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=251e599054c51ec1 -C extra-filename=-251e599054c51ec1 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-11-14T03:25:57.460Z Dirty pest_meta v2.7.14: the rustflags changed
28182024-11-14T03:25:57.460Z Compiling pest_meta v2.7.14
28192024-11-14T03:25:57.462Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5b12a97a310d97a1 -C extra-filename=-5b12a97a310d97a1 --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-4fac8a596e09fa80.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5af8e4fd799fe7f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-11-14T03:25:57.532Z Dirty scroll_derive v0.12.0: the rustflags changed
28212024-11-14T03:25:57.532Z Compiling scroll_derive v0.12.0
28222024-11-14T03:25:57.535Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02e859541e6d17aa -C extra-filename=-02e859541e6d17aa --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-11-14T03:25:57.992Z Dirty hyper-tls v0.6.0: the rustflags changed
28242024-11-14T03:25:57.992Z Compiling hyper-tls v0.6.0
28252024-11-14T03:25:57.994Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=8e1bb739586970be -C extra-filename=-8e1bb739586970be --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-8f3db5af18e8ba7c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-43194166069d2705.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ba58a25da81c97fb.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28262024-11-14T03:25:58.438Z Dirty cookie_store v0.21.0: the rustflags changed
28272024-11-14T03:25:58.438Z Compiling cookie_store v0.21.0
28282024-11-14T03:25:58.441Z Running `/home/build/.rustup/toolchains/1.81.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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=75ce3687a7cd6ec5 -C extra-filename=-75ce3687a7cd6ec5 --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-10113f7b36e29269.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-251e599054c51ec1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-db356629c40dd0cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-11-14T03:25:59.112Z Dirty pest_generator v2.7.14: the rustflags changed
28302024-11-14T03:25:59.112Z Compiling pest_generator v2.7.14
28312024-11-14T03:25:59.115Z Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ce80bec492694da6 -C extra-filename=-ce80bec492694da6 --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-5af8e4fd799fe7f7.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-5b12a97a310d97a1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-11-14T03:25:59.261Z Dirty scroll v0.12.0: the rustflags changed
28332024-11-14T03:25:59.261Z Compiling scroll v0.12.0
28342024-11-14T03:25:59.290Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=239613716a71628a -C extra-filename=-239613716a71628a --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-02e859541e6d17aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-11-14T03:25:59.442Z Dirty term v0.7.0: the rustflags changed
28362024-11-14T03:25:59.442Z Compiling term v0.7.0
28372024-11-14T03:25:59.444Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ce7f22be8feb1ed4 -C extra-filename=-ce7f22be8feb1ed4 --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-f538736e7c271869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382024-11-14T03:25:59.873Z Dirty anstyle-parse v0.2.5: the rustflags changed
28392024-11-14T03:25:59.873Z Compiling anstyle-parse v0.2.5
28402024-11-14T03:25:59.876Z Running `/home/build/.rustup/toolchains/1.81.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.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=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=80718bdc04606c4c -C extra-filename=-80718bdc04606c4c --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-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-11-14T03:26:00.126Z Dirty signature v2.2.0: the rustflags changed
28422024-11-14T03:26:00.126Z Compiling signature v2.2.0
28432024-11-14T03:26:00.128Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=300bdda8e5029b0a -C extra-filename=-300bdda8e5029b0a --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-427828cb45815475.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442024-11-14T03:26:00.242Z Dirty sync_wrapper v1.0.1: the rustflags changed
28452024-11-14T03:26:00.242Z Compiling sync_wrapper v1.0.1
28462024-11-14T03:26:00.244Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=a463a25eb929f3db -C extra-filename=-a463a25eb929f3db --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-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-11-14T03:26:00.423Z Dirty colorchoice v1.0.2: the rustflags changed
28482024-11-14T03:26:00.423Z Compiling colorchoice v1.0.2
28492024-11-14T03:26:00.426Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cd35efaf6fa98f3 -C extra-filename=-1cd35efaf6fa98f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-11-14T03:26:00.452Z Dirty plain v0.2.3: the rustflags changed
28512024-11-14T03:26:00.452Z Compiling plain v0.2.3
28522024-11-14T03:26:00.454Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3026b0ae92178ee -C extra-filename=-b3026b0ae92178ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-11-14T03:26:00.612Z Dirty heck v0.4.1: the rustflags changed
28542024-11-14T03:26:00.612Z Compiling heck v0.4.1
28552024-11-14T03:26:00.615Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=dd99b89daf0c34d1 -C extra-filename=-dd99b89daf0c34d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-11-14T03:26:00.641Z Dirty anstyle-query v1.1.1: the rustflags changed
28572024-11-14T03:26:00.641Z Compiling anstyle-query v1.1.1
28582024-11-14T03:26:00.681Z Running `/home/build/.rustup/toolchains/1.81.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.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 '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a319d2d9e2760af3 -C extra-filename=-a319d2d9e2760af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-11-14T03:26:00.815Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
28602024-11-14T03:26:00.815Z Compiling is_terminal_polyfill v1.70.1
28612024-11-14T03:26:00.818Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1e0b3e5a5cad323d -C extra-filename=-1e0b3e5a5cad323d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-11-14T03:26:00.972Z Dirty anstream v0.6.15: the rustflags changed
28632024-11-14T03:26:00.972Z Compiling anstream v0.6.15
28642024-11-14T03:26:00.976Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 '--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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=eb985488c64e24bc -C extra-filename=-eb985488c64e24bc --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-2570a634c4322755.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-80718bdc04606c4c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-a319d2d9e2760af3.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1cd35efaf6fa98f3.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-1e0b3e5a5cad323d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-11-14T03:26:00.997Z Dirty goblin v0.8.2: the rustflags changed
28662024-11-14T03:26:00.997Z Compiling goblin v0.8.2
28672024-11-14T03:26:00.999Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=0479a9db106531e0 -C extra-filename=-0479a9db106531e0 --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-a2c99244b373d360.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-b3026b0ae92178ee.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-239613716a71628a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682024-11-14T03:26:01.127Z Dirty terminal_size v0.4.0: the rustflags changed
28692024-11-14T03:26:01.127Z Compiling terminal_size v0.4.0
28702024-11-14T03:26:01.130Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c6da436461faaa8 -C extra-filename=-0c6da436461faaa8 --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712024-11-14T03:26:01.156Z Dirty usdt-impl v0.5.0: the rustflags changed
28722024-11-14T03:26:01.156Z Compiling usdt-impl v0.5.0
28732024-11-14T03:26:01.177Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9d1175e175a05cf8 -C extra-filename=-9d1175e175a05cf8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-11-14T03:26:01.367Z Dirty pretty-hex v0.4.1: the rustflags changed
28752024-11-14T03:26:01.367Z Compiling pretty-hex v0.4.1
28762024-11-14T03:26:01.370Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b110af5685252111 -C extra-filename=-b110af5685252111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772024-11-14T03:26:01.574Z Dirty unicode-segmentation v1.12.0: the rustflags changed
28782024-11-14T03:26:01.574Z Compiling unicode-segmentation v1.12.0
28792024-11-14T03:26:01.577Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=fa2869c7751ea7ea -C extra-filename=-fa2869c7751ea7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-11-14T03:26:01.608Z Dirty clap_lex v0.7.2: the rustflags changed
28812024-11-14T03:26:01.608Z Compiling clap_lex v0.7.2
28822024-11-14T03:26:01.611Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --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::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_lit_as_bytes' '--warn=clippy::string_add_assign' '--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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8773480578da46bb -C extra-filename=-8773480578da46bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832024-11-14T03:26:01.794Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8/build-script-build`
28842024-11-14T03:26:01.964Z Dirty clap_builder v4.5.20: the rustflags changed
28852024-11-14T03:26:01.965Z Compiling clap_builder v4.5.20
28862024-11-14T03:26:01.967Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d767648c83cb8abe -C extra-filename=-d767648c83cb8abe --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-eb985488c64e24bc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8773480578da46bb.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-0c6da436461faaa8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872024-11-14T03:26:02.172Z Dirty clap_derive v4.5.18: the rustflags changed
28882024-11-14T03:26:02.172Z Compiling clap_derive v4.5.18
28892024-11-14T03:26:02.175Z Running `/home/build/.rustup/toolchains/1.81.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.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=a594b8fca0115853 -C extra-filename=-a594b8fca0115853 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-11-14T03:26:02.474Z Dirty thread-id v4.2.2: the rustflags changed
28912024-11-14T03:26:02.474Z Compiling thread-id v4.2.2
28922024-11-14T03:26:02.477Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8ef8cd3b9c399ec -C extra-filename=-d8ef8cd3b9c399ec --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932024-11-14T03:26:02.569Z Dirty pest_derive v2.7.14: the rustflags changed
28942024-11-14T03:26:02.569Z Compiling pest_derive v2.7.14
28952024-11-14T03:26:02.572Z Running `/home/build/.rustup/toolchains/1.81.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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1b33a0eb07545efe -C extra-filename=-1b33a0eb07545efe --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-5af8e4fd799fe7f7.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ce80bec492694da6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-11-14T03:26:02.612Z Dirty crc32fast v1.4.2: the rustflags changed
28972024-11-14T03:26:02.612Z Compiling crc32fast v1.4.2
28982024-11-14T03:26:02.615Z Dirty base16ct v0.2.0: the rustflags changed
28992024-11-14T03:26:02.615Z Compiling base16ct v0.2.0
29002024-11-14T03:26:02.615Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=149352a4a9602637 -C extra-filename=-149352a4a9602637 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012024-11-14T03:26:02.615Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2a65e2ab151e09a4 -C extra-filename=-2a65e2ab151e09a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-11-14T03:26:02.961Z Dirty sec1 v0.7.3: the rustflags changed
29032024-11-14T03:26:02.961Z Compiling sec1 v0.7.3
29042024-11-14T03:26:02.963Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ca62d5decaa8ac96 -C extra-filename=-ca62d5decaa8ac96 --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-2a65e2ab151e09a4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052024-11-14T03:26:02.991Z Dirty toml v0.8.19: the rustflags changed
29062024-11-14T03:26:02.991Z Compiling toml v0.8.19
29072024-11-14T03:26:02.993Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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 --warn=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=caf03fabfccd35a4 -C extra-filename=-caf03fabfccd35a4 --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-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-11-14T03:26:03.515Z Dirty num-integer v0.1.46: the rustflags changed
29092024-11-14T03:26:03.515Z Compiling num-integer v0.1.46
29102024-11-14T03:26:03.521Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=57ea22489f9eb50c -C extra-filename=-57ea22489f9eb50c --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112024-11-14T03:26:03.599Z Dirty dtrace-parser v0.2.0: the rustflags changed
29122024-11-14T03:26:03.599Z Compiling dtrace-parser v0.2.0
29132024-11-14T03:26:03.603Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd7e36ed13999387 -C extra-filename=-bd7e36ed13999387 --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-5af8e4fd799fe7f7.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-1b33a0eb07545efe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-11-14T03:26:04.360Z Dirty ff v0.13.0: the rustflags changed
29152024-11-14T03:26:04.361Z Compiling ff v0.13.0
29162024-11-14T03:26:04.363Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=f4b6060c124612c9 -C extra-filename=-f4b6060c124612c9 --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-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-11-14T03:26:04.620Z Dirty group v0.13.0: the rustflags changed
29182024-11-14T03:26:04.620Z Compiling group v0.13.0
29192024-11-14T03:26:04.623Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=4fbad1c3541d47a4 -C extra-filename=-4fbad1c3541d47a4 --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-f4b6060c124612c9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-11-14T03:26:04.825Z Dirty hkdf v0.12.4: the rustflags changed
29212024-11-14T03:26:04.825Z Compiling hkdf v0.12.4
29222024-11-14T03:26:04.828Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7e28e9f181ae0250 -C extra-filename=-7e28e9f181ae0250 --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-39c1f5afe63003ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-11-14T03:26:04.975Z Dirty crypto-bigint v0.5.5: the rustflags changed
29242024-11-14T03:26:04.975Z Compiling crypto-bigint v0.5.5
29252024-11-14T03:26:04.978Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=ad36346676d1f82c -C extra-filename=-ad36346676d1f82c --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-2b500a8874ca0b37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-11-14T03:26:05.067Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
29272024-11-14T03:26:05.067Z Compiling crossbeam-epoch v0.9.18
29282024-11-14T03:26:05.094Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=4004ba72e88035e1 -C extra-filename=-4004ba72e88035e1 --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-11-14T03:26:05.119Z Dirty rayon-core v1.12.1: the rustflags changed
29302024-11-14T03:26:05.119Z Compiling rayon-core v1.12.1
29312024-11-14T03:26:05.122Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=735992bd41e2f418 -C extra-filename=-735992bd41e2f418 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-11-14T03:26:05.462Z Dirty static_assertions v1.1.0: the rustflags changed
29332024-11-14T03:26:05.462Z Compiling static_assertions v1.1.0
29342024-11-14T03:26:05.465Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4838cc47d8ef8586 -C extra-filename=-4838cc47d8ef8586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-11-14T03:26:05.588Z Dirty bitflags v1.3.2: the rustflags changed
29362024-11-14T03:26:05.588Z Compiling bitflags v1.3.2
29372024-11-14T03:26:05.619Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=6ed2929a91f42350 -C extra-filename=-6ed2929a91f42350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382024-11-14T03:26:05.716Z Dirty utf-8 v0.7.6: the rustflags changed
29392024-11-14T03:26:05.716Z Compiling utf-8 v0.7.6
29402024-11-14T03:26:05.719Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04c785dde2a4d077 -C extra-filename=-04c785dde2a4d077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-11-14T03:26:05.901Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418/build-script-build`
29422024-11-14T03:26:05.945Z Dirty hex v0.4.3: the rustflags changed
29432024-11-14T03:26:05.945Z Compiling hex v0.4.3
29442024-11-14T03:26:05.947Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3f5934bdadfdef5e -C extra-filename=-3f5934bdadfdef5e --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-11-14T03:26:05.973Z Dirty crossbeam-channel v0.5.13: the rustflags changed
29462024-11-14T03:26:05.973Z Compiling crossbeam-channel v0.5.13
29472024-11-14T03:26:05.975Z Running `/home/build/.rustup/toolchains/1.81.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.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a55828e5a47f28b -C extra-filename=-9a55828e5a47f28b --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482024-11-14T03:26:06.072Z Dirty itertools v0.10.5: the rustflags changed
29492024-11-14T03:26:06.072Z Compiling itertools v0.10.5
29502024-11-14T03:26:06.075Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=db92a402d6d3376a -C extra-filename=-db92a402d6d3376a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-11-14T03:26:06.603Z Dirty memmap v0.7.0: the rustflags changed
29522024-11-14T03:26:06.604Z Compiling memmap v0.7.0
29532024-11-14T03:26:06.607Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11383b656df02ff6 -C extra-filename=-11383b656df02ff6 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-11-14T03:26:06.994Z Dirty dof v0.3.0: the rustflags changed
29552024-11-14T03:26:06.994Z Compiling dof v0.3.0
29562024-11-14T03:26:06.997Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=bbb777d1320f23a3 -C extra-filename=-bbb777d1320f23a3 --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-0479a9db106531e0.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-11-14T03:26:07.112Z Dirty thread_local v1.1.8: the rustflags changed
29582024-11-14T03:26:07.112Z Compiling thread_local v1.1.8
29592024-11-14T03:26:07.115Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=feb16cbec536af1b -C extra-filename=-feb16cbec536af1b --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-83c04ded702a2c6e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602024-11-14T03:26:07.616Z Dirty clap v4.5.20: the rustflags changed
29612024-11-14T03:26:07.616Z Compiling clap v4.5.20
29622024-11-14T03:26:07.620Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=14e4af59874e5204 -C extra-filename=-14e4af59874e5204 --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-d767648c83cb8abe.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a594b8fca0115853.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-11-14T03:26:07.707Z Dirty slog-async v2.8.0: the rustflags changed
29642024-11-14T03:26:07.707Z Compiling slog-async v2.8.0
29652024-11-14T03:26:07.710Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=b2c8ed0240dd9ea1 -C extra-filename=-b2c8ed0240dd9ea1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662024-11-14T03:26:07.757Z Dirty bit-vec v0.6.3: the rustflags changed
29672024-11-14T03:26:07.757Z Compiling bit-vec v0.6.3
29682024-11-14T03:26:07.761Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=cb08cab83165003f -C extra-filename=-cb08cab83165003f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-11-14T03:26:08.304Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=79f9f59d2b6414cf -C extra-filename=-79f9f59d2b6414cf --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-42c8c764cb4293aa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bd7e36ed13999387.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d8ef8cd3b9c399ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
29702024-11-14T03:26:08.308Z Dirty elliptic-curve v0.13.8: the rustflags changed
29712024-11-14T03:26:08.308Z Compiling elliptic-curve v0.13.8
29722024-11-14T03:26:08.312Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=5ba1eb541a4215fa -C extra-filename=-5ba1eb541a4215fa --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-2a65e2ab151e09a4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-ad36346676d1f82c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-11-14T03:26:09.126Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1/build-script-build`
29742024-11-14T03:26:09.182Z Dirty bit-set v0.5.3: the rustflags changed
29752024-11-14T03:26:09.182Z Compiling bit-set v0.5.3
29762024-11-14T03:26:09.185Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1499c911902a6a96 -C extra-filename=-1499c911902a6a96 --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-cb08cab83165003f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-11-14T03:26:09.210Z Dirty crossbeam-deque v0.8.5: the rustflags changed
29782024-11-14T03:26:09.210Z Compiling crossbeam-deque v0.8.5
29792024-11-14T03:26:09.213Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=53a12c4e61a5bfee -C extra-filename=-53a12c4e61a5bfee --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-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-11-14T03:26:09.272Z Dirty num-iter v0.1.45: the rustflags changed
29812024-11-14T03:26:09.272Z Compiling num-iter v0.1.45
29822024-11-14T03:26:09.276Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2d51c30d8a79f52c -C extra-filename=-2d51c30d8a79f52c --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832024-11-14T03:26:09.482Z Dirty flate2 v1.0.34: the rustflags changed
29842024-11-14T03:26:09.482Z Compiling flate2 v1.0.34
29852024-11-14T03:26:09.485Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=26a811491049a3a2 -C extra-filename=-26a811491049a3a2 --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-149352a4a9602637.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-11-14T03:26:09.510Z Dirty curve25519-dalek v4.1.3: the rustflags changed
29872024-11-14T03:26:09.510Z Compiling curve25519-dalek v4.1.3
29882024-11-14T03:26:09.516Z Running `/home/build/.rustup/toolchains/1.81.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=4f5a97e8fedc0ad8 -C extra-filename=-4f5a97e8fedc0ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4f5a97e8fedc0ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892024-11-14T03:26:09.566Z Dirty rustls v0.22.4: the rustflags changed
29902024-11-14T03:26:09.567Z Compiling rustls v0.22.4
29912024-11-14T03:26:09.609Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=105a1bc17f8a3481 -C extra-filename=-105a1bc17f8a3481 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922024-11-14T03:26:09.919Z Dirty take_mut v0.2.2: the rustflags changed
29932024-11-14T03:26:09.919Z Compiling take_mut v0.2.2
29942024-11-14T03:26:09.923Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aaf7e3320c05f60 -C extra-filename=-8aaf7e3320c05f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-11-14T03:26:09.948Z Dirty num-bigint-dig v0.8.4: the rustflags changed
29962024-11-14T03:26:09.948Z Compiling num-bigint-dig v0.8.4
29972024-11-14T03:26:09.951Z Running `/home/build/.rustup/toolchains/1.81.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="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=601bed912dc37f75 -C extra-filename=-601bed912dc37f75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-11-14T03:26:10.089Z Dirty match_cfg v0.1.0: the rustflags changed
29992024-11-14T03:26:10.089Z Compiling match_cfg v0.1.0
30002024-11-14T03:26:10.092Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=bb2dcccd970205f1 -C extra-filename=-bb2dcccd970205f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012024-11-14T03:26:10.206Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4f5a97e8fedc0ad8/build-script-build`
30022024-11-14T03:26:10.227Z Dirty hostname v0.3.1: the rustflags changed
30032024-11-14T03:26:10.227Z Compiling hostname v0.3.1
30042024-11-14T03:26:10.232Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a2f119589b8c1fe0 -C extra-filename=-a2f119589b8c1fe0 --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-29117e4ff36dab03.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bb2dcccd970205f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-11-14T03:26:10.297Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75/build-script-build`
30062024-11-14T03:26:10.326Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d3cfaa7747ffa7e5 -C extra-filename=-d3cfaa7747ffa7e5 --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-9a55828e5a47f28b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-8aaf7e3320c05f60.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
30072024-11-14T03:26:10.360Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481/build-script-build`
30082024-11-14T03:26:10.404Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0db1bb5fe7723ef4 -C extra-filename=-0db1bb5fe7723ef4 --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-53a12c4e61a5bfee.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-11-14T03:26:10.474Z Dirty slog-term v2.9.1: the rustflags changed
30102024-11-14T03:26:10.474Z Compiling slog-term v2.9.1
30112024-11-14T03:26:10.477Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=ff2df2b76a1cf1a1 -C extra-filename=-ff2df2b76a1cf1a1 --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-df36d71ac9df22f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-11-14T03:26:10.501Z Dirty toml v0.7.8: the rustflags changed
30132024-11-14T03:26:10.502Z Compiling toml v0.7.8
30142024-11-14T03:26:10.506Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=9d74e933e701bf87 -C extra-filename=-9d74e933e701bf87 --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-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-27cb6e30adf30b5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-11-14T03:26:11.184Z Dirty phf_shared v0.11.2: the rustflags changed
30162024-11-14T03:26:11.184Z Compiling phf_shared v0.11.2
30172024-11-14T03:26:11.187Z Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a7eca61a1c7ae2ae -C extra-filename=-a7eca61a1c7ae2ae --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-11-14T03:26:11.507Z Dirty rfc6979 v0.4.0: the rustflags changed
30192024-11-14T03:26:11.507Z Compiling rfc6979 v0.4.0
30202024-11-14T03:26:11.511Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d23642c7f6cf467 -C extra-filename=-3d23642c7f6cf467 --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-39c1f5afe63003ce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-11-14T03:26:11.580Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
30222024-11-14T03:26:11.580Z Compiling curve25519-dalek-derive v0.1.1
30232024-11-14T03:26:11.587Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5a8b6e9583760b0 -C extra-filename=-b5a8b6e9583760b0 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-11-14T03:26:11.607Z Dirty zerocopy-derive v0.6.6: the rustflags changed
30252024-11-14T03:26:11.607Z Compiling zerocopy-derive v0.6.6
30262024-11-14T03:26:11.607Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f331fe696185c31 -C extra-filename=-3f331fe696185c31 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-11-14T03:26:11.724Z Dirty bstr v1.10.0: the rustflags changed
30282024-11-14T03:26:11.725Z Compiling bstr v1.10.0
30292024-11-14T03:26:11.728Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=a50dd529fc113091 -C extra-filename=-a50dd529fc113091 --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-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-11-14T03:26:11.772Z Dirty signal-hook v0.3.17: the rustflags changed
30312024-11-14T03:26:11.772Z Compiling signal-hook v0.3.17
30322024-11-14T03:26:11.775Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=fc5ab04dae0ea983 -C extra-filename=-fc5ab04dae0ea983 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-11-14T03:26:11.809Z Dirty usdt-macro v0.5.0: the rustflags changed
30342024-11-14T03:26:11.809Z Compiling usdt-macro v0.5.0
30352024-11-14T03:26:11.812Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=90b822eb5aa6478f -C extra-filename=-90b822eb5aa6478f --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-bd7e36ed13999387.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362024-11-14T03:26:12.135Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
30372024-11-14T03:26:12.135Z Compiling usdt-attr-macro v0.5.0
30382024-11-14T03:26:12.138Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=83ca5a6edc0037dd -C extra-filename=-83ca5a6edc0037dd --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-bd7e36ed13999387.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-11-14T03:26:12.233Z Dirty fixedbitset v0.4.2: the rustflags changed
30402024-11-14T03:26:12.233Z Compiling fixedbitset v0.4.2
30412024-11-14T03:26:12.236Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3993d879d3735a13 -C extra-filename=-3993d879d3735a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422024-11-14T03:26:12.261Z Dirty managed v0.8.0: the rustflags changed
30432024-11-14T03:26:12.261Z Compiling managed v0.8.0
30442024-11-14T03:26:12.264Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=0a48528787edc64f -C extra-filename=-0a48528787edc64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-11-14T03:26:12.725Z Dirty petgraph v0.6.5: the rustflags changed
30462024-11-14T03:26:12.725Z Compiling petgraph v0.6.5
30472024-11-14T03:26:12.735Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=aca7ed34a108a7b7 -C extra-filename=-aca7ed34a108a7b7 --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-3993d879d3735a13.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-11-14T03:26:12.753Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983/build-script-build`
30492024-11-14T03:26:12.794Z Dirty ecdsa v0.16.9: the rustflags changed
30502024-11-14T03:26:12.795Z Compiling ecdsa v0.16.9
30512024-11-14T03:26:12.799Z Running `/home/build/.rustup/toolchains/1.81.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="default"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=ed453d00d35c9183 -C extra-filename=-ed453d00d35c9183 --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-f183f0e5c5907bba.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-3d23642c7f6cf467.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-11-14T03:26:13.364Z Running `/home/build/.rustup/toolchains/1.81.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.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="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=40b96768f529d1af -C extra-filename=-40b96768f529d1af --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-b5a8b6e9583760b0.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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"'`
30532024-11-14T03:26:13.498Z Running `/home/build/.rustup/toolchains/1.81.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="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=48f8d61c884ba5b2 -C extra-filename=-48f8d61c884ba5b2 --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-42c8c764cb4293aa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b91e4d75cc7c3b0b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30542024-11-14T03:26:13.614Z Dirty phf_shared v0.10.0: the rustflags changed
30552024-11-14T03:26:13.614Z Compiling phf_shared v0.10.0
30562024-11-14T03:26:13.617Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=298bfd7f9859128c -C extra-filename=-298bfd7f9859128c --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-11-14T03:26:13.652Z Dirty pkcs1 v0.7.5: the rustflags changed
30582024-11-14T03:26:13.652Z Compiling pkcs1 v0.7.5
30592024-11-14T03:26:13.656Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=49eb0380f33bfa38 -C extra-filename=-49eb0380f33bfa38 --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-f183f0e5c5907bba.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-11-14T03:26:14.092Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
30612024-11-14T03:26:14.092Z Compiling bzip2-sys v0.1.11+1.0.8
30622024-11-14T03:26:14.111Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=9e910239512007f0 -C extra-filename=-9e910239512007f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-11-14T03:26:14.116Z Dirty zerocopy v0.6.6: the rustflags changed
30642024-11-14T03:26:14.116Z Compiling zerocopy v0.6.6
30652024-11-14T03:26:14.116Z Dirty usdt v0.5.0: the rustflags changed
30662024-11-14T03:26:14.116Z Compiling usdt v0.5.0
30672024-11-14T03:26:14.119Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=ce4108be8020a8d8 -C extra-filename=-ce4108be8020a8d8 --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-3f331fe696185c31.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682024-11-14T03:26:14.119Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=957c988197ca8e40 -C extra-filename=-957c988197ca8e40 --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-bbb777d1320f23a3.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bd7e36ed13999387.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0479a9db106531e0.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-11383b656df02ff6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-83ca5a6edc0037dd.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-90b822eb5aa6478f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-11-14T03:26:14.696Z Dirty multer v3.1.0: the rustflags changed
30702024-11-14T03:26:14.696Z Compiling multer v3.1.0
30712024-11-14T03:26:14.699Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a7ceeb8288b20219 -C extra-filename=-a7ceeb8288b20219 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722024-11-14T03:26:14.725Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
30732024-11-14T03:26:14.725Z Compiling new_debug_unreachable v1.0.6
30742024-11-14T03:26:14.728Z Dirty unicode-xid v0.2.6: the rustflags changed
30752024-11-14T03:26:14.728Z Compiling unicode-xid v0.2.6
30762024-11-14T03:26:14.728Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fe1dee17d377a9d -C extra-filename=-5fe1dee17d377a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-11-14T03:26:14.748Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=32fa34c4898bea28 -C extra-filename=-32fa34c4898bea28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-11-14T03:26:14.843Z Dirty precomputed-hash v0.1.1: the rustflags changed
30792024-11-14T03:26:14.843Z Compiling precomputed-hash v0.1.1
30802024-11-14T03:26:14.909Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f83a3e4b96fb09c -C extra-filename=-8f83a3e4b96fb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-11-14T03:26:14.940Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0/build-script-build`
30822024-11-14T03:26:14.978Z Dirty string_cache v0.8.7: the rustflags changed
30832024-11-14T03:26:14.978Z Compiling string_cache v0.8.7
30842024-11-14T03:26:14.981Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=a945f3d5498b658a -C extra-filename=-a945f3d5498b658a --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-5fe1dee17d377a9d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-298bfd7f9859128c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-8f83a3e4b96fb09c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-11-14T03:26:15.007Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=957acfcff7c72c94 -C extra-filename=-957acfcff7c72c94 --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-29117e4ff36dab03.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-11-14T03:26:15.064Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219/build-script-build`
30872024-11-14T03:26:15.147Z Dirty ed25519 v2.2.3: the rustflags changed
30882024-11-14T03:26:15.147Z Compiling ed25519 v2.2.3
30892024-11-14T03:26:15.150Z Running `/home/build/.rustup/toolchains/1.81.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="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=15e855c45c4cfa0c -C extra-filename=-15e855c45c4cfa0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902024-11-14T03:26:15.463Z Dirty slog-json v2.6.1: the rustflags changed
30912024-11-14T03:26:15.463Z Compiling slog-json v2.6.1
30922024-11-14T03:26:15.466Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=ecf7fbcc92a35758 -C extra-filename=-ecf7fbcc92a35758 --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-11-14T03:26:15.841Z Dirty hubpack_derive v0.1.1: the rustflags changed
30942024-11-14T03:26:15.841Z Compiling hubpack_derive v0.1.1
30952024-11-14T03:26:15.844Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c6bd127a7259a81 -C extra-filename=-0c6bd127a7259a81 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962024-11-14T03:26:15.933Z Dirty async-stream-impl v0.3.6: the rustflags changed
30972024-11-14T03:26:15.933Z Compiling async-stream-impl v0.3.6
30982024-11-14T03:26:15.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf24da1bc5178a91 -C extra-filename=-cf24da1bc5178a91 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-11-14T03:26:16.431Z Dirty rsa v0.9.6: the rustflags changed
31002024-11-14T03:26:16.431Z Compiling rsa v0.9.6
31012024-11-14T03:26:16.435Z Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=fdcd5d1cbb88a689 -C extra-filename=-fdcd5d1cbb88a689 --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-7c6d8f6ce55bf7b5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-49eb0380f33bfa38.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022024-11-14T03:26:16.788Z Dirty debug-ignore v1.0.5: the rustflags changed
31032024-11-14T03:26:16.788Z Compiling debug-ignore v1.0.5
31042024-11-14T03:26:16.791Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8617a6d6bd6b63dc -C extra-filename=-8617a6d6bd6b63dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-11-14T03:26:16.920Z Dirty quick-error v1.2.3: the rustflags changed
31062024-11-14T03:26:16.920Z Compiling quick-error v1.2.3
31072024-11-14T03:26:16.925Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b78d3889dfe2c56 -C extra-filename=-9b78d3889dfe2c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-11-14T03:26:16.948Z Dirty hubpack v0.1.2: the rustflags changed
31092024-11-14T03:26:16.948Z Compiling hubpack v0.1.2
31102024-11-14T03:26:16.951Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=028068c4a2a517fa -C extra-filename=-028068c4a2a517fa --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-0c6bd127a7259a81.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-11-14T03:26:17.033Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=f0f893e3a8030517 -C extra-filename=-f0f893e3a8030517 --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-29117e4ff36dab03.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-f7ea44e4a6d36c20/out/lib -l static=bz2`
31122024-11-14T03:26:17.084Z Dirty slog-bunyan v2.5.0: the rustflags changed
31132024-11-14T03:26:17.084Z Compiling slog-bunyan v2.5.0
31142024-11-14T03:26:17.096Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=3a466a91dbf752e7 -C extra-filename=-3a466a91dbf752e7 --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-a2f119589b8c1fe0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ecf7fbcc92a35758.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-11-14T03:26:17.204Z Dirty ed25519-dalek v2.1.1: the rustflags changed
31162024-11-14T03:26:17.204Z Compiling ed25519-dalek v2.1.1
31172024-11-14T03:26:17.209Z Running `/home/build/.rustup/toolchains/1.81.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="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=211f99b09ada353d -C extra-filename=-211f99b09ada353d --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-40b96768f529d1af.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-15e855c45c4cfa0c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-11-14T03:26:17.332Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b91745303d711288 -C extra-filename=-b91745303d711288 --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-8f3db5af18e8ba7c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-11-14T03:26:17.412Z Dirty x509-cert v0.2.5: the rustflags changed
31202024-11-14T03:26:17.412Z Compiling x509-cert v0.2.5
31212024-11-14T03:26:17.419Z Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=6bf31068eafc87a0 -C extra-filename=-6bf31068eafc87a0 --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-7c6d8f6ce55bf7b5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222024-11-14T03:26:17.490Z Dirty async-stream v0.3.6: the rustflags changed
31232024-11-14T03:26:17.490Z Compiling async-stream v0.3.6
31242024-11-14T03:26:17.494Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffc19433b71c4fbb -C extra-filename=-ffc19433b71c4fbb --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-cf24da1bc5178a91.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-11-14T03:26:17.835Z Dirty heapless v0.7.17: the rustflags changed
31262024-11-14T03:26:17.835Z Compiling heapless v0.7.17
31272024-11-14T03:26:17.841Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=7c93de38b847f328 -C extra-filename=-7c93de38b847f328 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7c93de38b847f328 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-11-14T03:26:18.354Z Dirty serde_path_to_error v0.1.16: the rustflags changed
31292024-11-14T03:26:18.354Z Compiling serde_path_to_error v0.1.16
31302024-11-14T03:26:18.358Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb5efd3d36097f53 -C extra-filename=-fb5efd3d36097f53 --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-ce59ac6fb623678a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-11-14T03:26:18.401Z Dirty idna v0.4.0: the rustflags changed
31322024-11-14T03:26:18.401Z Compiling idna v0.4.0
31332024-11-14T03:26:18.404Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=55bd67f3d2a78017 -C extra-filename=-55bd67f3d2a78017 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-11-14T03:26:18.555Z Dirty waitgroup v0.1.2: the rustflags changed
31352024-11-14T03:26:18.555Z Compiling waitgroup v0.1.2
31362024-11-14T03:26:18.558Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e2e95346c1a6057 -C extra-filename=-8e2e95346c1a6057 --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-10b6fa6e98e5e04e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372024-11-14T03:26:18.867Z Dirty enum-as-inner v0.6.1: the rustflags changed
31382024-11-14T03:26:18.867Z Compiling enum-as-inner v0.6.1
31392024-11-14T03:26:18.871Z Running `/home/build/.rustup/toolchains/1.81.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.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5e203bd0dbe6a3d -C extra-filename=-a5e203bd0dbe6a3d --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-11-14T03:26:19.303Z Dirty hostname v0.4.0: the rustflags changed
31412024-11-14T03:26:19.303Z Compiling hostname v0.4.0
31422024-11-14T03:26:19.307Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f507ca3c838c2022 -C extra-filename=-f507ca3c838c2022 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-11-14T03:26:19.578Z Dirty dropshot v0.12.0: the rustflags changed
31442024-11-14T03:26:19.579Z Compiling dropshot v0.12.0
31452024-11-14T03:26:19.583Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bfb3e9851b33fd34 -C extra-filename=-bfb3e9851b33fd34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-11-14T03:26:19.932Z Dirty lalrpop-util v0.19.12: the rustflags changed
31472024-11-14T03:26:19.932Z Compiling lalrpop-util v0.19.12
31482024-11-14T03:26:19.937Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=45ab90acb7045a6c -C extra-filename=-45ab90acb7045a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-11-14T03:26:20.151Z Dirty hickory-proto v0.24.1: the rustflags changed
31502024-11-14T03:26:20.151Z Compiling hickory-proto v0.24.1
31512024-11-14T03:26:20.154Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-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="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=153b282409e58ae3 -C extra-filename=-153b282409e58ae3 --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-49589da9b84e9811.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a5e203bd0dbe6a3d.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-55bd67f3d2a78017.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-11-14T03:26:20.178Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34/build-script-build`
31532024-11-14T03:26:20.257Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7c93de38b847f328/build-script-build`
31542024-11-14T03:26:20.319Z Dirty bzip2 v0.4.4: the rustflags changed
31552024-11-14T03:26:20.320Z Compiling bzip2 v0.4.4
31562024-11-14T03:26:20.323Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=196dc5499806c930 -C extra-filename=-196dc5499806c930 --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-f0f893e3a8030517.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.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-f7ea44e4a6d36c20/out/lib`
31572024-11-14T03:26:20.347Z Dirty signal-hook-mio v0.2.4: the rustflags changed
31582024-11-14T03:26:20.347Z Compiling signal-hook-mio v0.2.4
31592024-11-14T03:26:20.352Z Running `/home/build/.rustup/toolchains/1.81.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.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="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=3164eb40efefb860 -C extra-filename=-3164eb40efefb860 --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-29117e4ff36dab03.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-11-14T03:26:20.521Z Dirty console v0.15.8: the rustflags changed
31612024-11-14T03:26:20.521Z Compiling console v0.15.8
31622024-11-14T03:26:20.528Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=8134fd228889b755 -C extra-filename=-8134fd228889b755 --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-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-11-14T03:26:20.737Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
31642024-11-14T03:26:20.737Z Compiling dropshot_endpoint v0.12.0
31652024-11-14T03:26:20.741Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=115f007eac6ea1bd -C extra-filename=-115f007eac6ea1bd --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-11-14T03:26:21.489Z Dirty hash32 v0.2.1: the rustflags changed
31672024-11-14T03:26:21.489Z Compiling hash32 v0.2.1
31682024-11-14T03:26:21.494Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2c2ee0baa69c758 -C extra-filename=-b2c2ee0baa69c758 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-11-14T03:26:21.903Z Dirty unicode-properties v0.1.3: the rustflags changed
31702024-11-14T03:26:21.903Z Compiling unicode-properties v0.1.3
31712024-11-14T03:26:21.936Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-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"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=01bbe37fab499ffc -C extra-filename=-01bbe37fab499ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-11-14T03:26:22.139Z Dirty linked-hash-map v0.5.6: the rustflags changed
31732024-11-14T03:26:22.139Z Compiling linked-hash-map v0.5.6
31742024-11-14T03:26:22.142Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2ec92d436f325154 -C extra-filename=-2ec92d436f325154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-11-14T03:26:22.315Z Dirty portable-atomic v1.9.0: the rustflags changed
31762024-11-14T03:26:22.315Z Compiling portable-atomic v1.9.0
31772024-11-14T03:26:22.319Z Dirty predicates-core v1.0.8: the rustflags changed
31782024-11-14T03:26:22.319Z Compiling predicates-core v1.0.8
31792024-11-14T03:26:22.319Z Running `/home/build/.rustup/toolchains/1.81.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.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=341e2d88661b2df5 -C extra-filename=-341e2d88661b2df5 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-11-14T03:26:22.319Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3792c8ca0d3316fb -C extra-filename=-3792c8ca0d3316fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-11-14T03:26:22.549Z Dirty smoltcp v0.9.1: the rustflags changed
31822024-11-14T03:26:22.549Z Compiling smoltcp v0.9.1
31832024-11-14T03:26:22.552Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=eaf06ec35fb0f3f6 -C extra-filename=-eaf06ec35fb0f3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-11-14T03:26:22.744Z Dirty lru-cache v0.1.2: the rustflags changed
31852024-11-14T03:26:22.744Z Compiling lru-cache v0.1.2
31862024-11-14T03:26:22.747Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=595a021380915588 -C extra-filename=-595a021380915588 --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-2ec92d436f325154.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872024-11-14T03:26:22.980Z Dirty stringprep v0.1.5: the rustflags changed
31882024-11-14T03:26:22.980Z Compiling stringprep v0.1.5
31892024-11-14T03:26:22.984Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3e9a79b46122381 -C extra-filename=-e3e9a79b46122381 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-01bbe37fab499ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-11-14T03:26:23.388Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6/build-script-build`
31912024-11-14T03:26:23.431Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=a4218b861e7c533a -C extra-filename=-a4218b861e7c533a --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-b2c2ee0baa69c758.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
31922024-11-14T03:26:23.506Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5/build-script-build`
31932024-11-14T03:26:23.595Z Dirty crossterm v0.28.1: the rustflags changed
31942024-11-14T03:26:23.595Z Compiling crossterm v0.28.1
31952024-11-14T03:26:23.598Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=71814ddc354bf12b -C extra-filename=-71814ddc354bf12b --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-0f2df29a0f34846c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3164eb40efefb860.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962024-11-14T03:26:24.336Z Dirty similar v2.6.0: the rustflags changed
31972024-11-14T03:26:24.336Z Compiling similar v2.6.0
31982024-11-14T03:26:24.339Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=4cc1d74c80ff992c -C extra-filename=-4cc1d74c80ff992c --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-a50dd529fc113091.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-11-14T03:26:24.718Z Dirty rayon v1.10.0: the rustflags changed
32002024-11-14T03:26:24.718Z Compiling rayon v1.10.0
32012024-11-14T03:26:24.722Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=3f23d9fc9686fb30 -C extra-filename=-3f23d9fc9686fb30 --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-682f0202de4cb9c8.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-11-14T03:26:24.749Z Dirty tokio-stream v0.1.16: the rustflags changed
32032024-11-14T03:26:24.749Z Compiling tokio-stream v0.1.16
32042024-11-14T03:26:24.791Z Running `/home/build/.rustup/toolchains/1.81.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=fe1c4c158a2bcfde -C extra-filename=-fe1c4c158a2bcfde --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-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-11-14T03:26:25.658Z Dirty md-5 v0.10.6: the rustflags changed
32062024-11-14T03:26:25.658Z Compiling md-5 v0.10.6
32072024-11-14T03:26:25.662Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=39fb063f1cc48d0d -C extra-filename=-39fb063f1cc48d0d --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-83c04ded702a2c6e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-11-14T03:26:25.795Z Dirty float-cmp v0.9.0: the rustflags changed
32092024-11-14T03:26:25.795Z Compiling float-cmp v0.9.0
32102024-11-14T03:26:25.799Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=92b550af93228901 -C extra-filename=-92b550af93228901 --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112024-11-14T03:26:25.942Z Dirty fs-err v2.11.0: the rustflags changed
32122024-11-14T03:26:25.942Z Compiling fs-err v2.11.0
32132024-11-14T03:26:25.947Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7383362fb50e7943 -C extra-filename=-7383362fb50e7943 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-11-14T03:26:26.049Z Dirty fallible-iterator v0.2.0: the rustflags changed
32152024-11-14T03:26:26.049Z Compiling fallible-iterator v0.2.0
32162024-11-14T03:26:26.051Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3d7a20ee911c56e0 -C extra-filename=-3d7a20ee911c56e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172024-11-14T03:26:26.327Z Dirty difflib v0.4.0: the rustflags changed
32182024-11-14T03:26:26.327Z Compiling difflib v0.4.0
32192024-11-14T03:26:26.350Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8af0412057ffdac6 -C extra-filename=-8af0412057ffdac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-11-14T03:26:26.776Z Dirty normalize-line-endings v0.3.0: the rustflags changed
32212024-11-14T03:26:26.777Z Compiling normalize-line-endings v0.3.0
32222024-11-14T03:26:26.780Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67ae7e642ca9a97d -C extra-filename=-67ae7e642ca9a97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-11-14T03:26:26.917Z Dirty predicates v3.1.2: the rustflags changed
32242024-11-14T03:26:26.917Z Compiling predicates v3.1.2
32252024-11-14T03:26:26.920Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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 '--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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=176eac0973f64c24 -C extra-filename=-176eac0973f64c24 --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-2570a634c4322755.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-8af0412057ffdac6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-92b550af93228901.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-67ae7e642ca9a97d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-11-14T03:26:26.944Z Dirty postgres-protocol v0.6.7: the rustflags changed
32272024-11-14T03:26:26.944Z Compiling postgres-protocol v0.6.7
32282024-11-14T03:26:26.948Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=1ae4454eb7262caa -C extra-filename=-1ae4454eb7262caa --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-e342ec737c4cbcc0.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-39fb063f1cc48d0d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e3e9a79b46122381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-11-14T03:26:27.523Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943/build-script-build`
32302024-11-14T03:26:27.688Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=f4d79bdde3486858 -C extra-filename=-f4d79bdde3486858 --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a4218b861e7c533a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-11-14T03:26:27.856Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=c180f8693c3af431 -C extra-filename=-c180f8693c3af431 --out-dir /work/oxidecomputer/omicron/target/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_pre_llvm_19 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
32322024-11-14T03:26:28.112Z Dirty zip v0.6.6: the rustflags changed
32332024-11-14T03:26:28.112Z Compiling zip v0.6.6
32342024-11-14T03:26:28.115Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=faafd5e37a001aad -C extra-filename=-faafd5e37a001aad --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-42c8c764cb4293aa.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.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-f7ea44e4a6d36c20/out/lib`
32352024-11-14T03:26:28.310Z Dirty resolv-conf v0.7.0: the rustflags changed
32362024-11-14T03:26:28.310Z Compiling resolv-conf v0.7.0
32372024-11-14T03:26:28.313Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=63ea28681f3d0e2a -C extra-filename=-63ea28681f3d0e2a --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-a2f119589b8c1fe0.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-11-14T03:26:28.704Z Dirty phf v0.11.2: the rustflags changed
32392024-11-14T03:26:28.704Z Compiling phf v0.11.2
32402024-11-14T03:26:28.708Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=65e2155ffe51f9ae -C extra-filename=-65e2155ffe51f9ae --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-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-11-14T03:26:29.030Z Dirty tungstenite v0.24.0: the rustflags changed
32422024-11-14T03:26:29.030Z Compiling tungstenite v0.24.0
32432024-11-14T03:26:29.033Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=445eceec2448f388 -C extra-filename=-445eceec2448f388 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-11-14T03:26:29.160Z Dirty strum_macros v0.25.3: the rustflags changed
32452024-11-14T03:26:29.160Z Compiling strum_macros v0.25.3
32462024-11-14T03:26:29.163Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56c94e90d88f218d -C extra-filename=-56c94e90d88f218d --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-11-14T03:26:29.276Z Dirty serde-big-array v0.5.1: the rustflags changed
32482024-11-14T03:26:29.277Z Compiling serde-big-array v0.5.1
32492024-11-14T03:26:29.280Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d45a4ac7cdaa3df1 -C extra-filename=-d45a4ac7cdaa3df1 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-11-14T03:26:29.543Z Dirty serde_repr v0.1.19: the rustflags changed
32512024-11-14T03:26:29.543Z Compiling serde_repr v0.1.19
32522024-11-14T03:26:29.545Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=555195ab773b97ed -C extra-filename=-555195ab773b97ed --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-11-14T03:26:29.602Z Dirty peg-runtime v0.8.3: the rustflags changed
32542024-11-14T03:26:29.603Z Compiling peg-runtime v0.8.3
32552024-11-14T03:26:29.606Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=fb8d126bde10d148 -C extra-filename=-fb8d126bde10d148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562024-11-14T03:26:29.789Z Dirty number_prefix v0.4.0: the rustflags changed
32572024-11-14T03:26:29.789Z Compiling number_prefix v0.4.0
32582024-11-14T03:26:29.792Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=271237945e22f618 -C extra-filename=-271237945e22f618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-11-14T03:26:29.879Z Dirty hickory-resolver v0.24.1: the rustflags changed
32602024-11-14T03:26:29.879Z Compiling hickory-resolver v0.24.1
32612024-11-14T03:26:29.883Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=418fc494b3b33555 -C extra-filename=-418fc494b3b33555 --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-83c04ded702a2c6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-63ea28681f3d0e2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-11-14T03:26:30.045Z Dirty indicatif v0.17.8: the rustflags changed
32632024-11-14T03:26:30.045Z Compiling indicatif v0.17.8
32642024-11-14T03:26:30.048Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=9fc98ca3a4090ebb -C extra-filename=-9fc98ca3a4090ebb --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-8134fd228889b755.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-271237945e22f618.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-c180f8693c3af431.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-11-14T03:26:30.306Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
32662024-11-14T03:26:30.306Z Compiling tokio-tungstenite v0.24.0
32672024-11-14T03:26:30.317Z Running `/home/build/.rustup/toolchains/1.81.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.24.0/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=a4c7af9ff7ca2384 -C extra-filename=-a4c7af9ff7ca2384 --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-445eceec2448f388.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-11-14T03:26:30.796Z Dirty postgres-types v0.2.8: the rustflags changed
32692024-11-14T03:26:30.796Z Compiling postgres-types v0.2.8
32702024-11-14T03:26:30.798Z Running `/home/build/.rustup/toolchains/1.81.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.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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=d0c6aa073bfe7fb2 -C extra-filename=-d0c6aa073bfe7fb2 --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-8f3db5af18e8ba7c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1ae4454eb7262caa.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712024-11-14T03:26:30.876Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=6017fbe5bc569ec0 -C extra-filename=-6017fbe5bc569ec0 --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-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
32722024-11-14T03:26:30.949Z Dirty derive-where v1.2.7: the rustflags changed
32732024-11-14T03:26:30.949Z Compiling derive-where v1.2.7
32742024-11-14T03:26:30.952Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=5498ca00308c27b5 -C extra-filename=-5498ca00308c27b5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752024-11-14T03:26:31.421Z Dirty whoami v1.5.2: the rustflags changed
32762024-11-14T03:26:31.421Z Compiling whoami v1.5.2
32772024-11-14T03:26:31.430Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.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 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=f844697b7d647f35 -C extra-filename=-f844697b7d647f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782024-11-14T03:26:31.747Z Compiling hashbrown v0.14.5
32792024-11-14T03:26:31.751Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=20deabe0d9115276 -C extra-filename=-20deabe0d9115276 --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-8be98ef023620e24.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-2e7f20aac91d4cde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-11-14T03:26:32.133Z Dirty tokio-postgres v0.7.12: the rustflags changed
32812024-11-14T03:26:32.155Z Compiling tokio-postgres v0.7.12
32822024-11-14T03:26:32.155Z Running `/home/build/.rustup/toolchains/1.81.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.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=8509be45271d5b7d -C extra-filename=-8509be45271d5b7d --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-49589da9b84e9811.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1ae4454eb7262caa.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d0c6aa073bfe7fb2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832024-11-14T03:26:32.317Z Compiling unsafe-libyaml v0.2.11
32842024-11-14T03:26:32.320Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2d02c0de15bd26d -C extra-filename=-d2d02c0de15bd26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-11-14T03:26:32.396Z Dirty fastrand v2.1.1: the rustflags changed
32862024-11-14T03:26:32.396Z Compiling fastrand v2.1.1
32872024-11-14T03:26:32.399Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=9b4100b7d6800cd3 -C extra-filename=-9b4100b7d6800cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-11-14T03:26:32.999Z Compiling ident_case v1.0.1
32892024-11-14T03:26:33.002Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=877e2eb812911402 -C extra-filename=-877e2eb812911402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-11-14T03:26:33.164Z Compiling regress v0.10.1
32912024-11-14T03:26:33.167Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=e1e50879a96e9682 -C extra-filename=-e1e50879a96e9682 --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-20deabe0d9115276.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922024-11-14T03:26:33.211Z Compiling darling_core v0.20.10
32932024-11-14T03:26:33.214Z Running `/home/build/.rustup/toolchains/1.81.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=06f5b0904888d13f -C extra-filename=-06f5b0904888d13f --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-086f5ffe4a25dc54.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-877e2eb812911402.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-11-14T03:26:33.533Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
32952024-11-14T03:26:33.533Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32962024-11-14T03:26:33.536Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=c24497a2ac819b82 -C extra-filename=-c24497a2ac819b82 --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-0f2df29a0f34846c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d45a4ac7cdaa3df1.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-555195ab773b97ed.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-f4d79bdde3486858.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-56c94e90d88f218d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-11-14T03:26:34.271Z Compiling serde_yaml v0.9.34+deprecated
32982024-11-14T03:26:34.276Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed5cdcbb0085f8fd -C extra-filename=-ed5cdcbb0085f8fd --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-7b51d40d91e0d99e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-d2d02c0de15bd26d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992024-11-14T03:26:34.848Z Compiling ipnetwork v0.20.0
33002024-11-14T03:26:34.852Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=8ef5bdd1082f9c36 -C extra-filename=-8ef5bdd1082f9c36 --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-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012024-11-14T03:26:35.824Z Compiling tempfile v3.13.0
33022024-11-14T03:26:35.827Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1c22c94e862a09e7 -C extra-filename=-1c22c94e862a09e7 --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-83c04ded702a2c6e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032024-11-14T03:26:36.761Z Dirty strum_macros v0.26.4: the rustflags changed
33042024-11-14T03:26:36.761Z Compiling strum_macros v0.26.4
33052024-11-14T03:26:36.800Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3751fa837c25ddbf -C extra-filename=-3751fa837c25ddbf --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062024-11-14T03:26:36.803Z Compiling newtype-uuid v1.1.3
33072024-11-14T03:26:36.820Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.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="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=eac18df79dd190f7 -C extra-filename=-eac18df79dd190f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-eac18df79dd190f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082024-11-14T03:26:37.188Z Compiling typify-impl v0.2.0
33092024-11-14T03:26:37.189Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=055ba792b7330239 -C extra-filename=-055ba792b7330239 --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-702249e0617a2365.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e1e50879a96e9682.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-11-14T03:26:38.219Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-eac18df79dd190f7/build-script-build`
33112024-11-14T03:26:38.296Z Running `/home/build/.rustup/toolchains/1.81.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.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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=ab9368409b755730 -C extra-filename=-ab9368409b755730 --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-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33122024-11-14T03:26:38.342Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
33132024-11-14T03:26:38.399Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=fbaf5ba1c0304895 -C extra-filename=-fbaf5ba1c0304895 --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-8ef5bdd1082f9c36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142024-11-14T03:26:38.582Z Dirty structmeta-derive v0.3.0: the rustflags changed
33152024-11-14T03:26:38.582Z Compiling structmeta-derive v0.3.0
33162024-11-14T03:26:38.586Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c410f4bbdcfa6e75 -C extra-filename=-c410f4bbdcfa6e75 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172024-11-14T03:26:38.688Z Compiling instant v0.1.13
33182024-11-14T03:26:38.693Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=39bb737618c263a4 -C extra-filename=-39bb737618c263a4 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-11-14T03:26:38.879Z Compiling regress v0.9.1
33202024-11-14T03:26:38.883Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=dba42f888508f696 -C extra-filename=-dba42f888508f696 --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-20deabe0d9115276.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212024-11-14T03:26:39.160Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33222024-11-14T03:26:39.164Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=62234524321901c1 -C extra-filename=-62234524321901c1 --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-ab9368409b755730.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-11-14T03:26:39.535Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33242024-11-14T03:26:39.539Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=5f3e70e9123ad2e6 -C extra-filename=-5f3e70e9123ad2e6 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252024-11-14T03:26:40.483Z Compiling dropshot v0.13.0
33262024-11-14T03:26:40.491Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.13.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=dacf21a459db352d -C extra-filename=-dacf21a459db352d --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272024-11-14T03:26:40.556Z Compiling darling_macro v0.20.10
33282024-11-14T03:26:40.581Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33292024-11-14T03:26:40.600Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ce6bb761d8e11e6 -C extra-filename=-0ce6bb761d8e11e6 --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-06f5b0904888d13f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-11-14T03:26:40.601Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=9d00d284d0b08369 -C extra-filename=-9d00d284d0b08369 --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-25d89424d82fb873.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5f3e70e9123ad2e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-11-14T03:26:40.772Z Compiling backoff v0.4.0
33322024-11-14T03:26:40.792Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=3cad2a9c7c940aab -C extra-filename=-3cad2a9c7c940aab --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-15b4a62ef3693967.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-11-14T03:26:40.838Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d/build-script-build`
33342024-11-14T03:26:40.922Z Compiling dropshot_endpoint v0.13.0
33352024-11-14T03:26:40.928Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.13.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4c25b93286d55026 -C extra-filename=-4c25b93286d55026 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362024-11-14T03:26:41.155Z Compiling macaddr v1.0.1
33372024-11-14T03:26:41.169Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=c70a935ecfdda494 -C extra-filename=-c70a935ecfdda494 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382024-11-14T03:26:45.482Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
33392024-11-14T03:26:45.506Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2aa46893791ada1 -C extra-filename=-a2aa46893791ada1 --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-3f5934bdadfdef5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402024-11-14T03:26:45.507Z Compiling darling v0.20.10
33412024-11-14T03:26:45.507Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=60b09a0d33435f29 -C extra-filename=-60b09a0d33435f29 --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-06f5b0904888d13f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-0ce6bb761d8e11e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422024-11-14T03:26:45.507Z Compiling wait-timeout v0.2.0
33432024-11-14T03:26:45.507Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=180b6aa23cc2f4ed -C extra-filename=-180b6aa23cc2f4ed --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442024-11-14T03:26:45.507Z Dirty structmeta v0.3.0: the rustflags changed
33452024-11-14T03:26:45.507Z Compiling structmeta v0.3.0
33462024-11-14T03:26:45.507Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cf9a316466d513a -C extra-filename=-3cf9a316466d513a --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c410f4bbdcfa6e75.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-11-14T03:26:45.507Z Compiling serde_with_macros v3.11.0
33482024-11-14T03:26:45.507Z Running `/home/build/.rustup/toolchains/1.81.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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=2b24152a0a9a509d -C extra-filename=-2b24152a0a9a509d --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-60b09a0d33435f29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-11-14T03:26:45.507Z Dirty strum v0.26.3: the rustflags changed
33502024-11-14T03:26:45.507Z Compiling strum v0.26.3
33512024-11-14T03:26:45.507Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.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="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=d3365051e79f13bf -C extra-filename=-d3365051e79f13bf --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-3751fa837c25ddbf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-11-14T03:26:45.517Z Compiling rusty-fork v0.3.0
33532024-11-14T03:26:45.517Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=1bee3d59aab02568 -C extra-filename=-1bee3d59aab02568 --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-086f5ffe4a25dc54.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542024-11-14T03:26:45.517Z Dirty parse-display-derive v0.10.0: the rustflags changed
33552024-11-14T03:26:45.517Z Compiling parse-display-derive v0.10.0
33562024-11-14T03:26:45.518Z Running `/home/build/.rustup/toolchains/1.81.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.10.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c855591a9f549106 -C extra-filename=-c855591a9f549106 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3cf9a316466d513a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-11-14T03:26:45.519Z Compiling structmeta-derive v0.2.0
33582024-11-14T03:26:45.519Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c55ccb3c80d03c7f -C extra-filename=-c55ccb3c80d03c7f --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592024-11-14T03:26:45.519Z Compiling rand_xorshift v0.3.0
33602024-11-14T03:26:45.519Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=03808419429da432 -C extra-filename=-03808419429da432 --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-11-14T03:26:45.519Z Compiling unarray v0.1.4
33622024-11-14T03:26:45.519Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ffab99a9473dff8 -C extra-filename=-2ffab99a9473dff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-11-14T03:26:45.519Z Compiling proptest v1.5.0
33642024-11-14T03:26:45.519Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=d670407408d91317 -C extra-filename=-d670407408d91317 --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-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-03808419429da432.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-1bee3d59aab02568.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2ffab99a9473dff8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-11-14T03:26:45.519Z Compiling camino-tempfile v1.1.1
33662024-11-14T03:26:45.519Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=efdb0e70c4c12326 -C extra-filename=-efdb0e70c4c12326 --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-9798e8e7609cdab8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-11-14T03:26:45.522Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
33682024-11-14T03:26:45.522Z Compiling proc-macro-error-attr v1.0.4
33692024-11-14T03:26:45.522Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2958a45fc60f928 -C extra-filename=-c2958a45fc60f928 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702024-11-14T03:26:45.522Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928/build-script-build`
33712024-11-14T03:26:45.522Z Dirty proc-macro-error v1.0.4: the rustflags changed
33722024-11-14T03:26:45.522Z Compiling proc-macro-error v1.0.4
33732024-11-14T03:26:45.522Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a7a08893956d4115 -C extra-filename=-a7a08893956d4115 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742024-11-14T03:26:45.522Z Compiling serde_with v3.11.0
33752024-11-14T03:26:45.522Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=5a287ec055c5cf9e -C extra-filename=-5a287ec055c5cf9e --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-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2b24152a0a9a509d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762024-11-14T03:26:45.522Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115/build-script-build`
33772024-11-14T03:26:45.586Z Compiling structmeta v0.2.0
33782024-11-14T03:26:45.589Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61ba18900f0ca36f -C extra-filename=-61ba18900f0ca36f --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c55ccb3c80d03c7f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-11-14T03:26:45.614Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f567f896bb0e00 -C extra-filename=-f0f567f896bb0e00 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802024-11-14T03:26:45.958Z Compiling proc-macro-crate v1.3.1
33812024-11-14T03:26:45.972Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8797f7a34f94f757 -C extra-filename=-8797f7a34f94f757 --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-4fac8a596e09fa80.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-27cb6e30adf30b5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822024-11-14T03:26:46.089Z Compiling test-strategy v0.3.1
33832024-11-14T03:26:46.092Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=198ebdf28c1b51c7 -C extra-filename=-198ebdf28c1b51c7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-61ba18900f0ca36f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842024-11-14T03:26:46.631Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=d2113ef437fb5d5e -C extra-filename=-d2113ef437fb5d5e --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-f0f567f896bb0e00.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
33852024-11-14T03:26:47.032Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33862024-11-14T03:26:47.034Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cb7343497e9d8e3 -C extra-filename=-7cb7343497e9d8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-11-14T03:26:47.354Z Compiling num_enum_derive v0.5.11
33882024-11-14T03:26:47.356Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=c62fe59dc9f8b25b -C extra-filename=-c62fe59dc9f8b25b --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-8797f7a34f94f757.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-11-14T03:26:47.381Z Dirty parse-display v0.10.0: the rustflags changed
33902024-11-14T03:26:47.381Z Compiling parse-display v0.10.0
33912024-11-14T03:26:47.392Z Running `/home/build/.rustup/toolchains/1.81.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.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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=f81a4f758dfcb860 -C extra-filename=-f81a4f758dfcb860 --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-c855591a9f549106.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-11-14T03:26:47.437Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3/build-script-build`
33932024-11-14T03:26:47.477Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33942024-11-14T03:26:47.480Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a674c41d8849d6c4 -C extra-filename=-a674c41d8849d6c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952024-11-14T03:26:47.836Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4/build-script-build`
33962024-11-14T03:26:47.877Z Compiling foreign-types-macros v0.2.3
33972024-11-14T03:26:47.880Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=5e02bb8a31d399d9 -C extra-filename=-5e02bb8a31d399d9 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-11-14T03:26:48.101Z Compiling foreign-types-shared v0.3.1
33992024-11-14T03:26:48.103Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0f329054068f8e6 -C extra-filename=-b0f329054068f8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-11-14T03:26:48.238Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dffa7c7a626b1b1e -C extra-filename=-dffa7c7a626b1b1e --out-dir /work/oxidecomputer/omicron/target/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`
34012024-11-14T03:26:48.427Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35a3f21f86f7a39c -C extra-filename=-35a3f21f86f7a39c --out-dir /work/oxidecomputer/omicron/target/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`
34022024-11-14T03:26:48.639Z Compiling tabwriter v1.4.0
34032024-11-14T03:26:48.642Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=0b571bee1a90778e -C extra-filename=-0b571bee1a90778e --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-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042024-11-14T03:26:49.116Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34052024-11-14T03:26:49.118Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fffdaab5d1d3bf8 -C extra-filename=-9fffdaab5d1d3bf8 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062024-11-14T03:26:49.222Z Compiling cstr-argument v0.1.2
34072024-11-14T03:26:49.224Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3e99e5d3bcd20984 -C extra-filename=-3e99e5d3bcd20984 --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-83c04ded702a2c6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-11-14T03:26:49.362Z Compiling foreign-types v0.5.0
34092024-11-14T03:26:49.403Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9fc2e7bc4b0305d8 -C extra-filename=-9fc2e7bc4b0305d8 --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-5e02bb8a31d399d9.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b0f329054068f8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-11-14T03:26:49.498Z Compiling pretty-hex v0.2.1
34112024-11-14T03:26:49.498Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3e27a2eafea59d63 -C extra-filename=-3e27a2eafea59d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-11-14T03:26:49.525Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34132024-11-14T03:26:49.525Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1c16d8a38e646f -C extra-filename=-fe1c16d8a38e646f --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-3e99e5d3bcd20984.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9fc2e7bc4b0305d8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-11-14T03:26:49.705Z Compiling colored v2.1.0
34152024-11-14T03:26:49.708Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=cca24c851c6c4979 -C extra-filename=-cca24c851c6c4979 --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-cc0c30b4f89d8188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-11-14T03:26:50.108Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34172024-11-14T03:26:50.110Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfd352f2e43f3ba6 -C extra-filename=-bfd352f2e43f3ba6 --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-29117e4ff36dab03.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-9fffdaab5d1d3bf8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182024-11-14T03:26:50.135Z Compiling smf v0.2.3
34192024-11-14T03:26:50.135Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af60c245a9847e60 -C extra-filename=-af60c245a9847e60 --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-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-11-14T03:26:50.286Z Compiling crucible-workspace-hack v0.1.0
34212024-11-14T03:26:50.289Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01a73b7276f90baf -C extra-filename=-01a73b7276f90baf --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-11-14T03:26:50.355Z Compiling num_enum v0.5.11
34232024-11-14T03:26:50.358Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=92f73f5a153a9cd5 -C extra-filename=-92f73f5a153a9cd5 --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-c62fe59dc9f8b25b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-11-14T03:26:50.398Z Compiling termtree v0.4.1
34252024-11-14T03:26:50.401Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e94d9b86c33333f -C extra-filename=-6e94d9b86c33333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-11-14T03:26:50.520Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34272024-11-14T03:26:50.523Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fe93e589b120808 -C extra-filename=-3fe93e589b120808 --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-29117e4ff36dab03.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-dffa7c7a626b1b1e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-92f73f5a153a9cd5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3e27a2eafea59d63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-11-14T03:26:50.547Z Compiling heapless v0.8.0
34292024-11-14T03:26:50.547Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=93bdea806c17815b -C extra-filename=-93bdea806c17815b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302024-11-14T03:26:50.622Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf/build-script-build`
34312024-11-14T03:26:50.649Z Compiling predicates-tree v1.0.11
34322024-11-14T03:26:50.661Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64601b9b0e8a95bb -C extra-filename=-64601b9b0e8a95bb --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-3792c8ca0d3316fb.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-6e94d9b86c33333f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332024-11-14T03:26:50.686Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ee54a9ce846ec72 -C extra-filename=-2ee54a9ce846ec72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342024-11-14T03:26:50.805Z Compiling hash32 v0.3.1
34352024-11-14T03:26:50.808Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c47edbd568567d5 -C extra-filename=-9c47edbd568567d5 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362024-11-14T03:26:50.878Z Compiling smoltcp v0.11.0
34372024-11-14T03:26:50.880Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=975cb92889495cba -C extra-filename=-975cb92889495cba --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-11-14T03:26:51.074Z Compiling cobs v0.2.3
34392024-11-14T03:26:51.076Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=982f5c397fd841f9 -C extra-filename=-982f5c397fd841f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-11-14T03:26:51.186Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
34412024-11-14T03:26:51.189Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e593e28bb79c18ee -C extra-filename=-e593e28bb79c18ee --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e593e28bb79c18ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-11-14T03:26:51.220Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b/build-script-build`
34432024-11-14T03:26:51.401Z Compiling postcard v1.0.10
34442024-11-14T03:26:51.404Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=7b2a33fc3467bea8 -C extra-filename=-7b2a33fc3467bea8 --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-982f5c397fd841f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452024-11-14T03:26:51.531Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=6439221049f43f25 -C extra-filename=-6439221049f43f25 --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-9c47edbd568567d5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-11-14T03:26:51.559Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
34472024-11-14T03:26:51.559Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=849bb7e2130f5d73 -C extra-filename=-849bb7e2130f5d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482024-11-14T03:26:51.583Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e593e28bb79c18ee/build-script-build`
34492024-11-14T03:26:51.648Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba/build-script-build`
34502024-11-14T03:26:51.674Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
34512024-11-14T03:26:51.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1485c41200139459 -C extra-filename=-1485c41200139459 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-11-14T03:26:51.710Z Compiling sigpipe v0.1.3
34532024-11-14T03:26:51.713Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5380c02213065272 -C extra-filename=-5380c02213065272 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542024-11-14T03:26:51.740Z Compiling base64 v0.21.7
34552024-11-14T03:26:51.740Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d27ec8383fdb856 -C extra-filename=-6d27ec8383fdb856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-11-14T03:26:51.851Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
34572024-11-14T03:26:51.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22dab61baf95caf3 -C extra-filename=-22dab61baf95caf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-11-14T03:26:52.077Z Compiling mockall_derive v0.13.0
34592024-11-14T03:26:52.079Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=49e28254e2e73208 -C extra-filename=-49e28254e2e73208 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602024-11-14T03:26:52.205Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3/build-script-build`
34612024-11-14T03:26:52.244Z Compiling same-file v1.0.6
34622024-11-14T03:26:52.247Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17d6301a0da6eb44 -C extra-filename=-17d6301a0da6eb44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-11-14T03:26:52.431Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208/build-script-build`
34642024-11-14T03:26:52.470Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
34652024-11-14T03:26:52.470Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cda07f3d901ae990 -C extra-filename=-cda07f3d901ae990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662024-11-14T03:26:52.528Z Running `/home/build/.rustup/toolchains/1.81.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.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=5b5784335aeeb521 -C extra-filename=-5b5784335aeeb521 --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-83c04ded702a2c6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
34672024-11-14T03:26:52.567Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=491d3e5dfa7ad00d -C extra-filename=-491d3e5dfa7ad00d --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-6439221049f43f25.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682024-11-14T03:26:52.602Z Compiling walkdir v2.5.0
34692024-11-14T03:26:52.605Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=276d808b1ead684e -C extra-filename=-276d808b1ead684e --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-17d6301a0da6eb44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702024-11-14T03:26:52.723Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=143b374284239c61 -C extra-filename=-143b374284239c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-3fe93e589b120808.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-92f73f5a153a9cd5.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-fe1c16d8a38e646f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-bfd352f2e43f3ba6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
34712024-11-14T03:26:52.822Z Compiling zone_cfg_derive v0.3.0
34722024-11-14T03:26:52.825Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecb15475b0d6cb21 -C extra-filename=-ecb15475b0d6cb21 --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732024-11-14T03:26:53.433Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
34742024-11-14T03:26:53.435Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b05f415a002de1e9 -C extra-filename=-b05f415a002de1e9 --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-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752024-11-14T03:26:53.929Z Compiling num-derive v0.4.2
34762024-11-14T03:26:53.932Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3a126ad865e68b2 -C extra-filename=-a3a126ad865e68b2 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772024-11-14T03:26:54.612Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34782024-11-14T03:26:54.635Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=8479575f4cd72e42 -C extra-filename=-8479575f4cd72e42 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792024-11-14T03:26:54.973Z Compiling fragile v2.0.0
34802024-11-14T03:26:54.975Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=44dacb9658c55276 -C extra-filename=-44dacb9658c55276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812024-11-14T03:26:55.628Z Compiling downcast v0.11.0
34822024-11-14T03:26:55.631Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=bb5d5b4255f984fc -C extra-filename=-bb5d5b4255f984fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832024-11-14T03:26:55.923Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42/build-script-build`
34842024-11-14T03:26:55.927Z Compiling zone v0.3.0
34852024-11-14T03:26:55.927Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=4c47fef4ceaaf41e -C extra-filename=-4c47fef4ceaaf41e --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ecb15475b0d6cb21.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-11-14T03:26:56.057Z Compiling typify-macro v0.2.0
34872024-11-14T03:26:56.060Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eccf94546c9b7fd8 -C extra-filename=-eccf94546c9b7fd8 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-055ba792b7330239.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-11-14T03:26:56.496Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
34892024-11-14T03:26:56.499Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=4827d9ed800bd2ee -C extra-filename=-4827d9ed800bd2ee --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-849bb7e2130f5d73.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-11-14T03:26:57.097Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
34912024-11-14T03:26:57.100Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08273e721e34c7e4 -C extra-filename=-08273e721e34c7e4 --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-2ee54a9ce846ec72.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a3a126ad865e68b2.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-11-14T03:26:57.588Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
34932024-11-14T03:26:57.591Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1777f1267e6ac8f -C extra-filename=-a1777f1267e6ac8f --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-b05f415a002de1e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-11-14T03:26:57.825Z Compiling atomicwrites v0.4.4
34952024-11-14T03:26:57.828Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a49e1e336b7595b5 -C extra-filename=-a49e1e336b7595b5 --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-a9fa2cc94e1a2df0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-11-14T03:26:58.086Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=c8ed7b9675c8b8a3 -C extra-filename=-c8ed7b9675c8b8a3 --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-83c04ded702a2c6e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-849bb7e2130f5d73.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-1485c41200139459.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-4827d9ed800bd2ee.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
34972024-11-14T03:26:58.086Z Dirty xattr v1.3.1: the rustflags changed
34982024-11-14T03:26:58.086Z Compiling xattr v1.3.1
34992024-11-14T03:26:58.089Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=bce1707f2386d5d2 -C extra-filename=-bce1707f2386d5d2 --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002024-11-14T03:26:58.190Z Dirty filetime v0.2.25: the rustflags changed
35012024-11-14T03:26:58.190Z Compiling filetime v0.2.25
35022024-11-14T03:26:58.193Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=169928e563e20f79 -C extra-filename=-169928e563e20f79 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-11-14T03:26:58.296Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
35042024-11-14T03:26:58.299Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=c9a67c140f1de48f -C extra-filename=-c9a67c140f1de48f --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-83c04ded702a2c6e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-849bb7e2130f5d73.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c8ed7b9675c8b8a3.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-cda07f3d901ae990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052024-11-14T03:26:58.364Z Compiling convert_case v0.4.0
35062024-11-14T03:26:58.366Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=4e18993d560ee6e0 -C extra-filename=-4e18993d560ee6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072024-11-14T03:26:58.532Z Dirty tar v0.4.43: the rustflags changed
35082024-11-14T03:26:58.532Z Compiling tar v0.4.43
35092024-11-14T03:26:58.535Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=7da40a2e41206c1b -C extra-filename=-7da40a2e41206c1b --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-169928e563e20f79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bce1707f2386d5d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-11-14T03:26:58.637Z Compiling newline-converter v0.3.0
35112024-11-14T03:26:58.640Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6bf16b5d3520644 -C extra-filename=-a6bf16b5d3520644 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-11-14T03:26:58.874Z Compiling expectorate v1.1.0
35132024-11-14T03:26:58.877Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4abd36fb465a093f -C extra-filename=-4abd36fb465a093f --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-8134fd228889b755.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a6bf16b5d3520644.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-11-14T03:26:59.088Z Compiling itertools v0.13.0
35152024-11-14T03:26:59.091Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6b8c06aaa5867a2a -C extra-filename=-6b8c06aaa5867a2a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162024-11-14T03:26:59.440Z Compiling derive_more v0.99.18
35172024-11-14T03:26:59.462Z Running `/home/build/.rustup/toolchains/1.81.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.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 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=ec69ba1f899f2ea9 -C extra-filename=-ec69ba1f899f2ea9 --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-4e18993d560ee6e0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182024-11-14T03:27:00.572Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
35192024-11-14T03:27:00.576Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c3eed9e14251cb0 -C extra-filename=-6c3eed9e14251cb0 --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-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-143b374284239c61.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c8ed7b9675c8b8a3.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9a67c140f1de48f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202024-11-14T03:27:00.912Z Compiling typify v0.2.0
35212024-11-14T03:27:00.918Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=92c02ec03a3afec2 -C extra-filename=-92c02ec03a3afec2 --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-055ba792b7330239.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-eccf94546c9b7fd8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222024-11-14T03:27:01.075Z Compiling progenitor-impl v0.8.0
35232024-11-14T03:27:01.078Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c15b24a686c00c24 -C extra-filename=-c15b24a686c00c24 --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-702249e0617a2365.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-92c02ec03a3afec2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-11-14T03:27:01.104Z Compiling tungstenite v0.21.0
35252024-11-14T03:27:01.104Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=101bbe31c4148ab9 -C extra-filename=-101bbe31c4148ab9 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-11-14T03:27:01.149Z Compiling mockall v0.13.0
35272024-11-14T03:27:01.153Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1fb2ef3138515a7e -C extra-filename=-1fb2ef3138515a7e --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-83c04ded702a2c6e.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bb5d5b4255f984fc.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-44dacb9658c55276.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5b5784335aeeb521.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-11-14T03:27:01.509Z Compiling arc-swap v1.7.1
35292024-11-14T03:27:01.512Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=98701f5f07c777db -C extra-filename=-98701f5f07c777db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-11-14T03:27:02.074Z Compiling slog-scope v4.4.0
35312024-11-14T03:27:02.077Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=815f579f17bc029e -C extra-filename=-815f579f17bc029e --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-98701f5f07c777db.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-11-14T03:27:02.204Z Compiling owo-colors v4.1.0
35332024-11-14T03:27:02.208Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=ab9c385e5901ea3b -C extra-filename=-ab9c385e5901ea3b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342024-11-14T03:27:02.434Z Compiling tokio-tungstenite v0.21.0
35352024-11-14T03:27:02.437Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=920858a82848e79c -C extra-filename=-920858a82848e79c --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-101bbe31c4148ab9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-11-14T03:27:02.555Z Compiling slog-stdlog v4.1.1
35372024-11-14T03:27:02.559Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=da5dc4498adba737 -C extra-filename=-da5dc4498adba737 --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-a2c99244b373d360.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382024-11-14T03:27:02.638Z Compiling cancel-safe-futures v0.1.5
35392024-11-14T03:27:02.641Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=519fdc64effdffd2 -C extra-filename=-519fdc64effdffd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402024-11-14T03:27:02.968Z Compiling slog-envlogger v2.2.0
35412024-11-14T03:27:02.971Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=6f6c828458804848 -C extra-filename=-6f6c828458804848 --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-a2c99244b373d360.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-da5dc4498adba737.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422024-11-14T03:27:03.060Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b/build-script-build`
35432024-11-14T03:27:03.063Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2/build-script-build`
35442024-11-14T03:27:03.114Z Compiling num-rational v0.4.2
35452024-11-14T03:27:03.117Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=642302e061a7927e -C extra-filename=-642302e061a7927e --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462024-11-14T03:27:03.139Z Compiling num-complex v0.4.6
35472024-11-14T03:27:03.142Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=00dc10230bd38cfa -C extra-filename=-00dc10230bd38cfa --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482024-11-14T03:27:03.366Z Dirty swrite v0.1.0: the rustflags changed
35492024-11-14T03:27:03.366Z Compiling swrite v0.1.0
35502024-11-14T03:27:03.369Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=74c3ec0fd5fa922d -C extra-filename=-74c3ec0fd5fa922d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512024-11-14T03:27:03.518Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=ae3cec0fe43b44de -C extra-filename=-ae3cec0fe43b44de --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522024-11-14T03:27:03.824Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=d27cd3c9a5bd1634 -C extra-filename=-d27cd3c9a5bd1634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
35532024-11-14T03:27:04.173Z Compiling num v0.4.3
35542024-11-14T03:27:04.176Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=37e6e52c977aa548 -C extra-filename=-37e6e52c977aa548 --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-00dc10230bd38cfa.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-642302e061a7927e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552024-11-14T03:27:04.274Z Compiling libsw v3.3.1
35562024-11-14T03:27:04.337Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=199ff00d8cd43517 -C extra-filename=-199ff00d8cd43517 --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-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-11-14T03:27:04.337Z Compiling password-hash v0.5.0
35582024-11-14T03:27:04.337Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=95f90713e07388c9 -C extra-filename=-95f90713e07388c9 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-11-14T03:27:04.625Z Compiling blake2 v0.10.6
35602024-11-14T03:27:04.628Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=50f7de26e0314ac6 -C extra-filename=-50f7de26e0314ac6 --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-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612024-11-14T03:27:04.946Z Compiling linear-map v1.2.0
35622024-11-14T03:27:04.951Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=004b24f70abe6b23 -C extra-filename=-004b24f70abe6b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632024-11-14T03:27:05.339Z Compiling indent_write v2.2.0
35642024-11-14T03:27:05.342Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d115df43764c8065 -C extra-filename=-d115df43764c8065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652024-11-14T03:27:05.376Z Compiling float-ord v0.3.2
35662024-11-14T03:27:05.379Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64ad33de53dcc530 -C extra-filename=-64ad33de53dcc530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672024-11-14T03:27:05.570Z Compiling argon2 v0.5.3
35682024-11-14T03:27:05.574Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=d8f7b1b51375db4b -C extra-filename=-d8f7b1b51375db4b --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-d4bf7869d4ee9385.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-50f7de26e0314ac6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-95f90713e07388c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692024-11-14T03:27:05.597Z Compiling pem v3.0.4
35702024-11-14T03:27:05.597Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=de7ed3725d1ecbe1 -C extra-filename=-de7ed3725d1ecbe1 --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-e342ec737c4cbcc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712024-11-14T03:27:06.046Z Compiling lzma-sys v0.1.20
35722024-11-14T03:27:06.049Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=6295040ea28e98ef -C extra-filename=-6295040ea28e98ef --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732024-11-14T03:27:06.256Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
35742024-11-14T03:27:06.262Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=d5f9439d1a9d6cc8 -C extra-filename=-d5f9439d1a9d6cc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752024-11-14T03:27:06.469Z Compiling heck v0.3.3
35762024-11-14T03:27:06.473Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b38adb89d41c5e3 -C extra-filename=-1b38adb89d41c5e3 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-11-14T03:27:06.905Z Compiling headers-core v0.3.0
35782024-11-14T03:27:06.909Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aeaf98ac838f5986 -C extra-filename=-aeaf98ac838f5986 --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-efdfc1810bb1bf37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792024-11-14T03:27:06.930Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef/build-script-build`
35802024-11-14T03:27:06.978Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
35812024-11-14T03:27:06.981Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0740cba08b844d02 -C extra-filename=-0740cba08b844d02 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822024-11-14T03:27:07.077Z Compiling headers v0.4.0
35832024-11-14T03:27:07.081Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b64034d5c504771a -C extra-filename=-b64034d5c504771a --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-6d27ec8383fdb856.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-aeaf98ac838f5986.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842024-11-14T03:27:07.202Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8/build-script-build`
35852024-11-14T03:27:07.329Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02/build-script-build`
35862024-11-14T03:27:07.360Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=530de364c32c344b -C extra-filename=-530de364c32c344b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
35872024-11-14T03:27:07.568Z Compiling zone_cfg_derive v0.1.2
35882024-11-14T03:27:07.576Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=000ceaff6a1321eb -C extra-filename=-000ceaff6a1321eb --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-1b38adb89d41c5e3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892024-11-14T03:27:07.641Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35902024-11-14T03:27:07.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=374db4060b089ce6 -C extra-filename=-374db4060b089ce6 --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-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912024-11-14T03:27:07.842Z Compiling yasna v0.5.2
35922024-11-14T03:27:07.845Z Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2a5e1a4610284056 -C extra-filename=-2a5e1a4610284056 --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-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932024-11-14T03:27:08.092Z Compiling base64 v0.13.1
35942024-11-14T03:27:08.095Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a43efa0b709579bd -C extra-filename=-a43efa0b709579bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952024-11-14T03:27:08.301Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35962024-11-14T03:27:08.305Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da432e214b408d0a -C extra-filename=-da432e214b408d0a --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-374db4060b089ce6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972024-11-14T03:27:08.746Z Compiling ron v0.7.1
35982024-11-14T03:27:08.750Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=b044b2d0837649ab -C extra-filename=-b044b2d0837649ab --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-a43efa0b709579bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-11-14T03:27:09.057Z Compiling rcgen v0.12.1
36002024-11-14T03:27:09.060Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=4509fe8783ecf5e7 -C extra-filename=-4509fe8783ecf5e7 --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-de7ed3725d1ecbe1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2a5e1a4610284056.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
36012024-11-14T03:27:09.084Z Compiling xz2 v0.1.7
36022024-11-14T03:27:09.084Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xz2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=829fc4595960ee29 -C extra-filename=-829fc4595960ee29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-530de364c32c344b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36032024-11-14T03:27:09.274Z Compiling zone v0.1.8
36042024-11-14T03:27:09.277Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e33d8ab1a3fcf2f -C extra-filename=-3e33d8ab1a3fcf2f --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-000ceaff6a1321eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052024-11-14T03:27:09.410Z Compiling progenitor-macro v0.8.0
36062024-11-14T03:27:09.414Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c129725ddde641cc -C extra-filename=-c129725ddde641cc --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-fade29d57381db29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c15b24a686c00c24.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ed5cdcbb0085f8fd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072024-11-14T03:27:09.576Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=731f9698135d3541 -C extra-filename=-731f9698135d3541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-3fe93e589b120808.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-92f73f5a153a9cd5.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-fe1c16d8a38e646f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-bfd352f2e43f3ba6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36082024-11-14T03:27:09.605Z Compiling humantime v2.1.0
36092024-11-14T03:27:09.609Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31c3ffab5224127a -C extra-filename=-31c3ffab5224127a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102024-11-14T03:27:10.145Z Compiling subprocess v0.2.9
36112024-11-14T03:27:10.149Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7b60d3e91176a92 -C extra-filename=-e7b60d3e91176a92 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122024-11-14T03:27:10.497Z Compiling highway v1.2.0
36132024-11-14T03:27:10.501Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5591bedad390d062 -C extra-filename=-5591bedad390d062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142024-11-14T03:27:10.976Z Dirty semver v0.1.20: the rustflags changed
36152024-11-14T03:27:10.976Z Compiling semver v0.1.20
36162024-11-14T03:27:10.980Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad501e15d7f1fa5f -C extra-filename=-ad501e15d7f1fa5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172024-11-14T03:27:11.238Z Compiling half v2.4.1
36182024-11-14T03:27:11.241Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=b903e0a71c8a9e30 -C extra-filename=-b903e0a71c8a9e30 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192024-11-14T03:27:11.314Z Compiling ciborium-io v0.2.2
36202024-11-14T03:27:11.317Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=47dbf1aa7d6f1ddf -C extra-filename=-47dbf1aa7d6f1ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212024-11-14T03:27:11.470Z Dirty rustc_version v0.1.7: the rustflags changed
36222024-11-14T03:27:11.471Z Compiling rustc_version v0.1.7
36232024-11-14T03:27:11.475Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e1f2611955e262c -C extra-filename=-5e1f2611955e262c --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-ad501e15d7f1fa5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242024-11-14T03:27:11.546Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=ebc379566efd2a27 -C extra-filename=-ebc379566efd2a27 --out-dir /work/oxidecomputer/omicron/target/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`
36252024-11-14T03:27:11.661Z Dirty aws-lc-sys v0.22.0: the rustflags changed
36262024-11-14T03:27:11.661Z Compiling aws-lc-sys v0.22.0
36272024-11-14T03:27:11.665Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.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="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=842a507edc02880d -C extra-filename=-842a507edc02880d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-842a507edc02880d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c415dfacc37d7b0e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-4abb57eea5816ada.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-3e5c62976113e5f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-242258cbf285726b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282024-11-14T03:27:11.686Z Compiling display-error-chain v0.2.2
36292024-11-14T03:27:11.686Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c934ff84d13620ad -C extra-filename=-c934ff84d13620ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302024-11-14T03:27:11.832Z Compiling ciborium-ll v0.2.2
36312024-11-14T03:27:11.832Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f57a3b1c0d1225df -C extra-filename=-f57a3b1c0d1225df --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-47dbf1aa7d6f1ddf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b903e0a71c8a9e30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322024-11-14T03:27:11.868Z Compiling slog-dtrace v0.3.0
36332024-11-14T03:27:11.871Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db2a9b39b66bdf96 -C extra-filename=-db2a9b39b66bdf96 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342024-11-14T03:27:11.897Z Compiling keccak v0.1.5
36352024-11-14T03:27:11.901Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=c2f5654441477d17 -C extra-filename=-c2f5654441477d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362024-11-14T03:27:12.016Z Dirty newtype_derive v0.1.6: the rustflags changed
36372024-11-14T03:27:12.016Z Compiling newtype_derive v0.1.6
36382024-11-14T03:27:12.019Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=091dddfb3b11af99 -C extra-filename=-091dddfb3b11af99 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5e1f2611955e262c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392024-11-14T03:27:12.149Z Compiling ciborium v0.2.2
36402024-11-14T03:27:12.153Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e005f0e9c526801 -C extra-filename=-0e005f0e9c526801 --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-47dbf1aa7d6f1ddf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f57a3b1c0d1225df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412024-11-14T03:27:12.228Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96/build-script-build`
36422024-11-14T03:27:12.256Z Compiling sha3 v0.10.8
36432024-11-14T03:27:12.288Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=9a484ef53cddbb44 -C extra-filename=-9a484ef53cddbb44 --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-427828cb45815475.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-c2f5654441477d17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442024-11-14T03:27:12.315Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c63079740f499bb -C extra-filename=-1c63079740f499bb --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-07ebaf0eb0f1113e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452024-11-14T03:27:12.375Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99/build-script-build`
36462024-11-14T03:27:12.459Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=46f75afc187be87d -C extra-filename=-46f75afc187be87d --out-dir /work/oxidecomputer/omicron/target/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`
36472024-11-14T03:27:12.585Z Compiling steno v0.4.1
36482024-11-14T03:27:12.589Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22e5b7d0b892e4d4 -C extra-filename=-22e5b7d0b892e4d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492024-11-14T03:27:12.920Z Compiling gethostname v0.5.0
36502024-11-14T03:27:12.923Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=609f1d2cdfe5bf4b -C extra-filename=-609f1d2cdfe5bf4b --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512024-11-14T03:27:12.965Z Compiling arrayref v0.3.9
36522024-11-14T03:27:12.969Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b91986aeb4aaec13 -C extra-filename=-b91986aeb4aaec13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532024-11-14T03:27:13.085Z Compiling constant_time_eq v0.3.1
36542024-11-14T03:27:13.088Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4d02674e81423f01 -C extra-filename=-4d02674e81423f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552024-11-14T03:27:13.167Z Compiling arrayvec v0.7.6
36562024-11-14T03:27:13.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=3ded41aaa9d9802f -C extra-filename=-3ded41aaa9d9802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572024-11-14T03:27:13.288Z Compiling universal-hash v0.5.1
36582024-11-14T03:27:13.291Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f038c6a9f9d9b2ec -C extra-filename=-f038c6a9f9d9b2ec --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-7fdfedb38dd16271.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592024-11-14T03:27:13.313Z Compiling opaque-debug v0.3.1
36602024-11-14T03:27:13.316Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=336551ef1347f8fe -C extra-filename=-336551ef1347f8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612024-11-14T03:27:13.429Z Compiling secrecy v0.8.0
36622024-11-14T03:27:13.432Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=2e31e26ea63eb7ef -C extra-filename=-2e31e26ea63eb7ef --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-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632024-11-14T03:27:13.506Z Compiling blake3 v1.5.4
36642024-11-14T03:27:13.509Z Running `/home/build/.rustup/toolchains/1.81.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.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=e4e5b4fdbc78c63f -C extra-filename=-e4e5b4fdbc78c63f --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652024-11-14T03:27:13.588Z Compiling ring v0.16.20
36662024-11-14T03:27:13.591Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=058ec4e11be265f4 -C extra-filename=-058ec4e11be265f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672024-11-14T03:27:13.696Z Compiling nibble_vec v0.1.0
36682024-11-14T03:27:13.699Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5edce832b955d918 -C extra-filename=-5edce832b955d918 --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692024-11-14T03:27:13.750Z Compiling endian-type v0.1.2
36702024-11-14T03:27:13.753Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=374679e1acf60c7f -C extra-filename=-374679e1acf60c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712024-11-14T03:27:13.895Z Compiling memmap2 v0.9.5
36722024-11-14T03:27:13.898Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=30296a06e6ae4d07 -C extra-filename=-30296a06e6ae4d07 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732024-11-14T03:27:13.942Z Compiling spin v0.5.2
36742024-11-14T03:27:13.945Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffc11d4ba9e5659d -C extra-filename=-ffc11d4ba9e5659d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752024-11-14T03:27:14.000Z Compiling radix_trie v0.2.1
36762024-11-14T03:27:14.004Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9a0d1285c339c6d5 -C extra-filename=-9a0d1285c339c6d5 --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-374679e1acf60c7f.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-5edce832b955d918.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772024-11-14T03:27:14.215Z Compiling aead v0.5.2
36782024-11-14T03:27:14.218Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=ca8bfea2ccdd2eda -C extra-filename=-ca8bfea2ccdd2eda --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-7fdfedb38dd16271.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792024-11-14T03:27:14.339Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f/build-script-build`
36802024-11-14T03:27:14.382Z Compiling topological-sort v0.2.2
36812024-11-14T03:27:14.386Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080f99335bb4565d -C extra-filename=-080f99335bb4565d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822024-11-14T03:27:14.610Z Compiling poly1305 v0.8.0
36832024-11-14T03:27:14.614Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=5b169acf02c0449f -C extra-filename=-5b169acf02c0449f --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-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f038c6a9f9d9b2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842024-11-14T03:27:14.635Z Compiling chacha20 v0.9.1
36852024-11-14T03:27:14.639Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=c15d85ddff06e4a5 -C extra-filename=-c15d85ddff06e4a5 --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862024-11-14T03:27:14.719Z Compiling toolchain_find v0.4.0
36872024-11-14T03:27:14.721Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57ce78ce2a17ec67 -C extra-filename=-57ce78ce2a17ec67 --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-f4181d55d297293f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882024-11-14T03:27:14.868Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4/build-script-build`
36892024-11-14T03:27:14.991Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=39a768ac77827752 -C extra-filename=-39a768ac77827752 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-30296a06e6ae4d07.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/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 --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'`
36902024-11-14T03:27:15.098Z Compiling thiserror-impl-no-std v2.0.2
36912024-11-14T03:27:15.101Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=30c63a71d8c9bf02 -C extra-filename=-30c63a71d8c9bf02 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922024-11-14T03:27:15.418Z Compiling rustfmt-wrapper v0.2.1
36932024-11-14T03:27:15.421Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73b435fb9e0ef985 -C extra-filename=-73b435fb9e0ef985 --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-1ac9fc4a930966d4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-57ce78ce2a17ec67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942024-11-14T03:27:16.018Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
36952024-11-14T03:27:16.027Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca2995da6a70227e -C extra-filename=-ca2995da6a70227e --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962024-11-14T03:27:16.278Z Compiling chacha20poly1305 v0.10.1
36972024-11-14T03:27:16.281Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=4ce480f5dad11f9e -C extra-filename=-4ce480f5dad11f9e --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-ca8bfea2ccdd2eda.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982024-11-14T03:27:16.318Z Compiling async-recursion v1.1.1
36992024-11-14T03:27:16.321Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2980bee54355cce2 -C extra-filename=-2980bee54355cce2 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002024-11-14T03:27:16.379Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e/build-script-build`
37012024-11-14T03:27:16.419Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87de8c2baddad56e -C extra-filename=-87de8c2baddad56e --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -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/`
37022024-11-14T03:27:16.534Z Compiling fxhash v0.2.1
37032024-11-14T03:27:16.537Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=048ebba6ba3012bd -C extra-filename=-048ebba6ba3012bd --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042024-11-14T03:27:16.761Z Compiling termcolor v1.4.1
37052024-11-14T03:27:16.763Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4797ccd8a8baddc1 -C extra-filename=-4797ccd8a8baddc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062024-11-14T03:27:16.859Z Compiling radium v0.7.0
37072024-11-14T03:27:16.862Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa7c7e0fa637645c -C extra-filename=-fa7c7e0fa637645c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082024-11-14T03:27:17.409Z Compiling maplit v1.0.2
37092024-11-14T03:27:17.412Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecfd5b0ec037d853 -C extra-filename=-ecfd5b0ec037d853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102024-11-14T03:27:17.572Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c/build-script-build`
37112024-11-14T03:27:17.582Z Compiling maybe-uninit v2.0.0
37122024-11-14T03:27:17.584Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c5063d6021ef8d5 -C extra-filename=-5c5063d6021ef8d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132024-11-14T03:27:17.618Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=cfa5ee9e4350061e -C extra-filename=-cfa5ee9e4350061e --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-4fac8a596e09fa80.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ffc11d4ba9e5659d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -l static=ring-core -l static=ring-test`
37142024-11-14T03:27:17.696Z Compiling tap v1.0.1
37152024-11-14T03:27:17.698Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c927e9e71c73919 -C extra-filename=-4c927e9e71c73919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162024-11-14T03:27:17.898Z Compiling wyz v0.5.1
37172024-11-14T03:27:17.901Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=9586e86629ff2435 -C extra-filename=-9586e86629ff2435 --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-4c927e9e71c73919.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182024-11-14T03:27:18.141Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbeb60fed82686ae -C extra-filename=-dbeb60fed82686ae --out-dir /work/oxidecomputer/omicron/target/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`
37192024-11-14T03:27:18.195Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5/build-script-build`
37202024-11-14T03:27:18.391Z Compiling packed_struct v0.10.1
37212024-11-14T03:27:18.394Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=227703b346cb490f -C extra-filename=-227703b346cb490f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222024-11-14T03:27:18.394Z Compiling funty v2.0.0
37232024-11-14T03:27:18.394Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce667f001666d86f -C extra-filename=-ce667f001666d86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242024-11-14T03:27:18.558Z Compiling thiserror-no-std v2.0.2
37252024-11-14T03:27:18.560Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4fda64549c812a09 -C extra-filename=-4fda64549c812a09 --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-30c63a71d8c9bf02.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262024-11-14T03:27:18.642Z Compiling crc-catalog v2.4.0
37272024-11-14T03:27:18.645Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab025c5202a84d5c -C extra-filename=-ab025c5202a84d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282024-11-14T03:27:18.699Z Compiling vsss-rs v3.3.4
37292024-11-14T03:27:18.702Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=4d656c8b9c22cbf3 -C extra-filename=-4d656c8b9c22cbf3 --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-40b96768f529d1af.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-4fda64549c812a09.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302024-11-14T03:27:18.868Z Compiling crc v3.2.1
37312024-11-14T03:27:18.870Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fbcb9c8736247af6 -C extra-filename=-fbcb9c8736247af6 --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-ab025c5202a84d5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322024-11-14T03:27:18.870Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f/build-script-build`
37332024-11-14T03:27:18.932Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e32ac06e498fa999 -C extra-filename=-e32ac06e498fa999 --out-dir /work/oxidecomputer/omicron/target/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`
37342024-11-14T03:27:19.049Z Compiling packed_struct_codegen v0.10.1
37352024-11-14T03:27:19.052Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1ac5259068253334 -C extra-filename=-1ac5259068253334 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362024-11-14T03:27:19.619Z Compiling bitvec v1.0.1
37372024-11-14T03:27:19.622Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=9361801a98241083 -C extra-filename=-9361801a98241083 --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-ce667f001666d86f.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-dbeb60fed82686ae.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4c927e9e71c73919.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9586e86629ff2435.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382024-11-14T03:27:20.301Z Compiling indexmap v1.9.3
37392024-11-14T03:27:20.303Z Compiling nodrop v0.1.14
37402024-11-14T03:27:20.303Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=0076c5f389578092 -C extra-filename=-0076c5f389578092 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412024-11-14T03:27:20.303Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=071933959effb27c -C extra-filename=-071933959effb27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422024-11-14T03:27:20.471Z Compiling array-init v0.0.4
37432024-11-14T03:27:20.474Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a275773c7f7a2120 -C extra-filename=-a275773c7f7a2120 --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-071933959effb27c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442024-11-14T03:27:20.684Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092/build-script-build`
37452024-11-14T03:27:20.724Z Compiling smallvec v0.6.14
37462024-11-14T03:27:20.727Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=95962537221bffe4 -C extra-filename=-95962537221bffe4 --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-e32ac06e498fa999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472024-11-14T03:27:21.221Z Compiling bitfield v0.14.0
37482024-11-14T03:27:21.225Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0f86572c8bfcbd0 -C extra-filename=-e0f86572c8bfcbd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492024-11-14T03:27:21.358Z Compiling hashbrown v0.12.3
37502024-11-14T03:27:21.361Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=dd90245a70577fbf -C extra-filename=-dd90245a70577fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512024-11-14T03:27:21.522Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37522024-11-14T03:27:21.525Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3bcfaf1429f5b431 -C extra-filename=-3bcfaf1429f5b431 --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532024-11-14T03:27:21.739Z Compiling serde-hex v0.1.0
37542024-11-14T03:27:21.741Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d08f2ee553cc2840 -C extra-filename=-d08f2ee553cc2840 --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-a275773c7f7a2120.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-95962537221bffe4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552024-11-14T03:27:21.854Z Compiling env_logger v0.10.2
37562024-11-14T03:27:21.856Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=44fd74ce17390a5c -C extra-filename=-44fd74ce17390a5c --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-df36d71ac9df22f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572024-11-14T03:27:22.084Z Compiling ron v0.8.1
37582024-11-14T03:27:22.087Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=83d933d148126cbb -C extra-filename=-83d933d148126cbb --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-6d27ec8383fdb856.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592024-11-14T03:27:22.557Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=2ce4db2c526c9701 -C extra-filename=-2ce4db2c526c9701 --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-dd90245a70577fbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
37602024-11-14T03:27:23.124Z Compiling hashbrown v0.13.2
37612024-11-14T03:27:23.127Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=78fd7b7851eaac03 -C extra-filename=-78fd7b7851eaac03 --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-8be98ef023620e24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622024-11-14T03:27:23.379Z Compiling kstat-rs v0.2.4
37632024-11-14T03:27:23.383Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=feeba4eda123e0da -C extra-filename=-feeba4eda123e0da --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-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642024-11-14T03:27:23.466Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=1dfdcc2b89093aa2 -C extra-filename=-1dfdcc2b89093aa2 --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-9361801a98241083.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-1ac5259068253334.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652024-11-14T03:27:23.507Z Compiling crc-any v2.5.0
37662024-11-14T03:27:23.510Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=962b55160f0ef6f5 -C extra-filename=-962b55160f0ef6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672024-11-14T03:27:24.053Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37682024-11-14T03:27:24.055Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92b057c800962002 -C extra-filename=-92b057c800962002 --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-83d933d148126cbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3bcfaf1429f5b431.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692024-11-14T03:27:24.078Z Compiling libefi-sys v0.1.0
37702024-11-14T03:27:24.080Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4fe92f8ec81414b -C extra-filename=-d4fe92f8ec81414b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712024-11-14T03:27:24.343Z Compiling object v0.30.4
37722024-11-14T03:27:24.346Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=27f648ab388456f9 -C extra-filename=-27f648ab388456f9 --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-149352a4a9602637.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-78fd7b7851eaac03.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2ce4db2c526c9701.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732024-11-14T03:27:24.424Z Compiling path-slash v0.1.5
37742024-11-14T03:27:24.426Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05d31220557fc09a -C extra-filename=-05d31220557fc09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752024-11-14T03:27:24.721Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b/build-script-build`
37762024-11-14T03:27:24.724Z Compiling const_format_proc_macros v0.2.33
37772024-11-14T03:27:24.724Z Running `/home/build/.rustup/toolchains/1.81.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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=ed04de40b7be1d52 -C extra-filename=-ed04de40b7be1d52 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782024-11-14T03:27:24.770Z Compiling bitfield-struct v0.6.2
37792024-11-14T03:27:24.773Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42b8bb0774936705 -C extra-filename=-42b8bb0774936705 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802024-11-14T03:27:24.812Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
37812024-11-14T03:27:24.815Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9595ee4ddf327f14 -C extra-filename=-9595ee4ddf327f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822024-11-14T03:27:24.943Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-842a507edc02880d/build-script-main`
37832024-11-14T03:27:25.311Z Compiling parking_lot_core v0.8.6
37842024-11-14T03:27:25.315Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ef92fdba32481ddb -C extra-filename=-ef92fdba32481ddb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852024-11-14T03:27:25.835Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14/build-script-build`
37862024-11-14T03:27:25.864Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb/build-script-build`
37872024-11-14T03:27:25.899Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=058db1c7bc49c03f -C extra-filename=-058db1c7bc49c03f --out-dir /work/oxidecomputer/omicron/target/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`
37882024-11-14T03:27:25.976Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37892024-11-14T03:27:25.979Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee1ab4c70d850ef9 -C extra-filename=-ee1ab4c70d850ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-92f73f5a153a9cd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902024-11-14T03:27:26.343Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912024-11-14T03:27:26.345Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b027d8ff7ea97694 -C extra-filename=-b027d8ff7ea97694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922024-11-14T03:27:26.369Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37932024-11-14T03:27:26.372Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34fed2d1a9e85dd7 -C extra-filename=-34fed2d1a9e85dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-42b8bb0774936705.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942024-11-14T03:27:26.485Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37952024-11-14T03:27:26.488Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a815423ad073e0bc -C extra-filename=-a815423ad073e0bc --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-29117e4ff36dab03.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-058db1c7bc49c03f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962024-11-14T03:27:26.592Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2a47b8fa7547b75 -C extra-filename=-f2a47b8fa7547b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ee1ab4c70d850ef9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -l static=pci`
37972024-11-14T03:27:26.695Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2bc2f9aba3e87a66 -C extra-filename=-2bc2f9aba3e87a66 --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-83c04ded702a2c6e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982024-11-14T03:27:26.875Z Compiling vte_generate_state_changes v0.1.2
37992024-11-14T03:27:26.878Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf908aa38f976290 -C extra-filename=-bf908aa38f976290 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002024-11-14T03:27:26.984Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
38012024-11-14T03:27:26.990Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e42823b8de71504 -C extra-filename=-0e42823b8de71504 --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-e0f86572c8bfcbd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1dfdcc2b89093aa2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022024-11-14T03:27:27.122Z Compiling const_format v0.2.33
38032024-11-14T03:27:27.125Z Running `/home/build/.rustup/toolchains/1.81.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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=73f4a98753eb625a -C extra-filename=-73f4a98753eb625a --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-ed04de40b7be1d52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042024-11-14T03:27:27.144Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38052024-11-14T03:27:27.149Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ded86b8899a0069a -C extra-filename=-ded86b8899a0069a --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-34fed2d1a9e85dd7.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-b027d8ff7ea97694.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062024-11-14T03:27:27.333Z Compiling parking_lot v0.11.2
38072024-11-14T03:27:27.338Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=433037128dfcb871 -C extra-filename=-433037128dfcb871 --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-39bb737618c263a4.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2bc2f9aba3e87a66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082024-11-14T03:27:27.585Z Compiling fd-lock v4.0.2
38092024-11-14T03:27:27.590Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b50e4e9514f60862 -C extra-filename=-b50e4e9514f60862 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102024-11-14T03:27:27.615Z Compiling vte v0.11.1
38112024-11-14T03:27:27.620Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=577069a88ffd6d8e -C extra-filename=-577069a88ffd6d8e --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-6f3e25e7cc201eae.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-bf908aa38f976290.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122024-11-14T03:27:27.810Z Compiling sled v0.34.7
38132024-11-14T03:27:27.812Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=f7af14b37d81d494 -C extra-filename=-f7af14b37d81d494 --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-149352a4a9602637.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-433037128dfcb871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142024-11-14T03:27:27.878Z Compiling hickory-client v0.24.1
38152024-11-14T03:27:27.881Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=6ddf7adcc2afafb4 -C extra-filename=-6ddf7adcc2afafb4 --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-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162024-11-14T03:27:28.183Z Compiling hickory-server v0.24.1
38172024-11-14T03:27:28.187Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=5f7be827a6290e5d -C extra-filename=-5f7be827a6290e5d --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-49589da9b84e9811.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a5e203bd0dbe6a3d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182024-11-14T03:27:28.257Z Compiling nu-ansi-term v0.50.1
38192024-11-14T03:27:28.260Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=6849588ccad9c8e6 -C extra-filename=-6849588ccad9c8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202024-11-14T03:27:29.053Z Compiling phf_generator v0.11.2
38212024-11-14T03:27:29.055Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=6ba9bf2ccf62123c -C extra-filename=-6ba9bf2ccf62123c --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-a7eca61a1c7ae2ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222024-11-14T03:27:29.226Z Compiling strip-ansi-escapes v0.2.0
38232024-11-14T03:27:29.228Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2a8027596587adb -C extra-filename=-d2a8027596587adb --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-577069a88ffd6d8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242024-11-14T03:27:29.269Z Compiling phf_codegen v0.11.2
38252024-11-14T03:27:29.271Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a8e6181d7f3210d -C extra-filename=-7a8e6181d7f3210d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-6ba9bf2ccf62123c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262024-11-14T03:27:29.396Z Compiling parse-zoneinfo v0.3.1
38272024-11-14T03:27:29.399Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a07e9f4fb4226542 -C extra-filename=-a07e9f4fb4226542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282024-11-14T03:27:29.502Z Compiling reedline v0.35.0
38292024-11-14T03:27:29.503Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=edb5cf1a41b00efb -C extra-filename=-edb5cf1a41b00efb --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-07ebaf0eb0f1113e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50e4e9514f60862.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-6849588ccad9c8e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d2a8027596587adb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3751fa837c25ddbf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302024-11-14T03:27:29.685Z Compiling cfg_aliases v0.1.1
38312024-11-14T03:27:29.687Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbe8164c9e97305a -C extra-filename=-cbe8164c9e97305a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322024-11-14T03:27:29.810Z Compiling buf-list v1.0.3
38332024-11-14T03:27:29.810Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=8ae8b59bc6d5a009 -C extra-filename=-8ae8b59bc6d5a009 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342024-11-14T03:27:30.560Z Dirty bytecount v0.6.8: the rustflags changed
38352024-11-14T03:27:30.560Z Compiling bytecount v0.6.8
38362024-11-14T03:27:30.582Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=b354c3cdf7fcee8b -C extra-filename=-b354c3cdf7fcee8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372024-11-14T03:27:30.807Z Dirty papergrid v0.11.0: the rustflags changed
38382024-11-14T03:27:30.808Z Compiling papergrid v0.11.0
38392024-11-14T03:27:30.810Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=4664678ab6d4281d -C extra-filename=-4664678ab6d4281d --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-b354c3cdf7fcee8b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402024-11-14T03:27:31.518Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009/build-script-build`
38412024-11-14T03:27:31.547Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18/build-script-build`
38422024-11-14T03:27:31.589Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=cb4ac54efed4cdb8 -C extra-filename=-cb4ac54efed4cdb8 --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-29117e4ff36dab03.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
38432024-11-14T03:27:31.617Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a633434a5a181dfc/build-script-build`
38442024-11-14T03:27:31.655Z Compiling chrono-tz-build v0.4.0
38452024-11-14T03:27:31.658Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=f80f353be3b6d0c2 -C extra-filename=-f80f353be3b6d0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-a07e9f4fb4226542.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-7a8e6181d7f3210d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462024-11-14T03:27:32.987Z Compiling nix v0.28.0
38472024-11-14T03:27:32.990Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=56ba871f93d00d84 -C extra-filename=-56ba871f93d00d84 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-cbe8164c9e97305a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482024-11-14T03:27:33.201Z Compiling tabled_derive v0.7.0
38492024-11-14T03:27:33.203Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=788666761ee30e1b -C extra-filename=-788666761ee30e1b --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502024-11-14T03:27:33.276Z Compiling diff v0.1.13
38512024-11-14T03:27:33.279Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2853c6e837e3376 -C extra-filename=-b2853c6e837e3376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522024-11-14T03:27:33.913Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84/build-script-build`
38532024-11-14T03:27:33.951Z Compiling chrono-tz v0.10.0
38542024-11-14T03:27:33.954Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=73a2dfd92c43246f -C extra-filename=-73a2dfd92c43246f --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-73a2dfd92c43246f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-f80f353be3b6d0c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552024-11-14T03:27:33.996Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=b0ea4a7159a41bb5 -C extra-filename=-b0ea4a7159a41bb5 --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-8f3db5af18e8ba7c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
38562024-11-14T03:27:34.607Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=bde352daa1e0ab9b -C extra-filename=-bde352daa1e0ab9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-cb4ac54efed4cdb8.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-8aee8da451d01836.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
38572024-11-14T03:27:34.814Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
38582024-11-14T03:27:34.817Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/a1b342c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc7d907acc936111 -C extra-filename=-cc7d907acc936111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592024-11-14T03:27:34.840Z Compiling primeorder v0.13.6
38602024-11-14T03:27:34.842Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=fa14cadbd56c7449 -C extra-filename=-fa14cadbd56c7449 --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-5ba1eb541a4215fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612024-11-14T03:27:35.229Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-73a2dfd92c43246f/build-script-build`
38622024-11-14T03:27:35.390Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=1432d847aa79fe72 -C extra-filename=-1432d847aa79fe72 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38632024-11-14T03:27:35.966Z Compiling tabled v0.15.0
38642024-11-14T03:27:35.969Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=6219b1d809618323 -C extra-filename=-6219b1d809618323 --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-4664678ab6d4281d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-788666761ee30e1b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652024-11-14T03:27:36.402Z Compiling peg-macros v0.8.4
38662024-11-14T03:27:36.405Z Running `/home/build/.rustup/toolchains/1.81.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.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=7650fe4433e6c467 -C extra-filename=-7650fe4433e6c467 --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-fb8d126bde10d148.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672024-11-14T03:27:37.049Z Dirty rustls-webpki v0.102.8: the rustflags changed
38682024-11-14T03:27:37.050Z Compiling rustls-webpki v0.102.8
38692024-11-14T03:27:37.052Z Running `/home/build/.rustup/toolchains/1.81.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.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="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=fc94331f3242735a -C extra-filename=-fc94331f3242735a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
38702024-11-14T03:27:38.065Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=22102c5bb215ebdb -C extra-filename=-22102c5bb215ebdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fc94331f3242735a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
38712024-11-14T03:27:38.344Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=9846f96c2c62571a -C extra-filename=-9846f96c2c62571a --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fc94331f3242735a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
38722024-11-14T03:27:39.419Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
38732024-11-14T03:27:39.441Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38742024-11-14T03:27:39.444Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=6e289d845c494959 -C extra-filename=-6e289d845c494959 --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-42c8c764cb4293aa.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-962b55160f0ef6f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-44fd74ce17390a5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0e42823b8de71504.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1dfdcc2b89093aa2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d08f2ee553cc2840.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752024-11-14T03:27:39.444Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=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="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=fa75c73d4ee5609f -C extra-filename=-fa75c73d4ee5609f --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-fa75c73d4ee5609f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762024-11-14T03:27:39.727Z Compiling sqlparser_derive v0.2.2
38772024-11-14T03:27:39.730Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e66e95a542a7ec5 -C extra-filename=-1e66e95a542a7ec5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782024-11-14T03:27:40.342Z Compiling nanorand v0.7.0
38792024-11-14T03:27:40.344Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=1aa4ec19552d5ee1 -C extra-filename=-1aa4ec19552d5ee1 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802024-11-14T03:27:40.677Z Compiling unicase v2.7.0
38812024-11-14T03:27:40.679Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6997f29a04d7b9f4 -C extra-filename=-6997f29a04d7b9f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822024-11-14T03:27:40.932Z Compiling unicode_categories v0.1.1
38832024-11-14T03:27:40.935Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=553efbb5dd4155a7 -C extra-filename=-553efbb5dd4155a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842024-11-14T03:27:41.070Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4/build-script-build`
38852024-11-14T03:27:41.095Z Compiling sqlparser v0.45.0
38862024-11-14T03:27:41.128Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=4f1c7ceb7c7fc136 -C extra-filename=-4f1c7ceb7c7fc136 --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-a2c99244b373d360.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1e66e95a542a7ec5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872024-11-14T03:27:41.272Z Compiling sqlformat v0.2.6
38882024-11-14T03:27:41.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12ed97d8f2ec15f5 -C extra-filename=-12ed97d8f2ec15f5 --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-1096e8633209e52a.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-553efbb5dd4155a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892024-11-14T03:27:41.299Z Compiling flume v0.11.1
38902024-11-14T03:27:41.299Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-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 --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=04244dd35b0a8098 -C extra-filename=-04244dd35b0a8098 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-1aa4ec19552d5ee1.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912024-11-14T03:27:42.036Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
38922024-11-14T03:27:42.038Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f508eb19875d589b -C extra-filename=-f508eb19875d589b --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-3f5934bdadfdef5e.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0e42823b8de71504.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-6e289d845c494959.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-27f648ab388456f9.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-05d31220557fc09a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3bcfaf1429f5b431.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-92b057c800962002.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.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-f7ea44e4a6d36c20/out/lib`
38932024-11-14T03:27:43.259Z Dirty tokio-rustls v0.25.0: the rustflags changed
38942024-11-14T03:27:43.260Z Compiling tokio-rustls v0.25.0
38952024-11-14T03:27:43.264Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=88d01751f0e7d30c -C extra-filename=-88d01751f0e7d30c --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-9846f96c2c62571a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
38962024-11-14T03:27:43.441Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-fa75c73d4ee5609f/build-script-build`
38972024-11-14T03:27:43.482Z Compiling peg v0.8.4
38982024-11-14T03:27:43.486Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=6aa2b9c4abd361da -C extra-filename=-6aa2b9c4abd361da --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-7650fe4433e6c467.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992024-11-14T03:27:43.607Z Compiling rustyline v14.0.0
39002024-11-14T03:27:43.610Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=b153e20ad78017e8 -C extra-filename=-b153e20ad78017e8 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50e4e9514f60862.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-1432d847aa79fe72.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012024-11-14T03:27:43.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=11e1870370bff440 -C extra-filename=-11e1870370bff440 --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-ffc19433b71c4fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-115f007eac6ea1bd.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-b91745303d711288.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ecf7fbcc92a35758.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-88d01751f0e7d30c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
39022024-11-14T03:27:46.594Z Dirty tokio-rustls v0.26.0: the rustflags changed
39032024-11-14T03:27:46.594Z Compiling tokio-rustls v0.26.0
39042024-11-14T03:27:46.596Z Running `/home/build/.rustup/toolchains/1.81.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.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="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=ad44f387882ee09e -C extra-filename=-ad44f387882ee09e --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-22102c5bb215ebdb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
39052024-11-14T03:27:47.098Z Dirty hyper-rustls v0.27.3: the rustflags changed
39062024-11-14T03:27:47.098Z Compiling hyper-rustls v0.27.3
39072024-11-14T03:27:47.101Z Running `/home/build/.rustup/toolchains/1.81.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.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="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=cfd47e4af8ce8015 -C extra-filename=-cfd47e4af8ce8015 --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad44f387882ee09e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-6103dfe9143ed6d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
39082024-11-14T03:27:47.606Z Dirty reqwest v0.12.9: the rustflags changed
39092024-11-14T03:27:47.606Z Compiling reqwest v0.12.9
39102024-11-14T03:27:47.609Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=96475fdd3b4389de -C extra-filename=-96475fdd3b4389de --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-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-75ce3687a7cd6ec5.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d05d6e8437d08b25.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d7bd29d7eea56d98.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cfd47e4af8ce8015.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-8e1bb739586970be.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-43194166069d2705.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a463a25eb929f3db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ba58a25da81c97fb.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad44f387882ee09e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-6103dfe9143ed6d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39112024-11-14T03:27:47.758Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7e55b364b13bdd1d -C extra-filename=-7e55b364b13bdd1d --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-ffc19433b71c4fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-4c25b93286d55026.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-b91745303d711288.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ecf7fbcc92a35758.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-88d01751f0e7d30c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
39122024-11-14T03:27:48.088Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=8aac0bf43b5ce6a4 -C extra-filename=-8aac0bf43b5ce6a4 --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-07ebaf0eb0f1113e.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132024-11-14T03:27:48.672Z Dirty qorb v0.2.0: the rustflags changed
39142024-11-14T03:27:48.672Z Compiling qorb v0.2.0
39152024-11-14T03:27:48.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=bcce0ea6d726727a -C extra-filename=-bcce0ea6d726727a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11e1870370bff440.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a4c7af9ff7ca2384.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
39162024-11-14T03:27:53.582Z Compiling progenitor-client v0.8.0
39172024-11-14T03:27:53.584Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfe11ba8565dc762 -C extra-filename=-dfe11ba8565dc762 --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-8f3db5af18e8ba7c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39182024-11-14T03:27:54.153Z Compiling progenitor v0.8.0
39192024-11-14T03:27:54.156Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f685993b8eea1ca -C extra-filename=-0f685993b8eea1ca --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-dfe11ba8565dc762.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c15b24a686c00c24.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c129725ddde641cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39202024-11-14T03:27:54.292Z Compiling omicron-zone-package v0.11.1
39212024-11-14T03:27:54.295Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd3996cfe271809d -C extra-filename=-cd3996cfe271809d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-39a768ac77827752.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cfa5ee9e4350061e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-080f99335bb4565d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out`
39222024-11-14T03:27:54.444Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
39232024-11-14T03:27:54.447Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b18952ff252ca392 -C extra-filename=-b18952ff252ca392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39242024-11-14T03:27:55.582Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39252024-11-14T03:27:55.585Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=0cefc6aeecc74643 -C extra-filename=-0cefc6aeecc74643 --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-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-920858a82848e79c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39262024-11-14T03:27:57.592Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
39272024-11-14T03:27:57.594Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0c77bcfb07af3d2 -C extra-filename=-e0c77bcfb07af3d2 --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-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-920858a82848e79c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39282024-11-14T03:28:00.432Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
39292024-11-14T03:28:00.435Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9109bee4bafecac -C extra-filename=-c9109bee4bafecac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39302024-11-14T03:28:00.648Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39312024-11-14T03:28:00.652Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5e98bbb26184e25 -C extra-filename=-a5e98bbb26184e25 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a5e98bbb26184e25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d767648c83cb8abe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11e1870370bff440.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3daf550dc8d29bb8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cfd47e4af8ce8015.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d0c6aa073bfe7fb2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fc94331f3242735a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad44f387882ee09e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-27cb6e30adf30b5f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39322024-11-14T03:28:00.818Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
39332024-11-14T03:28:00.820Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=872c3cbac2363e18 -C extra-filename=-872c3cbac2363e18 --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-731f9698135d3541.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0cefc6aeecc74643.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-da432e214b408d0a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-b044b2d0837649ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-920858a82848e79c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-829fc4595960ee29.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e33d8ab1a3fcf2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39342024-11-14T03:28:00.925Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
39352024-11-14T03:28:00.928Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcd46d4ce5940e4f -C extra-filename=-bcd46d4ce5940e4f --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-bcd46d4ce5940e4f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cd3996cfe271809d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-73b435fb9e0ef985.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out`
39362024-11-14T03:28:00.990Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-a5e98bbb26184e25/build-script-build`
39372024-11-14T03:28:01.032Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5862d1e4cc3cd294 -C extra-filename=-5862d1e4cc3cd294 --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-8be98ef023620e24.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d767648c83cb8abe.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11e1870370bff440.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3daf550dc8d29bb8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cfd47e4af8ce8015.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d0c6aa073bfe7fb2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fc94331f3242735a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad44f387882ee09e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-27cb6e30adf30b5f.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39382024-11-14T03:28:01.155Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39392024-11-14T03:28:01.158Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=231ed92ca3a31839 -C extra-filename=-231ed92ca3a31839 --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-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39402024-11-14T03:28:01.991Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39412024-11-14T03:28:02.019Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5aa5780047ab238b -C extra-filename=-5aa5780047ab238b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39422024-11-14T03:28:02.093Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39432024-11-14T03:28:02.096Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=edd3a528b33079f4 -C extra-filename=-edd3a528b33079f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3cad2a9c7c940aab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39442024-11-14T03:28:02.689Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39452024-11-14T03:28:02.692Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff7c3960ff4be02c -C extra-filename=-ff7c3960ff4be02c --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-5862d1e4cc3cd294.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39462024-11-14T03:28:02.915Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39472024-11-14T03:28:02.917Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=120b09564e6f4682 -C extra-filename=-120b09564e6f4682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-199ff00d8cd43517.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39482024-11-14T03:28:03.049Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39492024-11-14T03:28:03.051Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28a75b1faa6ce1b4 -C extra-filename=-28a75b1faa6ce1b4 --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-d8f7b1b51375db4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39502024-11-14T03:28:03.074Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
39512024-11-14T03:28:03.077Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6f351a843f45c1e -C extra-filename=-a6f351a843f45c1e --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-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39522024-11-14T03:28:03.180Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=640074ef7698d90e -C extra-filename=-640074ef7698d90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3cad2a9c7c940aab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39532024-11-14T03:28:03.510Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
39542024-11-14T03:28:03.512Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3124fb0c171b1c59 -C extra-filename=-3124fb0c171b1c59 --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-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39552024-11-14T03:28:04.765Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39562024-11-14T03:28:04.768Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fe72ba4c54fb2d4 -C extra-filename=-5fe72ba4c54fb2d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-5fe72ba4c54fb2d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39572024-11-14T03:28:04.921Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
39582024-11-14T03:28:04.924Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=455ea6584ac04869 -C extra-filename=-455ea6584ac04869 --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-5862d1e4cc3cd294.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
39592024-11-14T03:28:05.128Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-5fe72ba4c54fb2d4/build-script-build`
39602024-11-14T03:28:05.171Z Compiling dsl_auto_type v0.1.2
39612024-11-14T03:28:05.173Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed5cf86ee03dd864 -C extra-filename=-ed5cf86ee03dd864 --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-60b09a0d33435f29.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622024-11-14T03:28:05.194Z Compiling bcs v0.1.6
39632024-11-14T03:28:05.198Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d12763e78b11342 -C extra-filename=-5d12763e78b11342 --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-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642024-11-14T03:28:05.979Z Compiling diesel_table_macro_syntax v0.2.0
39652024-11-14T03:28:05.982Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd1297dd245e2e9d -C extra-filename=-bd1297dd245e2e9d --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-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662024-11-14T03:28:06.486Z Compiling scheduled-thread-pool v0.2.7
39672024-11-14T03:28:06.490Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=915f98914af04630 -C extra-filename=-915f98914af04630 --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-f79c6fd34a7abec0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682024-11-14T03:28:06.910Z Compiling atty v0.2.14
39692024-11-14T03:28:06.913Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08f0a4890d2d32c1 -C extra-filename=-08f0a4890d2d32c1 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702024-11-14T03:28:07.061Z Compiling salty v0.3.0
39712024-11-14T03:28:07.064Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=92157ce87e1bde05 -C extra-filename=-92157ce87e1bde05 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722024-11-14T03:28:07.087Z Compiling crunchy v0.2.2
39732024-11-14T03:28:07.087Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=8f6c9389ffe349d9 -C extra-filename=-8f6c9389ffe349d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742024-11-14T03:28:07.174Z Compiling diesel_derives v2.2.3
39752024-11-14T03:28:07.176Z Running `/home/build/.rustup/toolchains/1.81.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.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="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=eb885f0db5bf4ad8 -C extra-filename=-eb885f0db5bf4ad8 --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-bd1297dd245e2e9d.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-ed5cf86ee03dd864.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762024-11-14T03:28:07.552Z Compiling r2d2 v0.8.10
39772024-11-14T03:28:07.559Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7edda6ab9f860d36 -C extra-filename=-7edda6ab9f860d36 --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-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-915f98914af04630.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782024-11-14T03:28:07.593Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05/build-script-build`
39792024-11-14T03:28:07.633Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
39802024-11-14T03:28:07.636Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a72462ac22202ea5 -C extra-filename=-a72462ac22202ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39812024-11-14T03:28:07.703Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9/build-script-build`
39822024-11-14T03:28:07.744Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=06997af0858a3dab -C extra-filename=-06997af0858a3dab --out-dir /work/oxidecomputer/omicron/target/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`
39832024-11-14T03:28:07.968Z Compiling p384 v0.13.0
39842024-11-14T03:28:07.970Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-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"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=5ab22f18207535cc -C extra-filename=-5ab22f18207535cc --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-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852024-11-14T03:28:08.164Z Compiling tiny-keccak v2.0.2
39862024-11-14T03:28:08.192Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=8239f31239efd9bb -C extra-filename=-8239f31239efd9bb --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872024-11-14T03:28:08.542Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb/build-script-build`
39882024-11-14T03:28:08.582Z Compiling mime_guess v2.0.5
39892024-11-14T03:28:08.585Z Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=d3e5b235be8844c8 -C extra-filename=-d3e5b235be8844c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902024-11-14T03:28:09.411Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=08377dea7592bdae -C extra-filename=-08377dea7592bdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912024-11-14T03:28:09.533Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=7e8db0337d9cd7b9 -C extra-filename=-7e8db0337d9cd7b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
39922024-11-14T03:28:09.575Z Compiling env_filter v0.1.2
39932024-11-14T03:28:09.578Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-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 '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=2c6c9de30d5104c9 -C extra-filename=-2c6c9de30d5104c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942024-11-14T03:28:09.947Z Compiling ref-cast v1.0.23
39952024-11-14T03:28:09.949Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76c15b278343ec3e -C extra-filename=-76c15b278343ec3e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962024-11-14T03:28:10.046Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8/build-script-build`
39972024-11-14T03:28:10.102Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
39982024-11-14T03:28:10.105Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-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 --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=aaaaeaf3fecac8c5 -C extra-filename=-aaaaeaf3fecac8c5 --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-4686656331214bbd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-7e8db0337d9cd7b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992024-11-14T03:28:10.364Z Compiling env_logger v0.11.5
40002024-11-14T03:28:10.367Z Running `/home/build/.rustup/toolchains/1.81.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.11.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=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=8618d11d466d6b7d -C extra-filename=-8618d11d466d6b7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-2c6c9de30d5104c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012024-11-14T03:28:10.498Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=277dae58bb180094 -C extra-filename=-277dae58bb180094 --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-08377dea7592bdae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022024-11-14T03:28:10.551Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e/build-script-build`
40032024-11-14T03:28:10.637Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40042024-11-14T03:28:10.640Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e8b2f7b43b29ae5 -C extra-filename=-0e8b2f7b43b29ae5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0e8b2f7b43b29ae5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40052024-11-14T03:28:11.001Z Compiling ascii-canvas v3.0.0
40062024-11-14T03:28:11.004Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e63688383914019e -C extra-filename=-e63688383914019e --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-ce7f22be8feb1ed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072024-11-14T03:28:11.087Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
40082024-11-14T03:28:11.089Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38f9ce90b45aa1f2 -C extra-filename=-38f9ce90b45aa1f2 --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-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092024-11-14T03:28:11.114Z Compiling ref-cast-impl v1.0.23
40102024-11-14T03:28:11.114Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a36c67f837cd446a -C extra-filename=-a36c67f837cd446a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112024-11-14T03:28:11.136Z Compiling ena v0.14.3
40122024-11-14T03:28:11.139Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=22b834fff0de8b09 -C extra-filename=-22b834fff0de8b09 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132024-11-14T03:28:11.582Z Compiling regex-syntax v0.6.29
40142024-11-14T03:28:11.584Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=9ceae0fe6ab92d55 -C extra-filename=-9ceae0fe6ab92d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152024-11-14T03:28:11.608Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
40162024-11-14T03:28:11.610Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=919d751a444398bf -C extra-filename=-919d751a444398bf --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172024-11-14T03:28:11.740Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0e8b2f7b43b29ae5/build-script-build`
40182024-11-14T03:28:11.781Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
40192024-11-14T03:28:11.784Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=230f4260278b0e35 -C extra-filename=-230f4260278b0e35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-aaaaeaf3fecac8c5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8618d11d466d6b7d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202024-11-14T03:28:11.982Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf/build-script-build`
40212024-11-14T03:28:12.025Z Running `/home/build/.rustup/toolchains/1.81.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.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="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0f214a9a02578c71 -C extra-filename=-0f214a9a02578c71 --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-71803c34803b0cd3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222024-11-14T03:28:12.452Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08c2a6b83aecd798 -C extra-filename=-08c2a6b83aecd798 --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-a36c67f837cd446a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
40232024-11-14T03:28:12.624Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40242024-11-14T03:28:12.626Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa6238a60e1af4e -C extra-filename=-7aa6238a60e1af4e --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-455ea6584ac04869.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40252024-11-14T03:28:12.907Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
40262024-11-14T03:28:12.910Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/crucible-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d1e3360ca0df055 -C extra-filename=-5d1e3360ca0df055 --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-e342ec737c4cbcc0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272024-11-14T03:28:13.052Z Compiling pin-project-internal v1.1.6
40282024-11-14T03:28:13.055Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e944a6d03fd0643 -C extra-filename=-8e944a6d03fd0643 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292024-11-14T03:28:14.219Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=e51d617b97371a34 -C extra-filename=-e51d617b97371a34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1777f1267e6ac8f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-08273e721e34c7e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9a67c140f1de48f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5aa5780047ab238b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
40302024-11-14T03:28:16.022Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40312024-11-14T03:28:16.025Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4362e14f40e071f3 -C extra-filename=-4362e14f40e071f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40322024-11-14T03:28:16.185Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40332024-11-14T03:28:16.188Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fbe98758964c5347 -C extra-filename=-fbe98758964c5347 --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-8f3db5af18e8ba7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40342024-11-14T03:28:16.371Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40352024-11-14T03:28:16.374Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4564f997cd80f525 -C extra-filename=-4564f997cd80f525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40362024-11-14T03:28:17.653Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40372024-11-14T03:28:17.657Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c078d4d138a802e -C extra-filename=-0c078d4d138a802e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40382024-11-14T03:28:19.397Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40392024-11-14T03:28:19.400Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=a59fd03000642c98 -C extra-filename=-a59fd03000642c98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-872c3cbac2363e18.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40402024-11-14T03:28:19.734Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=064adf5203ed7891 -C extra-filename=-064adf5203ed7891 --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-8f3db5af18e8ba7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-640074ef7698d90e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40412024-11-14T03:28:20.103Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40422024-11-14T03:28:20.105Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79c9b25b089f49f4 -C extra-filename=-79c9b25b089f49f4 --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-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40432024-11-14T03:28:21.819Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40442024-11-14T03:28:21.822Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3426802202959c1e -C extra-filename=-3426802202959c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40452024-11-14T03:28:22.658Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40462024-11-14T03:28:22.660Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e8fca0650e73767 -C extra-filename=-4e8fca0650e73767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40472024-11-14T03:28:22.700Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-bcd46d4ce5940e4f/build-script-build`
40482024-11-14T03:28:23.595Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75a79fb8456a8704 -C extra-filename=-75a79fb8456a8704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-064adf5203ed7891.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40492024-11-14T03:28:24.162Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fa11a8cc74a2116 -C extra-filename=-5fa11a8cc74a2116 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40502024-11-14T03:28:24.455Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40512024-11-14T03:28:24.458Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b4729116fb19b6c -C extra-filename=-9b4729116fb19b6c --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40522024-11-14T03:28:26.184Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40532024-11-14T03:28:26.187Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5c7d6d5e54bb94e -C extra-filename=-f5c7d6d5e54bb94e --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-07ebaf0eb0f1113e.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40542024-11-14T03:28:26.423Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40552024-11-14T03:28:26.426Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb691afa422c267e -C extra-filename=-bb691afa422c267e --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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40562024-11-14T03:28:26.451Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40572024-11-14T03:28:26.454Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc51895c9141c1c0 -C extra-filename=-bc51895c9141c1c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40582024-11-14T03:28:26.805Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40592024-11-14T03:28:26.807Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e3deb056e9d00e9 -C extra-filename=-0e3deb056e9d00e9 --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-c934ff84d13620ad.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fc17366cfcdb24bd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40602024-11-14T03:28:27.225Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40612024-11-14T03:28:27.255Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8814fd814e78cdc0 -C extra-filename=-8814fd814e78cdc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40622024-11-14T03:28:27.330Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
40632024-11-14T03:28:27.336Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b314cd7f696447f6 -C extra-filename=-b314cd7f696447f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40642024-11-14T03:28:27.591Z Compiling diesel v2.2.4
40652024-11-14T03:28:27.616Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=ed92c8bf551b7a94 -C extra-filename=-ed92c8bf551b7a94 --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-0f2df29a0f34846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-eb885f0db5bf4ad8.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7edda6ab9f860d36.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40662024-11-14T03:28:27.619Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40672024-11-14T03:28:27.619Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4502b50b89511370 -C extra-filename=-4502b50b89511370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40682024-11-14T03:28:27.732Z Compiling lalrpop v0.19.12
40692024-11-14T03:28:27.735Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=0f2da7195fe3e60c -C extra-filename=-0f2da7195fe3e60c --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-e63688383914019e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b2853c6e837e3376.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-22b834fff0de8b09.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9ceae0fe6ab92d55.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-277dae58bb180094.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702024-11-14T03:28:27.870Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40712024-11-14T03:28:27.873Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03218114f809ecd0 -C extra-filename=-03218114f809ecd0 --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-5862d1e4cc3cd294.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-75a79fb8456a8704.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-064adf5203ed7891.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40722024-11-14T03:28:29.389Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40732024-11-14T03:28:29.392Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f08d01c6d9f22caa -C extra-filename=-f08d01c6d9f22caa --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-8ef5bdd1082f9c36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40742024-11-14T03:28:31.067Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40752024-11-14T03:28:31.070Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d59f63dad42e72d3 -C extra-filename=-d59f63dad42e72d3 --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-e51d617b97371a34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40762024-11-14T03:28:32.032Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40772024-11-14T03:28:32.035Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d863be727ceb738 -C extra-filename=-9d863be727ceb738 --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-e51d617b97371a34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40782024-11-14T03:28:32.197Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=559fee302552a5ef -C extra-filename=-559fee302552a5ef --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-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
40792024-11-14T03:28:32.809Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40802024-11-14T03:28:32.812Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83837524e0aa0f08 -C extra-filename=-83837524e0aa0f08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40812024-11-14T03:28:34.527Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40822024-11-14T03:28:34.531Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c88e2c3211b1b2c8 -C extra-filename=-c88e2c3211b1b2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ab9368409b755730.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40832024-11-14T03:28:34.823Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40842024-11-14T03:28:34.826Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=294852706b1622a8 -C extra-filename=-294852706b1622a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40852024-11-14T03:28:35.875Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40862024-11-14T03:28:35.877Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17a2a8c5e3ae3df6 -C extra-filename=-17a2a8c5e3ae3df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4e8fca0650e73767.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-03218114f809ecd0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40872024-11-14T03:28:36.386Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40882024-11-14T03:28:36.389Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc04c185f52f1158 -C extra-filename=-fc04c185f52f1158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
40892024-11-14T03:28:43.731Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40902024-11-14T03:28:43.737Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=b4f722f92930897b -C extra-filename=-b4f722f92930897b --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-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40912024-11-14T03:28:47.944Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40922024-11-14T03:28:47.947Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8b5726de9337425 -C extra-filename=-b8b5726de9337425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ee1ab4c70d850ef9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
40932024-11-14T03:28:50.232Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40942024-11-14T03:28:50.235Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cea67de69c86a7aa -C extra-filename=-cea67de69c86a7aa --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-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40952024-11-14T03:28:50.546Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40962024-11-14T03:28:50.548Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dff7bdc21d79d877 -C extra-filename=-dff7bdc21d79d877 --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-c9109bee4bafecac.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40972024-11-14T03:28:52.206Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40982024-11-14T03:28:52.209Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b02284be6ecd77ea -C extra-filename=-b02284be6ecd77ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
40992024-11-14T03:28:53.313Z Running `/home/build/.rustup/toolchains/1.81.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="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=131c50bd895d9dcc -C extra-filename=-131c50bd895d9dcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41002024-11-14T03:28:53.420Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41012024-11-14T03:28:53.422Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0dc94581aa09905f -C extra-filename=-0dc94581aa09905f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41022024-11-14T03:28:53.987Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41032024-11-14T03:28:53.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=003299fc1b5e3b9b -C extra-filename=-003299fc1b5e3b9b --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-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41042024-11-14T03:28:55.552Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41052024-11-14T03:28:55.555Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82ca158940f0a7ee -C extra-filename=-82ca158940f0a7ee --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41062024-11-14T03:28:55.853Z Compiling http-range v0.1.5
41072024-11-14T03:28:55.856Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9577e09fcb7988fd -C extra-filename=-9577e09fcb7988fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082024-11-14T03:28:56.290Z Compiling hyper-staticfile v0.10.1
41092024-11-14T03:28:56.293Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=805019526317f961 -C extra-filename=-805019526317f961 --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-0f214a9a02578c71.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102024-11-14T03:28:56.605Z Compiling pin-project v1.1.6
41112024-11-14T03:28:56.608Z Running `/home/build/.rustup/toolchains/1.81.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.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=unreachable_pub --warn=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--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::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11c741aeb8997841 -C extra-filename=-11c741aeb8997841 --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-8e944a6d03fd0643.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122024-11-14T03:28:56.767Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
41132024-11-14T03:28:56.770Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/crates/propolis-api-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5599e4247b22a877 -C extra-filename=-5599e4247b22a877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-5d1e3360ca0df055.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-38f9ce90b45aa1f2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142024-11-14T03:28:57.507Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81f1ae78558514de -C extra-filename=-81f1ae78558514de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-aaaaeaf3fecac8c5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-230f4260278b0e35.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad44f387882ee09e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
41152024-11-14T03:28:58.271Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
41162024-11-14T03:28:58.274Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/aadc099/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=baf188f31c6c53be -C extra-filename=-baf188f31c6c53be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11e1870370bff440.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-38f9ce90b45aa1f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-920858a82848e79c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
41172024-11-14T03:29:00.012Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41182024-11-14T03:29:00.016Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e07016869d036a25 -C extra-filename=-e07016869d036a25 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e07016869d036a25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41192024-11-14T03:29:00.380Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41202024-11-14T03:29:00.383Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ae7df2e74a3af75 -C extra-filename=-5ae7df2e74a3af75 --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-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41212024-11-14T03:29:01.286Z Compiling derive_builder_core v0.20.2
41222024-11-14T03:29:01.289Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=b03ac85db50798af -C extra-filename=-b03ac85db50798af --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-60b09a0d33435f29.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232024-11-14T03:29:01.877Z Compiling libxml v0.3.3
41242024-11-14T03:29:01.880Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5afb740012e3c2a4 -C extra-filename=-5afb740012e3c2a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252024-11-14T03:29:02.327Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4/build-script-build`
41262024-11-14T03:29:02.377Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e07016869d036a25/build-script-build`
41272024-11-14T03:29:02.415Z Compiling samael v0.0.17
41282024-11-14T03:29:02.417Z Running `/home/build/.rustup/toolchains/1.81.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.17/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=6c5b692981acecfb -C extra-filename=-6c5b692981acecfb --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6c5b692981acecfb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c415dfacc37d7b0e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292024-11-14T03:29:03.827Z Compiling derive_builder_macro v0.20.2
41302024-11-14T03:29:03.829Z Running `/home/build/.rustup/toolchains/1.81.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.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="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=d80c7b0780f3d53d -C extra-filename=-d80c7b0780f3d53d --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-b03ac85db50798af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312024-11-14T03:29:04.911Z Compiling signal-hook-tokio v0.3.1
41322024-11-14T03:29:04.914Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=df5dc25ba7879434 -C extra-filename=-df5dc25ba7879434 --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-15b4a62ef3693967.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332024-11-14T03:29:04.936Z Compiling strum_macros v0.24.3
41342024-11-14T03:29:04.939Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bb70439e6f8b4bd -C extra-filename=-7bb70439e6f8b4bd --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352024-11-14T03:29:05.138Z Dirty cargo-platform v0.1.8: the rustflags changed
41362024-11-14T03:29:05.138Z Compiling cargo-platform v0.1.8
41372024-11-14T03:29:05.142Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74ef5db5cb1bb2ee -C extra-filename=-74ef5db5cb1bb2ee --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382024-11-14T03:29:05.741Z Compiling snafu-derive v0.8.5
41392024-11-14T03:29:05.743Z Running `/home/build/.rustup/toolchains/1.81.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=f0a9d1805e19bc11 -C extra-filename=-f0a9d1805e19bc11 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402024-11-14T03:29:08.922Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41412024-11-14T03:29:08.925Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05f73bda41e41037 -C extra-filename=-05f73bda41e41037 --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41422024-11-14T03:29:10.445Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=391bcd1bef4ee753 -C extra-filename=-391bcd1bef4ee753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7aa6238a60e1af4e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41432024-11-14T03:29:11.562Z Compiling memoffset v0.9.1
41442024-11-14T03:29:11.565Z Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=d3c0d469548ccd0b -C extra-filename=-d3c0d469548ccd0b --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452024-11-14T03:29:11.709Z Compiling indoc v1.0.9
41462024-11-14T03:29:11.712Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af4dd81929a552eb -C extra-filename=-af4dd81929a552eb --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`
41472024-11-14T03:29:11.966Z Compiling simd-adler32 v0.3.7
41482024-11-14T03:29:11.968Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=56420b8cf164d3b8 -C extra-filename=-56420b8cf164d3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492024-11-14T03:29:12.598Z Compiling zip v2.1.3
41502024-11-14T03:29:12.601Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=f45a45f4d5bf7a94 -C extra-filename=-f45a45f4d5bf7a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512024-11-14T03:29:12.856Z Compiling lockfree-object-pool v0.1.6
41522024-11-14T03:29:12.859Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lockfree-object-pool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8959df1db63b88d5 -C extra-filename=-8959df1db63b88d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532024-11-14T03:29:12.998Z Compiling bumpalo v3.16.0
41542024-11-14T03:29:13.001Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=597f73e87f72748d -C extra-filename=-597f73e87f72748d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552024-11-14T03:29:13.155Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94/build-script-build`
41562024-11-14T03:29:13.196Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b/build-script-build`
41572024-11-14T03:29:13.322Z Compiling snafu v0.8.5
41582024-11-14T03:29:13.325Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=38faf8b124ea5d16 -C extra-filename=-38faf8b124ea5d16 --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-15b4a62ef3693967.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-11c741aeb8997841.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-f0a9d1805e19bc11.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592024-11-14T03:29:13.347Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41602024-11-14T03:29:13.350Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8897ee5341622e58 -C extra-filename=-8897ee5341622e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41612024-11-14T03:29:13.539Z Compiling zopfli v0.8.1
41622024-11-14T03:29:13.541Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=8a273e04d4248100 -C extra-filename=-8a273e04d4248100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-597f73e87f72748d.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-8959df1db63b88d5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-56420b8cf164d3b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632024-11-14T03:29:14.287Z Dirty cargo_metadata v0.18.1: the rustflags changed
41642024-11-14T03:29:14.287Z Compiling cargo_metadata v0.18.1
41652024-11-14T03:29:14.290Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=756fd034536b3fc5 -C extra-filename=-756fd034536b3fc5 --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-9798e8e7609cdab8.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-74ef5db5cb1bb2ee.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662024-11-14T03:29:15.459Z Compiling derive_builder v0.20.2
41672024-11-14T03:29:15.462Z Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=24902f7c1eb7387f -C extra-filename=-24902f7c1eb7387f --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-d80c7b0780f3d53d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682024-11-14T03:29:15.665Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6c5b692981acecfb/build-script-bindings`
41692024-11-14T03:29:17.868Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d85619581ea31100 -C extra-filename=-d85619581ea31100 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
41702024-11-14T03:29:18.077Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41712024-11-14T03:29:18.080Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65a5e40f26711f10 -C extra-filename=-65a5e40f26711f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41722024-11-14T03:29:18.166Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41732024-11-14T03:29:18.168Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f384bb17f4b4a832 -C extra-filename=-f384bb17f4b4a832 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-f384bb17f4b4a832 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41742024-11-14T03:29:18.288Z Compiling globset v0.4.15
41752024-11-14T03:29:18.290Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=d6086e6109d61904 -C extra-filename=-d6086e6109d61904 --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-0da0f4417492a9a4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762024-11-14T03:29:18.521Z Compiling olpc-cjson v0.1.4
41772024-11-14T03:29:18.523Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3ed39a02da8ee86 -C extra-filename=-a3ed39a02da8ee86 --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782024-11-14T03:29:18.849Z Compiling serde_plain v1.0.2
41792024-11-14T03:29:18.852Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5dbd58928f448f1 -C extra-filename=-b5dbd58928f448f1 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802024-11-14T03:29:19.295Z Compiling quick-xml v0.33.0
41812024-11-14T03:29:19.299Z Running `/home/build/.rustup/toolchains/1.81.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.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=c93dd0d4c5a96a94 -C extra-filename=-c93dd0d4c5a96a94 --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-628c83ce3f8440f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822024-11-14T03:29:20.210Z Compiling impl-trait-for-tuples v0.2.2
41832024-11-14T03:29:20.213Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=294525d2661f977f -C extra-filename=-294525d2661f977f --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842024-11-14T03:29:20.857Z Compiling oso-derive v0.27.3
41852024-11-14T03:29:20.860Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d20719db909fefed -C extra-filename=-d20719db909fefed --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862024-11-14T03:29:21.405Z Compiling typed-path v0.9.3
41872024-11-14T03:29:21.408Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=277fd8c02a8f8547 -C extra-filename=-277fd8c02a8f8547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882024-11-14T03:29:22.121Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-f384bb17f4b4a832/build-script-build`
41892024-11-14T03:29:22.161Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=ea95fefb52b49138 -C extra-filename=-ea95fefb52b49138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-8a273e04d4248100.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-f7ea44e4a6d36c20/out/lib`
41902024-11-14T03:29:22.991Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=674f7ed4df0302fb -C extra-filename=-674f7ed4df0302fb --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-24902f7c1eb7387f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-d85619581ea31100.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fc17366cfcdb24bd.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c93dd0d4c5a96a94.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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`
41912024-11-14T03:29:24.161Z Compiling tough v0.19.0
41922024-11-14T03:29:24.164Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=c1ce127bcde70398 -C extra-filename=-c1ce127bcde70398 --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-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d6086e6109d61904.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a3ed39a02da8ee86.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b5dbd58928f448f1.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-38faf8b124ea5d16.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-277fd8c02a8f8547.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
41932024-11-14T03:29:25.038Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41942024-11-14T03:29:25.038Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=90a6ef10e7aadda0 -C extra-filename=-90a6ef10e7aadda0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
41952024-11-14T03:29:25.072Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15d2aecbc67c8802 -C extra-filename=-15d2aecbc67c8802 --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-455ea6584ac04869.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41962024-11-14T03:29:25.176Z Compiling tungstenite v0.23.0
41972024-11-14T03:29:25.179Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=7d5d0dd171461e69 -C extra-filename=-7d5d0dd171461e69 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982024-11-14T03:29:26.992Z Compiling diesel-dtrace v0.3.0
41992024-11-14T03:29:26.995Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ceb56c7ac6178055 -C extra-filename=-ceb56c7ac6178055 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-ceb56c7ac6178055 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002024-11-14T03:29:27.384Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
42012024-11-14T03:29:27.387Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f61592c70dc7dad1 -C extra-filename=-f61592c70dc7dad1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022024-11-14T03:29:27.640Z Compiling parse-size v1.1.0
42032024-11-14T03:29:27.643Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8d778f7f778e5e60 -C extra-filename=-8d778f7f778e5e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042024-11-14T03:29:27.766Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1/build-script-build`
42052024-11-14T03:29:27.856Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-ceb56c7ac6178055/build-script-build`
42062024-11-14T03:29:27.921Z Compiling tokio-tungstenite v0.23.1
42072024-11-14T03:29:27.928Z Running `/home/build/.rustup/toolchains/1.81.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.23.1/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=8da6879dfc99bfca -C extra-filename=-8da6879dfc99bfca --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7d5d0dd171461e69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082024-11-14T03:29:27.945Z Compiling nix v0.27.1
42092024-11-14T03:29:27.950Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=42594601702dec8d -C extra-filename=-42594601702dec8d --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-90a6ef10e7aadda0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102024-11-14T03:29:28.523Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42112024-11-14T03:29:28.526Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=5cfd6ed72503e1f4 -C extra-filename=-5cfd6ed72503e1f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5cfd6ed72503e1f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42122024-11-14T03:29:28.910Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42132024-11-14T03:29:28.913Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=41c755036452991a -C extra-filename=-41c755036452991a --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142024-11-14T03:29:28.965Z Compiling bb8 v0.8.5
42152024-11-14T03:29:28.967Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=e3d17493bc80aae4 -C extra-filename=-e3d17493bc80aae4 --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-49589da9b84e9811.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162024-11-14T03:29:29.234Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5cfd6ed72503e1f4/build-script-build`
42172024-11-14T03:29:29.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=933fce0d83781154 -C extra-filename=-933fce0d83781154 --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-ed92c8bf551b7a94.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42182024-11-14T03:29:29.544Z Compiling async-bb8-diesel v0.2.1
42192024-11-14T03:29:29.547Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-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="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=464acf4df0cb59ca -C extra-filename=-464acf4df0cb59ca --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-49589da9b84e9811.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3d17493bc80aae4.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42202024-11-14T03:29:29.712Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
42212024-11-14T03:29:29.715Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e39c377ce497d684 -C extra-filename=-e39c377ce497d684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ea95fefb52b49138.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
42222024-11-14T03:29:30.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4772e3430775809 -C extra-filename=-f4772e3430775809 --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-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3cad2a9c7c940aab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-42594601702dec8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d45a4ac7cdaa3df1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-41c755036452991a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.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-f7ea44e4a6d36c20/out/lib`
42232024-11-14T03:29:30.378Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42242024-11-14T03:29:30.381Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6a09c122300c5c3 -C extra-filename=-d6a09c122300c5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42252024-11-14T03:29:35.349Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42262024-11-14T03:29:35.353Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8d52deeebe82ddc -C extra-filename=-b8d52deeebe82ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f4772e3430775809.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8da6879dfc99bfca.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42272024-11-14T03:29:35.519Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42282024-11-14T03:29:35.522Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf338a5113ad9839 -C extra-filename=-cf338a5113ad9839 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42292024-11-14T03:29:37.263Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42302024-11-14T03:29:37.266Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d87f4dcd8b6bba4a -C extra-filename=-d87f4dcd8b6bba4a --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42312024-11-14T03:29:37.732Z Compiling assert_matches v1.5.0
42322024-11-14T03:29:37.735Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19e5985bb94b6ed1 -C extra-filename=-19e5985bb94b6ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332024-11-14T03:29:37.864Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42342024-11-14T03:29:37.867Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29866baf45eaf830 -C extra-filename=-29866baf45eaf830 --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-dd99b89daf0c34d1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352024-11-14T03:29:39.386Z Compiling rand_seeder v0.3.0
42362024-11-14T03:29:39.389Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1a9e9c214c64a0a -C extra-filename=-d1a9e9c214c64a0a --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372024-11-14T03:29:39.461Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42382024-11-14T03:29:39.464Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3af07c28fc8645a5 -C extra-filename=-3af07c28fc8645a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42392024-11-14T03:29:39.508Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
42402024-11-14T03:29:39.511Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ba9249e3072da01 -C extra-filename=-7ba9249e3072da01 --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42412024-11-14T03:29:39.845Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
42422024-11-14T03:29:39.849Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9d49cb27a77e313 -C extra-filename=-d9d49cb27a77e313 --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42432024-11-14T03:29:39.979Z Compiling libz-sys v1.1.20
42442024-11-14T03:29:39.982Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=ef942a46f7be7d7c -C extra-filename=-ef942a46f7be7d7c --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452024-11-14T03:29:40.845Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c/build-script-build`
42462024-11-14T03:29:41.073Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42472024-11-14T03:29:41.076Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15df8250e6594a5e -C extra-filename=-15df8250e6594a5e --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-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
42482024-11-14T03:29:41.846Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
42492024-11-14T03:29:41.848Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a044d5f5858bd56c -C extra-filename=-a044d5f5858bd56c --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-ab9368409b755730.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42502024-11-14T03:29:42.079Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42512024-11-14T03:29:42.081Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bae3cdc2b25f0258 -C extra-filename=-bae3cdc2b25f0258 --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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42522024-11-14T03:29:42.334Z Compiling libgit2-sys v0.17.0+1.8.1
42532024-11-14T03:29:42.337Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7896931ec2a383b1 -C extra-filename=-7896931ec2a383b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542024-11-14T03:29:42.747Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42552024-11-14T03:29:42.750Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=452e470084c030ea -C extra-filename=-452e470084c030ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42562024-11-14T03:29:43.407Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1/build-script-build`
42572024-11-14T03:29:43.970Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.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 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=316efe58a0f270d9 -C extra-filename=-316efe58a0f270d9 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
42582024-11-14T03:29:44.141Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42592024-11-14T03:29:44.144Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d5c779722a687df -C extra-filename=-4d5c779722a687df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42602024-11-14T03:29:48.877Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42612024-11-14T03:29:48.880Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=252b65e5d0acacf9 -C extra-filename=-252b65e5d0acacf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64`
42622024-11-14T03:29:49.782Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42632024-11-14T03:29:49.785Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5920e6924640bfb7 -C extra-filename=-5920e6924640bfb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42642024-11-14T03:29:49.968Z Compiling vergen v8.3.2
42652024-11-14T03:29:49.971Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=efbd9973aa397725 -C extra-filename=-efbd9973aa397725 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662024-11-14T03:29:50.355Z Compiling is_ci v1.2.0
42672024-11-14T03:29:50.358Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31d58a0284a40d0f -C extra-filename=-31d58a0284a40d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682024-11-14T03:29:50.649Z Compiling supports-color v3.0.1
42692024-11-14T03:29:50.651Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8590f9db0815147b -C extra-filename=-8590f9db0815147b --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-31d58a0284a40d0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702024-11-14T03:29:50.976Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725/build-script-build`
42712024-11-14T03:29:51.016Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42722024-11-14T03:29:51.019Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3305d785967f5739 -C extra-filename=-3305d785967f5739 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-3305d785967f5739 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42732024-11-14T03:29:51.374Z Compiling libsqlite3-sys v0.30.1
42742024-11-14T03:29:51.377Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=26645f4a29827453 -C extra-filename=-26645f4a29827453 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752024-11-14T03:29:51.400Z Compiling cfg_aliases v0.2.1
42762024-11-14T03:29:51.403Z Running `/home/build/.rustup/toolchains/1.81.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.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 '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b01719c518f1f528 -C extra-filename=-b01719c518f1f528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772024-11-14T03:29:51.535Z Compiling rustls v0.21.12
42782024-11-14T03:29:51.558Z Running `/home/build/.rustup/toolchains/1.81.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9ceec600f3d683cf -C extra-filename=-9ceec600f3d683cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792024-11-14T03:29:51.895Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf/build-script-build`
42802024-11-14T03:29:51.936Z Compiling nix v0.29.0
42812024-11-14T03:29:51.939Z Running `/home/build/.rustup/toolchains/1.81.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.29.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="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=934d9bd1b58f0f5c -C extra-filename=-934d9bd1b58f0f5c --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b01719c518f1f528.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822024-11-14T03:29:52.020Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453/build-script-build`
42832024-11-14T03:29:52.075Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-3305d785967f5739/build-script-build`
42842024-11-14T03:29:52.117Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42852024-11-14T03:29:52.120Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e03b4c9a1b6e5f66 -C extra-filename=-e03b4c9a1b6e5f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42862024-11-14T03:29:52.972Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42872024-11-14T03:29:52.975Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b1da9082a72942a -C extra-filename=-7b1da9082a72942a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42882024-11-14T03:30:00.771Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42892024-11-14T03:30:00.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca251bb941b64b39 -C extra-filename=-ca251bb941b64b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42902024-11-14T03:30:01.048Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42912024-11-14T03:30:01.051Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=766254ac3b457479 -C extra-filename=-766254ac3b457479 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-766254ac3b457479 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42922024-11-14T03:30:01.403Z Compiling castaway v0.2.3
42932024-11-14T03:30:01.406Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6c6475902cea3458 -C extra-filename=-6c6475902cea3458 --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-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942024-11-14T03:30:01.624Z Compiling sct v0.7.1
42952024-11-14T03:30:01.627Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccc94e76bfb8ea19 -C extra-filename=-ccc94e76bfb8ea19 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
42962024-11-14T03:30:01.961Z Compiling rustls-webpki v0.101.7
42972024-11-14T03:30:01.966Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=785616247fdc8028 -C extra-filename=-785616247fdc8028 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
42982024-11-14T03:30:03.888Z Compiling concurrent-queue v2.5.0
42992024-11-14T03:30:03.891Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9d76f34f37d34689 -C extra-filename=-9d76f34f37d34689 --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002024-11-14T03:30:04.300Z Compiling parking v2.2.1
43012024-11-14T03:30:04.302Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=8541b297255a5ffc -C extra-filename=-8541b297255a5ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022024-11-14T03:30:04.671Z Dirty unicode-linebreak v0.1.5: the rustflags changed
43032024-11-14T03:30:04.671Z Compiling unicode-linebreak v0.1.5
43042024-11-14T03:30:04.674Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e797346684b3237a -C extra-filename=-e797346684b3237a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052024-11-14T03:30:04.695Z Dirty smawk v0.3.2: the rustflags changed
43062024-11-14T03:30:04.695Z Compiling smawk v0.3.2
43072024-11-14T03:30:04.698Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=20a099bf394fc5a0 -C extra-filename=-20a099bf394fc5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082024-11-14T03:30:04.932Z Running `/home/build/.rustup/toolchains/1.81.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6556d3efc920f3af -C extra-filename=-6556d3efc920f3af --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-785616247fdc8028.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ccc94e76bfb8ea19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
43092024-11-14T03:30:05.010Z Compiling compact_str v0.8.0
43102024-11-14T03:30:05.013Z Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=a181580452b4e37a -C extra-filename=-a181580452b4e37a --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-6c6475902cea3458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112024-11-14T03:30:05.159Z Dirty textwrap v0.16.1: the rustflags changed
43122024-11-14T03:30:05.160Z Compiling textwrap v0.16.1
43132024-11-14T03:30:05.162Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=f43b67a92975d52e -C extra-filename=-f43b67a92975d52e --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-20a099bf394fc5a0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e797346684b3237a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142024-11-14T03:30:05.465Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-766254ac3b457479/build-script-build`
43152024-11-14T03:30:05.507Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c/build-script-build`
43162024-11-14T03:30:05.550Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=b3eabb60dec25e28 -C extra-filename=-b3eabb60dec25e28 --out-dir /work/oxidecomputer/omicron/target/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=/usr/lib/amd64 -l sqlite3`
43172024-11-14T03:30:06.062Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43182024-11-14T03:30:06.064Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=029c3b89cd6a42e8 -C extra-filename=-029c3b89cd6a42e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-029c3b89cd6a42e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43192024-11-14T03:30:06.412Z Compiling unicode-truncate v1.1.0
43202024-11-14T03:30:06.415Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=477d15e396308302 -C extra-filename=-477d15e396308302 --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-6b8c06aaa5867a2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212024-11-14T03:30:06.451Z Compiling hashlink v0.9.1
43222024-11-14T03:30:06.452Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=db9d186f33c366c5 -C extra-filename=-db9d186f33c366c5 --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-20deabe0d9115276.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232024-11-14T03:30:06.527Z Compiling instability v0.3.2
43242024-11-14T03:30:06.529Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e9e6f53e7790ad4 -C extra-filename=-0e9e6f53e7790ad4 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252024-11-14T03:30:06.680Z Compiling lru v0.12.5
43262024-11-14T03:30:06.683Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.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="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=e836b60591f12ef6 -C extra-filename=-e836b60591f12ef6 --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-3daf550dc8d29bb8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272024-11-14T03:30:07.050Z Compiling fallible-iterator v0.3.0
43282024-11-14T03:30:07.053Z Running `/home/build/.rustup/toolchains/1.81.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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=524455461266f430 -C extra-filename=-524455461266f430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292024-11-14T03:30:07.111Z Compiling fallible-streaming-iterator v0.1.9
43302024-11-14T03:30:07.114Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a91ec1d7082ed9f7 -C extra-filename=-a91ec1d7082ed9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312024-11-14T03:30:07.388Z Compiling cassowary v0.3.0
43322024-11-14T03:30:07.391Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a487e3ec8b6f241c -C extra-filename=-a487e3ec8b6f241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332024-11-14T03:30:07.799Z Compiling rusqlite v0.32.1
43342024-11-14T03:30:07.801Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=f26dddd08958e568 -C extra-filename=-f26dddd08958e568 --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-0f2df29a0f34846c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-524455461266f430.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-a91ec1d7082ed9f7.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-db9d186f33c366c5.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-b3eabb60dec25e28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
43352024-11-14T03:30:07.824Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-029c3b89cd6a42e8/build-script-build`
43362024-11-14T03:30:07.857Z Compiling ratatui v0.28.1
43372024-11-14T03:30:07.860Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=0b03c8be747422eb -C extra-filename=-0b03c8be747422eb --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-0f2df29a0f34846c.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a487e3ec8b6f241c.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-a181580452b4e37a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-0e9e6f53e7790ad4.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-e836b60591f12ef6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3751fa837c25ddbf.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-477d15e396308302.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382024-11-14T03:30:08.707Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=f4a7d3ffc1b99ca4 -C extra-filename=-f4a7d3ffc1b99ca4 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
43392024-11-14T03:30:09.502Z Compiling tokio-rustls v0.24.1
43402024-11-14T03:30:09.505Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=0143efdb7cf21777 -C extra-filename=-0143efdb7cf21777 --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-6556d3efc920f3af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
43412024-11-14T03:30:09.962Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422024-11-14T03:30:09.965Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ead3e7779981c6a5 -C extra-filename=-ead3e7779981c6a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ead3e7779981c6a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43432024-11-14T03:30:10.332Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43442024-11-14T03:30:10.335Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c7ad125da054b9e -C extra-filename=-7c7ad125da054b9e --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-07ebaf0eb0f1113e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43452024-11-14T03:30:10.829Z Compiling rustls-pemfile v1.0.4
43462024-11-14T03:30:10.832Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6de77c19e02896b -C extra-filename=-b6de77c19e02896b --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-6d27ec8383fdb856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472024-11-14T03:30:11.350Z Compiling twox-hash v1.6.3
43482024-11-14T03:30:11.353Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=97d3df6b74eca146 -C extra-filename=-97d3df6b74eca146 --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-83c04ded702a2c6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492024-11-14T03:30:11.901Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ead3e7779981c6a5/build-script-build`
43502024-11-14T03:30:11.940Z Compiling event-listener v5.3.1
43512024-11-14T03:30:11.945Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b3d0e290ba00242c -C extra-filename=-b3d0e290ba00242c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522024-11-14T03:30:12.113Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
43532024-11-14T03:30:12.116Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c814d60a77e69750 -C extra-filename=-c814d60a77e69750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
43542024-11-14T03:30:12.601Z Compiling fatfs v0.3.6
43552024-11-14T03:30:12.604Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=58c25c3614feb1ef -C extra-filename=-58c25c3614feb1ef --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562024-11-14T03:30:13.852Z Compiling event-listener-strategy v0.5.2
43572024-11-14T03:30:13.855Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6609f29e0fce4354 -C extra-filename=-6609f29e0fce4354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582024-11-14T03:30:14.095Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43592024-11-14T03:30:14.101Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eca46734141f8a5 -C extra-filename=-1eca46734141f8a5 --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-07ebaf0eb0f1113e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43602024-11-14T03:30:14.362Z Compiling csv-core v0.1.11
43612024-11-14T03:30:14.364Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=89022c9b487082f9 -C extra-filename=-89022c9b487082f9 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622024-11-14T03:30:14.934Z Compiling csv v1.3.0
43632024-11-14T03:30:14.937Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48927a5eea74ccb0 -C extra-filename=-48927a5eea74ccb0 --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-89022c9b487082f9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642024-11-14T03:30:14.957Z Compiling futures-lite v2.3.0
43652024-11-14T03:30:14.960Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=d6c258a9e4040e53 -C extra-filename=-d6c258a9e4040e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662024-11-14T03:30:15.278Z Compiling rtoolbox v0.0.2
43672024-11-14T03:30:15.280Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=db37d407e5a954e5 -C extra-filename=-db37d407e5a954e5 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682024-11-14T03:30:15.765Z Compiling shell-words v1.1.0
43692024-11-14T03:30:15.768Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=75b510c2fbb2f7bd -C extra-filename=-75b510c2fbb2f7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702024-11-14T03:30:16.059Z Compiling hex-literal v0.4.1
43712024-11-14T03:30:16.062Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=822e122ffc091e79 -C extra-filename=-822e122ffc091e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722024-11-14T03:30:16.232Z Compiling plotters-backend v0.3.7
43732024-11-14T03:30:16.235Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45d6f5f723d4d683 -C extra-filename=-45d6f5f723d4d683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742024-11-14T03:30:16.329Z Compiling rpassword v7.3.1
43752024-11-14T03:30:16.331Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e84e9e63d126afcc -C extra-filename=-e84e9e63d126afcc --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-29117e4ff36dab03.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-db37d407e5a954e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762024-11-14T03:30:16.703Z Compiling plotters-svg v0.3.7
43772024-11-14T03:30:16.710Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=fe6c9d53a974c7d0 -C extra-filename=-fe6c9d53a974c7d0 --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-45d6f5f723d4d683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782024-11-14T03:30:16.796Z Compiling tui-tree-widget v0.22.0
43792024-11-14T03:30:16.798Z Running `/home/build/.rustup/toolchains/1.81.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.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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b5dfc8d043b4f16 -C extra-filename=-6b5dfc8d043b4f16 --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-0b03c8be747422eb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802024-11-14T03:30:16.850Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
43812024-11-14T03:30:16.853Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9e57de536f0028e -C extra-filename=-b9e57de536f0028e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43822024-11-14T03:30:17.171Z Compiling yansi v1.0.1
43832024-11-14T03:30:17.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=c3baa62106e047e6 -C extra-filename=-c3baa62106e047e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842024-11-14T03:30:17.190Z Compiling cast v0.3.0
43852024-11-14T03:30:17.193Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b1971ff2088540bc -C extra-filename=-b1971ff2088540bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862024-11-14T03:30:17.580Z Compiling criterion-plot v0.5.0
43872024-11-14T03:30:17.584Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f389c81373b9d230 -C extra-filename=-f389c81373b9d230 --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-b1971ff2088540bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882024-11-14T03:30:17.924Z Compiling pretty_assertions v1.4.1
43892024-11-14T03:30:17.927Z Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=9a15c963fedc7a99 -C extra-filename=-9a15c963fedc7a99 --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-b2853c6e837e3376.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c3baa62106e047e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902024-11-14T03:30:18.491Z Compiling plotters v0.3.7
43912024-11-14T03:30:18.494Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-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 --warn=unexpected_cfgs --allow=deprecated --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' --check-cfg 'cfg(doc_cfg)' -C metadata=b528d7e32e15f8ee -C extra-filename=-b528d7e32e15f8ee --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-b347099865a56f50.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-45d6f5f723d4d683.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-fe6c9d53a974c7d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922024-11-14T03:30:18.760Z Compiling async-lock v3.4.0
43932024-11-14T03:30:18.783Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=878591e285ce9ac1 -C extra-filename=-878591e285ce9ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942024-11-14T03:30:18.996Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43952024-11-14T03:30:18.998Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d532acdfdc22c9a4 -C extra-filename=-d532acdfdc22c9a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43962024-11-14T03:30:20.077Z Compiling polyval v0.6.2
43972024-11-14T03:30:20.080Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=f13eb1ce4e0a1c56 -C extra-filename=-f13eb1ce4e0a1c56 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f038c6a9f9d9b2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982024-11-14T03:30:20.569Z Compiling polling v3.7.3
43992024-11-14T03:30:20.572Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=1f4ca5dc576a5766 -C extra-filename=-1f4ca5dc576a5766 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002024-11-14T03:30:21.057Z Compiling tinytemplate v1.2.1
44012024-11-14T03:30:21.060Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dcc35c859cb6e7b -C extra-filename=-4dcc35c859cb6e7b --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44022024-11-14T03:30:21.293Z Compiling anes v0.1.6
44032024-11-14T03:30:21.296Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=ef5424d5f642498c -C extra-filename=-ef5424d5f642498c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042024-11-14T03:30:21.789Z Compiling oorandom v11.1.4
44052024-11-14T03:30:21.792Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02c3fbf1b52bf2c0 -C extra-filename=-02c3fbf1b52bf2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062024-11-14T03:30:22.029Z Compiling criterion v0.5.1
44072024-11-14T03:30:22.032Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=20212db77650b909 -C extra-filename=-20212db77650b909 --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-ef5424d5f642498c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b1971ff2088540bc.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-f389c81373b9d230.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-02c3fbf1b52bf2c0.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-b528d7e32e15f8ee.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-4dcc35c859cb6e7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082024-11-14T03:30:22.106Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44092024-11-14T03:30:22.109Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e84e91cfd97f878d -C extra-filename=-e84e91cfd97f878d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b5dfc8d043b4f16.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44102024-11-14T03:30:25.071Z Compiling async-io v2.3.4
44112024-11-14T03:30:25.075Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.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=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=ffb7a1a71fc50d1f -C extra-filename=-ffb7a1a71fc50d1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-1f4ca5dc576a5766.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44122024-11-14T03:30:27.268Z Compiling ghash v0.5.1
44132024-11-14T03:30:27.273Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=cd64cbebd99fc224 -C extra-filename=-cd64cbebd99fc224 --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-336551ef1347f8fe.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-f13eb1ce4e0a1c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142024-11-14T03:30:27.494Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44152024-11-14T03:30:27.496Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff3a685559834428 -C extra-filename=-ff3a685559834428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44162024-11-14T03:30:29.477Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
44172024-11-14T03:30:29.479Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46207561f081111b -C extra-filename=-46207561f081111b --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-5862d1e4cc3cd294.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44182024-11-14T03:30:31.107Z Compiling ctr v0.9.2
44192024-11-14T03:30:31.111Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=d05c99926742f3c9 -C extra-filename=-d05c99926742f3c9 --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202024-11-14T03:30:31.525Z Compiling target-lexicon v0.12.16
44212024-11-14T03:30:31.530Z Running `/home/build/.rustup/toolchains/1.81.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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=6c2abb79a4bce29f -C extra-filename=-6c2abb79a4bce29f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44222024-11-14T03:30:32.547Z Compiling doc-comment v0.3.3
44232024-11-14T03:30:32.550Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=22cedc88ad30c5c9 -C extra-filename=-22cedc88ad30c5c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242024-11-14T03:30:33.223Z Compiling async-task v4.7.1
44252024-11-14T03:30:33.225Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1870c002cec5451d -C extra-filename=-1870c002cec5451d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262024-11-14T03:30:33.716Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9/build-script-build`
44272024-11-14T03:30:33.912Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f/build-script-build`
44282024-11-14T03:30:34.003Z Compiling aes-gcm v0.10.3
44292024-11-14T03:30:34.005Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=72eed48f13befa44 -C extra-filename=-72eed48f13befa44 --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-ca8bfea2ccdd2eda.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-49508c3e1240323b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-cd64cbebd99fc224.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302024-11-14T03:30:34.347Z Compiling async-channel v2.3.1
44312024-11-14T03:30:34.350Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1ff82d8a7169d59 -C extra-filename=-a1ff82d8a7169d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322024-11-14T03:30:34.760Z Compiling piper v0.2.4
44332024-11-14T03:30:34.765Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=d59e7a64d2a6216f -C extra-filename=-d59e7a64d2a6216f --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-10b6fa6e98e5e04e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342024-11-14T03:30:35.189Z Compiling ssh-encoding v0.2.0
44352024-11-14T03:30:35.194Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-encoding-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"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=97850cf2d4691f3f -C extra-filename=-97850cf2d4691f3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362024-11-14T03:30:35.376Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=48fbd73129a2c4ae -C extra-filename=-48fbd73129a2c4ae --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-29117e4ff36dab03.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-316efe58a0f270d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
44372024-11-14T03:30:35.696Z Compiling blowfish v0.9.1
44382024-11-14T03:30:35.698Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=b8e0267abfa445a0 -C extra-filename=-b8e0267abfa445a0 --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-42c8c764cb4293aa.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392024-11-14T03:30:35.743Z Compiling guppy-workspace-hack v0.1.0
44402024-11-14T03:30:35.745Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e26002185cac8ef5 -C extra-filename=-e26002185cac8ef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412024-11-14T03:30:36.094Z Compiling git2 v0.19.0
44422024-11-14T03:30:36.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=af2a94d712875572 -C extra-filename=-af2a94d712875572 --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-0f2df29a0f34846c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-48fbd73129a2c4ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64`
44432024-11-14T03:30:36.119Z Compiling assert_cmd v2.0.16
44442024-11-14T03:30:36.122Z Running `/home/build/.rustup/toolchains/1.81.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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=1f5f59728613a6ce -C extra-filename=-1f5f59728613a6ce --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452024-11-14T03:30:36.167Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5/build-script-build`
44462024-11-14T03:30:36.209Z Compiling bcrypt-pbkdf v0.10.0
44472024-11-14T03:30:36.212Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=4540efc43f9bc033 -C extra-filename=-4540efc43f9bc033 --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-b8e0267abfa445a0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482024-11-14T03:30:36.638Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce/build-script-build`
44492024-11-14T03:30:36.679Z Compiling ssh-cipher v0.2.0
44502024-11-14T03:30:36.682Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-cipher-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="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=9618192e9bac92b5 -C extra-filename=-9618192e9bac92b5 --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-49508c3e1240323b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-72eed48f13befa44.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44512024-11-14T03:30:36.878Z Compiling blocking v1.6.1
44522024-11-14T03:30:36.881Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=45437561779373b8 -C extra-filename=-45437561779373b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-a1ff82d8a7169d59.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-1870c002cec5451d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-d59e7a64d2a6216f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532024-11-14T03:30:37.563Z Running `/home/build/.rustup/toolchains/1.81.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9169530e626c6002 -C extra-filename=-9169530e626c6002 --out-dir /work/oxidecomputer/omicron/target/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"'`
44542024-11-14T03:30:38.366Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40c71cc26466f5b4 -C extra-filename=-40c71cc26466f5b4 --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-391bcd1bef4ee753.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44552024-11-14T03:30:38.470Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d635affb61cddc7a -C extra-filename=-d635affb61cddc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562024-11-14T03:30:38.588Z Compiling async-executor v1.13.1
44572024-11-14T03:30:38.591Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=a884622f779f5e2e -C extra-filename=-a884622f779f5e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-1870c002cec5451d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582024-11-14T03:30:39.524Z Compiling async-signal v0.2.10
44592024-11-14T03:30:39.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa3ff20da8a01aac -C extra-filename=-aa3ff20da8a01aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602024-11-14T03:30:39.981Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44612024-11-14T03:30:39.983Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=992927ac5d6f3291 -C extra-filename=-992927ac5d6f3291 --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-07ebaf0eb0f1113e.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44622024-11-14T03:30:40.006Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44632024-11-14T03:30:40.009Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9aab90fbd2e03d5c -C extra-filename=-9aab90fbd2e03d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44642024-11-14T03:30:41.359Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44652024-11-14T03:30:41.362Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b43161f1cb6cbc6 -C extra-filename=-3b43161f1cb6cbc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44662024-11-14T03:30:43.504Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=5bf53492313d1548 -C extra-filename=-5bf53492313d1548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-af2a94d712875572.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
44672024-11-14T03:30:45.319Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44682024-11-14T03:30:45.322Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3a0abafac2e0517 -C extra-filename=-c3a0abafac2e0517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44692024-11-14T03:30:45.640Z Compiling password-hash v0.4.2
44702024-11-14T03:30:45.643Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=bb8ad28a0bda70e6 -C extra-filename=-bb8ad28a0bda70e6 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712024-11-14T03:30:46.524Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
44722024-11-14T03:30:46.526Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=257e1282ef0a7f8b -C extra-filename=-257e1282ef0a7f8b --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-257e1282ef0a7f8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-5bf53492313d1548.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64`
44732024-11-14T03:30:46.648Z Compiling futures-timer v3.0.3
44742024-11-14T03:30:46.651Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=59cf1b18c098fd7e -C extra-filename=-59cf1b18c098fd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752024-11-14T03:30:47.584Z Compiling target-spec v3.2.2
44762024-11-14T03:30:47.586Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=f5b111fd59ab663f -C extra-filename=-f5b111fd59ab663f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772024-11-14T03:30:48.285Z Compiling event-listener v2.5.3
44782024-11-14T03:30:48.288Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fb6bacc5e9e941e -C extra-filename=-8fb6bacc5e9e941e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792024-11-14T03:30:48.476Z Compiling matches v0.1.10
44802024-11-14T03:30:48.499Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f756f479b35788f -C extra-filename=-7f756f479b35788f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812024-11-14T03:30:48.592Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-257e1282ef0a7f8b/build-script-build`
44822024-11-14T03:30:48.616Z Compiling idna v0.2.3
44832024-11-14T03:30:48.619Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6054e3b7cc9b917e -C extra-filename=-6054e3b7cc9b917e --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-7f756f479b35788f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842024-11-14T03:30:48.724Z Compiling async-channel v1.9.0
44852024-11-14T03:30:48.727Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf7c885cefb58b44 -C extra-filename=-bf7c885cefb58b44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-8fb6bacc5e9e941e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862024-11-14T03:30:49.117Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f/build-script-build`
44872024-11-14T03:30:49.158Z Compiling pbkdf2 v0.11.0
44882024-11-14T03:30:49.161Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=f6bd386b0826c3bc -C extra-filename=-f6bd386b0826c3bc --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-427828cb45815475.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bb8ad28a0bda70e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44892024-11-14T03:30:49.560Z Compiling async-process v2.3.0
44902024-11-14T03:30:49.563Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=7330e236bbce1463 -C extra-filename=-7330e236bbce1463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-aa3ff20da8a01aac.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912024-11-14T03:30:50.324Z Compiling async-global-executor v2.4.1
44922024-11-14T03:30:50.327Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-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 --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=447600a6003c50fc -C extra-filename=-447600a6003c50fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-a1ff82d8a7169d59.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-a884622f779f5e2e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-45437561779373b8.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932024-11-14T03:30:50.395Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f35d7b8887e86dd -C extra-filename=-3f35d7b8887e86dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11e1870370bff440.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f4a7d3ffc1b99ca4.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-f26dddd08958e568.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b6de77c19e02896b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0143efdb7cf21777.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-97d3df6b74eca146.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/lib/amd64`
44942024-11-14T03:30:51.084Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=rust_2018_idioms '--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::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--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::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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=ec6033f800f8da03 -C extra-filename=-ec6033f800f8da03 --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-2570a634c4322755.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-d635affb61cddc7a.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952024-11-14T03:30:52.149Z Compiling cfg-expr v0.17.0
44962024-11-14T03:30:52.152Z Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=f32dfc9624de7ee9 -C extra-filename=-f32dfc9624de7ee9 --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-4dafc5e65351502b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972024-11-14T03:30:52.591Z Compiling ssh-key v0.6.6
44982024-11-14T03:30:52.595Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-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="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=dc63e79e95ddd3b1 -C extra-filename=-dc63e79e95ddd3b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4540efc43f9bc033.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-9618192e9bac92b5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992024-11-14T03:30:53.196Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcf613efd911aee8 -C extra-filename=-dcf613efd911aee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002024-11-14T03:30:53.331Z Compiling p256 v0.13.2
45012024-11-14T03:30:53.334Z Running `/home/build/.rustup/toolchains/1.81.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="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=ad4aff7a56eebf8c -C extra-filename=-ad4aff7a56eebf8c --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-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022024-11-14T03:30:53.490Z Compiling p521 v0.13.3
45032024-11-14T03:30:53.493Z Running `/home/build/.rustup/toolchains/1.81.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="ecdh"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=7a524a0f16c07ec9 -C extra-filename=-7a524a0f16c07ec9 --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-2a65e2ab151e09a4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042024-11-14T03:30:54.250Z Compiling enum-as-inner v0.5.1
45052024-11-14T03:30:54.253Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca7893d42489f5d7 -C extra-filename=-ca7893d42489f5d7 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062024-11-14T03:30:55.472Z Compiling async-attributes v1.1.2
45072024-11-14T03:30:55.475Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=262a3c5bc03e623e -C extra-filename=-262a3c5bc03e623e --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082024-11-14T03:30:55.542Z Compiling polar-core v0.27.3
45092024-11-14T03:30:55.545Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dca5cc1f3698170a -C extra-filename=-dca5cc1f3698170a --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-dca5cc1f3698170a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-0f2da7195fe3e60c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102024-11-14T03:30:55.853Z Compiling russh-cryptovec v0.7.3
45112024-11-14T03:30:55.856Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c83939e00e0c0029 -C extra-filename=-c83939e00e0c0029 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122024-11-14T03:30:56.183Z Compiling num_cpus v1.16.0
45132024-11-14T03:30:56.186Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ab012f26251dbb0 -C extra-filename=-1ab012f26251dbb0 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142024-11-14T03:30:56.357Z Compiling kv-log-macro v1.0.7
45152024-11-14T03:30:56.360Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5c63cddda8596c9 -C extra-filename=-a5c63cddda8596c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45162024-11-14T03:30:56.526Z Compiling md5 v0.7.0
45172024-11-14T03:30:56.529Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=778d21cacd260cac -C extra-filename=-778d21cacd260cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182024-11-14T03:30:56.597Z Compiling async-std v1.13.0
45192024-11-14T03:30:56.600Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.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"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=6e3748cdf53e115f -C extra-filename=-6e3748cdf53e115f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-262a3c5bc03e623e.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-bf7c885cefb58b44.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-447600a6003c50fc.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-7330e236bbce1463.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a5c63cddda8596c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202024-11-14T03:30:57.104Z Compiling russh-keys v0.45.0
45212024-11-14T03:30:57.108Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=ba8c6c4d419db3eb -C extra-filename=-ba8c6c4d419db3eb --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-49508c3e1240323b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4540efc43f9bc033.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-7ae99d2f75a76b1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-778d21cacd260cac.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ad4aff7a56eebf8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7a524a0f16c07ec9.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f6bd386b0826c3bc.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-49eb0380f33bfa38.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f892454cf30be5aa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dc63e79e95ddd3b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222024-11-14T03:30:57.208Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-dca5cc1f3698170a/build-script-build`
45232024-11-14T03:30:57.477Z Compiling threadpool v1.8.1
45242024-11-14T03:30:57.479Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac2cc9c1dac7e59e -C extra-filename=-ac2cc9c1dac7e59e --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-1ab012f26251dbb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252024-11-14T03:30:58.327Z Compiling trust-dns-proto v0.22.0
45262024-11-14T03:30:58.329Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=604e42f6ec39a6d9 -C extra-filename=-604e42f6ec39a6d9 --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-49589da9b84e9811.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ca7893d42489f5d7.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6054e3b7cc9b917e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272024-11-14T03:30:58.956Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8ebeeaf1075a4896 -C extra-filename=-8ebeeaf1075a4896 --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-af4dd81929a552eb.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7bb70439e6f8b4bd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282024-11-14T03:31:01.530Z Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=4e18e025a34f8d79 -C extra-filename=-4e18e025a34f8d79 --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-f32dfc9624de7ee9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45292024-11-14T03:31:02.610Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45302024-11-14T03:31:02.614Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b69ff42d79690e72 -C extra-filename=-b69ff42d79690e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45312024-11-14T03:31:02.734Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45322024-11-14T03:31:02.736Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26930638fe27ff47 -C extra-filename=-26930638fe27ff47 --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-83837524e0aa0f08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45332024-11-14T03:31:04.417Z Compiling httptest v0.16.1
45342024-11-14T03:31:04.420Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb62e8393c735ae9 -C extra-filename=-eb62e8393c735ae9 --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-a50dd529fc113091.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9a55828e5a47f28b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352024-11-14T03:31:04.898Z Compiling num-bigint v0.4.6
45362024-11-14T03:31:04.902Z Running `/home/build/.rustup/toolchains/1.81.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.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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=3930cfeb3c3e65fd -C extra-filename=-3930cfeb3c3e65fd --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372024-11-14T03:31:04.925Z Compiling pathdiff v0.2.2
45382024-11-14T03:31:04.928Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=359981128e5bbc84 -C extra-filename=-359981128e5bbc84 --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-9798e8e7609cdab8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392024-11-14T03:31:05.118Z Compiling rustls-native-certs v0.7.3
45402024-11-14T03:31:05.122Z Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7c7c96c48d36bd6 -C extra-filename=-c7c7c96c48d36bd6 --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-dd81080d435c4bbe.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412024-11-14T03:31:05.819Z Compiling des v0.8.1
45422024-11-14T03:31:05.822Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=edec9f2571c55d8f -C extra-filename=-edec9f2571c55d8f --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-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432024-11-14T03:31:06.178Z Compiling escape8259 v0.5.3
45442024-11-14T03:31:06.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca9f6f1ef9fdf75b -C extra-filename=-ca9f6f1ef9fdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452024-11-14T03:31:06.620Z Compiling nested v0.1.1
45462024-11-14T03:31:06.624Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8b5fe80e93811ac -C extra-filename=-d8b5fe80e93811ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472024-11-14T03:31:06.712Z Compiling dhcproto-macros v0.1.0
45482024-11-14T03:31:06.715Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c278ee2171aef707 -C extra-filename=-c278ee2171aef707 --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`
45492024-11-14T03:31:06.979Z Compiling guppy v0.17.8
45502024-11-14T03:31:06.981Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=9d8294672f8eb439 -C extra-filename=-9d8294672f8eb439 --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-8be98ef023620e24.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3993d879d3735a13.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-d8b5fe80e93811ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-359981128e5bbc84.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4e18e025a34f8d79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512024-11-14T03:31:07.775Z Compiling dhcproto v0.12.0
45522024-11-14T03:31:07.779Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9aa5a8591ea416dd -C extra-filename=-9aa5a8591ea416dd --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-c278ee2171aef707.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-604e42f6ec39a6d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532024-11-14T03:31:08.450Z Compiling oso v0.27.3
45542024-11-14T03:31:08.452Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=7b834122b119440d -C extra-filename=-7b834122b119440d --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-294525d2661f977f.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d20719db909fefed.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-8ebeeaf1075a4896.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552024-11-14T03:31:10.654Z Compiling russh v0.45.0
45562024-11-14T03:31:10.656Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-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="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=c9d36ebbb6724309 -C extra-filename=-c9d36ebbb6724309 --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-49508c3e1240323b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-72eed48f13befa44.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-edec9f2571c55d8f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-3930cfeb3c3e65fd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ad4aff7a56eebf8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7a524a0f16c07ec9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ba8c6c4d419db3eb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dc63e79e95ddd3b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572024-11-14T03:31:11.465Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed826b71e47ac709 -C extra-filename=-ed826b71e47ac709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-15d2aecbc67c8802.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40c71cc26466f5b4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b834122b119440d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45582024-11-14T03:31:15.020Z Compiling libtest-mimic v0.7.3
45592024-11-14T03:31:15.023Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6519ebb6316006f -C extra-filename=-e6519ebb6316006f --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-14e4af59874e5204.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ca9f6f1ef9fdf75b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ac2cc9c1dac7e59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602024-11-14T03:31:15.765Z Compiling hyper-rustls v0.26.0
45612024-11-14T03:31:15.768Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ac6ead38fb06f13b -C extra-filename=-ac6ead38fb06f13b --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-c7c7c96c48d36bd6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-04f7107bd418b86a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-88d01751f0e7d30c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/`
45622024-11-14T03:31:16.139Z Compiling async-object-pool v0.1.5
45632024-11-14T03:31:16.142Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=748ae1022d05e49f -C extra-filename=-748ae1022d05e49f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-6e3748cdf53e115f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642024-11-14T03:31:16.371Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45652024-11-14T03:31:16.374Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f699134a42fc4b9b -C extra-filename=-f699134a42fc4b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45662024-11-14T03:31:16.398Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45672024-11-14T03:31:16.398Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82b5b975383b30ae -C extra-filename=-82b5b975383b30ae --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-9798e8e7609cdab8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45682024-11-14T03:31:17.058Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=3676651a45997332 -C extra-filename=-3676651a45997332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7aa6238a60e1af4e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-933fce0d83781154.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40c71cc26466f5b4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45692024-11-14T03:31:17.226Z Compiling fancy-regex v0.13.0
45702024-11-14T03:31:17.229Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=e2a162cb211c7f2a -C extra-filename=-e2a162cb211c7f2a --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-1499c911902a6a96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712024-11-14T03:31:19.038Z Compiling rstest_macros v0.23.0
45722024-11-14T03:31:19.060Z Running `/home/build/.rustup/toolchains/1.81.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.23.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"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=9df46b36269f3495 -C extra-filename=-9df46b36269f3495 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-9df46b36269f3495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732024-11-14T03:31:19.588Z Compiling assert-json-diff v2.0.2
45742024-11-14T03:31:19.593Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35a9296fe394a43d -C extra-filename=-35a9296fe394a43d --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752024-11-14T03:31:19.641Z Compiling serde_regex v1.1.0
45762024-11-14T03:31:19.644Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55e44f0bbb3bea15 -C extra-filename=-55e44f0bbb3bea15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772024-11-14T03:31:19.974Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45782024-11-14T03:31:19.989Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=514e6a7ff6bc0fc6 -C extra-filename=-514e6a7ff6bc0fc6 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792024-11-14T03:31:20.458Z Compiling path-tree v0.8.1
45802024-11-14T03:31:20.461Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d102334ba62b34cb -C extra-filename=-d102334ba62b34cb --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812024-11-14T03:31:20.628Z Compiling stringmetrics v2.2.2
45822024-11-14T03:31:20.631Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=5acb2435e30a3768 -C extra-filename=-5acb2435e30a3768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832024-11-14T03:31:20.917Z Compiling internet-checksum v0.2.1
45842024-11-14T03:31:20.920Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=fc090d67868fcae5 -C extra-filename=-fc090d67868fcae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852024-11-14T03:31:21.094Z Compiling target-triple v0.1.3
45862024-11-14T03:31:21.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c180273141f07097 -C extra-filename=-c180273141f07097 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872024-11-14T03:31:21.167Z Compiling httpmock v0.8.0-alpha.1
45882024-11-14T03:31:21.170Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=4a5e89be918fb017 -C extra-filename=-4a5e89be918fb017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-35a9296fe394a43d.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-748ae1022d05e49f.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-6e3748cdf53e115f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d102334ba62b34cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-55e44f0bbb3bea15.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-5acb2435e30a3768.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892024-11-14T03:31:21.744Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097/build-script-build`
45902024-11-14T03:31:21.786Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-9df46b36269f3495/build-script-build`
45912024-11-14T03:31:21.921Z Compiling datatest-stable v0.2.9
45922024-11-14T03:31:21.923Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=438089010e5f95bc -C extra-filename=-438089010e5f95bc --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-9798e8e7609cdab8.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e2a162cb211c7f2a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-e6519ebb6316006f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932024-11-14T03:31:22.008Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45942024-11-14T03:31:22.010Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=1eefb7179c83f2b6 -C extra-filename=-1eefb7179c83f2b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
45952024-11-14T03:31:22.632Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
45962024-11-14T03:31:22.635Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db0c7283b0835568 -C extra-filename=-db0c7283b0835568 --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-29117e4ff36dab03.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45972024-11-14T03:31:22.763Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45982024-11-14T03:31:22.797Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6f23dc8e8f66ee3 -C extra-filename=-b6f23dc8e8f66ee3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b6f23dc8e8f66ee3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45992024-11-14T03:31:23.042Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46002024-11-14T03:31:23.045Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=550267a0a23cfefd -C extra-filename=-550267a0a23cfefd --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-550267a0a23cfefd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46012024-11-14T03:31:23.101Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46022024-11-14T03:31:23.104Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b41feb3dc86cee4 -C extra-filename=-3b41feb3dc86cee4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3b41feb3dc86cee4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46032024-11-14T03:31:23.327Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46042024-11-14T03:31:23.327Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f533dbcf1a3672cc -C extra-filename=-f533dbcf1a3672cc --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-f533dbcf1a3672cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46052024-11-14T03:31:23.379Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
46062024-11-14T03:31:23.382Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a20728837e09bf73 -C extra-filename=-a20728837e09bf73 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-a20728837e09bf73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46072024-11-14T03:31:23.444Z Compiling similar-asserts v1.6.0
46082024-11-14T03:31:23.446Z Running `/home/build/.rustup/toolchains/1.81.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.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="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=0bda880a12e82784 -C extra-filename=-0bda880a12e82784 --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-8134fd228889b755.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092024-11-14T03:31:23.702Z Compiling proc-macro-crate v3.2.0
46102024-11-14T03:31:23.704Z Running `/home/build/.rustup/toolchains/1.81.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-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac0980921d1d1ab6 -C extra-filename=-ac0980921d1d1ab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112024-11-14T03:31:23.752Z Compiling relative-path v1.9.3
46122024-11-14T03:31:23.775Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=eb2005d781c181a6 -C extra-filename=-eb2005d781c181a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132024-11-14T03:31:24.580Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-a20728837e09bf73/build-script-build`
46142024-11-14T03:31:24.622Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-f533dbcf1a3672cc/build-script-build`
46152024-11-14T03:31:24.662Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3b41feb3dc86cee4/build-script-build`
46162024-11-14T03:31:24.702Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-550267a0a23cfefd/build-script-build`
46172024-11-14T03:31:24.728Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b6f23dc8e8f66ee3/build-script-build`
46182024-11-14T03:31:24.763Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5984a9b105052d9 -C extra-filename=-b5984a9b105052d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
46192024-11-14T03:31:24.787Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46202024-11-14T03:31:24.790Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2faf983a7efb397a -C extra-filename=-2faf983a7efb397a --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c9d36ebbb6724309.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ba8c6c4d419db3eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46212024-11-14T03:31:24.911Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46222024-11-14T03:31:24.914Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad8afeaa7ef196e9 -C extra-filename=-ad8afeaa7ef196e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46232024-11-14T03:31:25.300Z Running `/home/build/.rustup/toolchains/1.81.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.23.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"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=1be18dfaa58afb3f -C extra-filename=-1be18dfaa58afb3f --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-83c04ded702a2c6e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-ac0980921d1d1ab6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-eb2005d781c181a6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242024-11-14T03:31:27.359Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
46252024-11-14T03:31:27.362Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e34a0125efc57f6d -C extra-filename=-e34a0125efc57f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46262024-11-14T03:31:29.936Z Compiling multimap v0.10.0
46272024-11-14T03:31:29.939Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=2ec29070d6a15893 -C extra-filename=-2ec29070d6a15893 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282024-11-14T03:31:30.335Z Compiling uzers v0.12.1
46292024-11-14T03:31:30.338Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-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="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=701a4a1f6a4aa386 -C extra-filename=-701a4a1f6a4aa386 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302024-11-14T03:31:31.788Z Compiling trybuild v1.0.101
46312024-11-14T03:31:31.791Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=c59cb79626c91b42 -C extra-filename=-c59cb79626c91b42 --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-dec4d7736b1aadcb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b5984a9b105052d9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322024-11-14T03:31:32.515Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46332024-11-14T03:31:32.518Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0153ab8bbcdbd3db -C extra-filename=-0153ab8bbcdbd3db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46342024-11-14T03:31:35.224Z Compiling partial-io v0.5.4
46352024-11-14T03:31:35.227Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=84c5775a93bf1cb6 -C extra-filename=-84c5775a93bf1cb6 --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-6961bb14eaa0b2c9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-11c741aeb8997841.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362024-11-14T03:31:35.727Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46372024-11-14T03:31:35.729Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38d2ef10a6fc06ca -C extra-filename=-38d2ef10a6fc06ca --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-38d2ef10a6fc06ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46382024-11-14T03:31:36.100Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
46392024-11-14T03:31:36.104Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68d22a4b9663a879 -C extra-filename=-68d22a4b9663a879 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-68d22a4b9663a879 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ff7c3960ff4be02c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46402024-11-14T03:31:36.472Z Compiling blake2b_simd v1.0.2
46412024-11-14T03:31:36.475Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=eda17c6efe244ce2 -C extra-filename=-eda17c6efe244ce2 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422024-11-14T03:31:37.082Z Compiling rstest v0.23.0
46432024-11-14T03:31:37.086Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.23.0/src/lib.rs --error-format=json --json=diagnostic-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="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=c158cf6783e6b4cd -C extra-filename=-c158cf6783e6b4cd --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-6961bb14eaa0b2c9.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-1be18dfaa58afb3f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442024-11-14T03:31:37.348Z Compiling rand_distr v0.4.3
46452024-11-14T03:31:37.351Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=d9ba92eedc0ce4c3 -C extra-filename=-d9ba92eedc0ce4c3 --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-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462024-11-14T03:31:38.464Z Compiling approx v0.5.1
46472024-11-14T03:31:38.466Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=8148c88ee720cd5b -C extra-filename=-8148c88ee720cd5b --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482024-11-14T03:31:38.730Z Compiling rust-argon2 v2.1.0
46492024-11-14T03:31:38.733Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b71e8232227ebb47 -C extra-filename=-b71e8232227ebb47 --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-6d27ec8383fdb856.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eda17c6efe244ce2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502024-11-14T03:31:39.818Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-68d22a4b9663a879/build-script-build`
46512024-11-14T03:31:39.858Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-38d2ef10a6fc06ca/build-script-build`
46522024-11-14T03:31:39.896Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46532024-11-14T03:31:39.899Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c6ef7f3c32be295 -C extra-filename=-7c6ef7f3c32be295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46542024-11-14T03:31:40.544Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fe2862ecf31e11a -C extra-filename=-9fe2862ecf31e11a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46552024-11-14T03:31:41.034Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
46562024-11-14T03:31:41.037Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64f17f096e8afe67 -C extra-filename=-64f17f096e8afe67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46572024-11-14T03:31:42.041Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46582024-11-14T03:31:42.044Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebe4e3dd6c045814 -C extra-filename=-ebe4e3dd6c045814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cd3996cfe271809d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
46592024-11-14T03:31:42.182Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
46602024-11-14T03:31:42.185Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38b140d56cbe85a0 -C extra-filename=-38b140d56cbe85a0 --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-5862d1e4cc3cd294.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46612024-11-14T03:31:43.177Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46622024-11-14T03:31:43.180Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc65b2f3440642f0 -C extra-filename=-cc65b2f3440642f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46632024-11-14T03:31:45.105Z Compiling cargo_toml v0.20.5
46642024-11-14T03:31:45.109Z Running `/home/build/.rustup/toolchains/1.81.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.5/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=bc6722e6ea98b983 -C extra-filename=-bc6722e6ea98b983 --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-1ac9fc4a930966d4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652024-11-14T03:31:45.130Z Compiling termios v0.3.3
46662024-11-14T03:31:45.130Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=550fd14e52bda4fa -C extra-filename=-550fd14e52bda4fa --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672024-11-14T03:31:45.423Z Compiling indoc v2.0.5
46682024-11-14T03:31:45.426Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d65c32a1e8d7443 -C extra-filename=-7d65c32a1e8d7443 --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`
46692024-11-14T03:31:45.426Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=007a53571ef0679b -C extra-filename=-007a53571ef0679b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0153ab8bbcdbd3db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46702024-11-14T03:31:46.584Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6dfb0df6d4e709f -C extra-filename=-e6dfb0df6d4e709f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-199ff00d8cd43517.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46712024-11-14T03:31:46.757Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=598f22511c6af234 -C extra-filename=-598f22511c6af234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0153ab8bbcdbd3db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46722024-11-14T03:31:48.023Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46732024-11-14T03:31:48.026Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d811a694c04d19b2 -C extra-filename=-d811a694c04d19b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-550fd14e52bda4fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8da6879dfc99bfca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46742024-11-14T03:31:49.142Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cc7402b6b27dd0a -C extra-filename=-3cc7402b6b27dd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ebe4e3dd6c045814.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cd3996cfe271809d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
46752024-11-14T03:31:52.361Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d2ff6f240f292db -C extra-filename=-6d2ff6f240f292db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-64f17f096e8afe67.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46762024-11-14T03:31:54.171Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46772024-11-14T03:31:54.173Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20f2b8d63e320e23 -C extra-filename=-20f2b8d63e320e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-bc6722e6ea98b983.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782024-11-14T03:31:54.616Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f371ad389319ec76 -C extra-filename=-f371ad389319ec76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-cc65b2f3440642f0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46792024-11-14T03:31:54.819Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=069600da0c063d60 -C extra-filename=-069600da0c063d60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4a5e89be918fb017.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
46802024-11-14T03:31:55.365Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d68ae67536831c1e -C extra-filename=-d68ae67536831c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4a5e89be918fb017.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
46812024-11-14T03:31:56.579Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d101069b83d95447 -C extra-filename=-d101069b83d95447 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4a5e89be918fb017.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
46822024-11-14T03:31:57.306Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03b3d0f066461471 -C extra-filename=-03b3d0f066461471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4a5e89be918fb017.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
46832024-11-14T03:31:57.551Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a911d07c68e3619 -C extra-filename=-6a911d07c68e3619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d8f7b1b51375db4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46842024-11-14T03:31:58.848Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1fa8a9ba07bf5ff -C extra-filename=-c1fa8a9ba07bf5ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7c6ef7f3c32be295.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46852024-11-14T03:31:59.265Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0ec4461a90832e2 -C extra-filename=-f0ec4461a90832e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46862024-11-14T03:32:01.638Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=877b74f134a443ea -C extra-filename=-877b74f134a443ea --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c158cf6783e6b4cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c59cb79626c91b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46872024-11-14T03:32:02.286Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc0bce10c66a1458 -C extra-filename=-cc0bce10c66a1458 --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c158cf6783e6b4cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c59cb79626c91b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46882024-11-14T03:32:03.349Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46892024-11-14T03:32:03.353Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b1ef9c57141a6ee -C extra-filename=-3b1ef9c57141a6ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46902024-11-14T03:32:05.974Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46912024-11-14T03:32:05.978Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=0a4cc7a246006775 -C extra-filename=-0a4cc7a246006775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
46922024-11-14T03:32:06.195Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46932024-11-14T03:32:06.198Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49ed5067afa9be44 -C extra-filename=-49ed5067afa9be44 --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-6961bb14eaa0b2c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46942024-11-14T03:32:08.050Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c1ad99c5e278b11 -C extra-filename=-7c1ad99c5e278b11 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46952024-11-14T03:32:08.743Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=349b6f772816822b -C extra-filename=-349b6f772816822b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ab9368409b755730.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46962024-11-14T03:32:11.038Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35902bda654ba706 -C extra-filename=-35902bda654ba706 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46972024-11-14T03:32:12.598Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=961c007b9633bd4f -C extra-filename=-961c007b9633bd4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1eefb7179c83f2b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-84c5775a93bf1cb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/usr/lib/amd64`
46982024-11-14T03:32:14.884Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b30970bc1cec3db3 -C extra-filename=-b30970bc1cec3db3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46992024-11-14T03:32:15.484Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=d211604679883f27 -C extra-filename=-d211604679883f27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-84c5775a93bf1cb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
47002024-11-14T03:32:16.453Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6e8c6b7b984c208 -C extra-filename=-b6e8c6b7b984c208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ad8afeaa7ef196e9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47012024-11-14T03:32:16.555Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=097fb112fb4bf10f -C extra-filename=-097fb112fb4bf10f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1eefb7179c83f2b6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ad8afeaa7ef196e9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47022024-11-14T03:32:19.400Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ac976382a974c2d -C extra-filename=-6ac976382a974c2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1eefb7179c83f2b6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ad8afeaa7ef196e9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47032024-11-14T03:32:19.523Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef19fde70cc00bcf -C extra-filename=-ef19fde70cc00bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e34a0125efc57f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47042024-11-14T03:32:24.776Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33fc5b9f3929d9f8 -C extra-filename=-33fc5b9f3929d9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e34a0125efc57f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47052024-11-14T03:32:25.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=beea34dd4326a4f8 -C extra-filename=-beea34dd4326a4f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e34a0125efc57f6d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47062024-11-14T03:32:28.621Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15ed54b7ccb351f5 -C extra-filename=-15ed54b7ccb351f5 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2faf983a7efb397a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c9d36ebbb6724309.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ba8c6c4d419db3eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47072024-11-14T03:32:28.888Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=206b47fac546d707 -C extra-filename=-206b47fac546d707 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2faf983a7efb397a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c9d36ebbb6724309.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ba8c6c4d419db3eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47082024-11-14T03:32:31.349Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7844ea8333b94bab -C extra-filename=-7844ea8333b94bab --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c9d36ebbb6724309.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ba8c6c4d419db3eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47092024-11-14T03:32:31.846Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efbbec3d47742c66 -C extra-filename=-efbbec3d47742c66 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2faf983a7efb397a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c9d36ebbb6724309.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ba8c6c4d419db3eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47102024-11-14T03:32:34.297Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea0fa85b94ecd260 -C extra-filename=-ea0fa85b94ecd260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47112024-11-14T03:32:36.358Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e02aa81ff4c9ff8c -C extra-filename=-e02aa81ff4c9ff8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1eefb7179c83f2b6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47122024-11-14T03:32:45.911Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9bd2862471005ab -C extra-filename=-f9bd2862471005ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47132024-11-14T03:32:46.555Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e47b71be3ffb470 -C extra-filename=-6e47b71be3ffb470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47142024-11-14T03:32:47.548Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01d965e72d597089 -C extra-filename=-01d965e72d597089 --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-6961bb14eaa0b2c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47152024-11-14T03:32:50.470Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a496ddd987c6458d -C extra-filename=-a496ddd987c6458d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47162024-11-14T03:32:51.034Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f3518480fe5bc33 -C extra-filename=-0f3518480fe5bc33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47172024-11-14T03:32:51.226Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb2af610f2114e93 -C extra-filename=-fb2af610f2114e93 --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-464acf4df0cb59ca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47182024-11-14T03:32:59.674Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=083a1045fcea5351 -C extra-filename=-083a1045fcea5351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47192024-11-14T03:32:59.774Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=285e237416ce5110 -C extra-filename=-285e237416ce5110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9fe2862ecf31e11a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47202024-11-14T03:33:01.899Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=2e7de5a00fde2d14 -C extra-filename=-2e7de5a00fde2d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47212024-11-14T03:33:02.699Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee5e8e2961247e3e -C extra-filename=-ee5e8e2961247e3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac6ead38fb06f13b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47222024-11-14T03:33:07.425Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=482e12d10fd669cc -C extra-filename=-482e12d10fd669cc --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47232024-11-14T03:33:14.124Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=d0151dd0cef33ab9 -C extra-filename=-d0151dd0cef33ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7aa6238a60e1af4e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-933fce0d83781154.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac6ead38fb06f13b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40c71cc26466f5b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b834122b119440d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47242024-11-14T03:33:16.660Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=521760d4fa1a12c6 -C extra-filename=-521760d4fa1a12c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-15d2aecbc67c8802.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40c71cc26466f5b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b834122b119440d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47252024-11-14T03:33:25.618Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da23fdf21413383b -C extra-filename=-da23fdf21413383b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-38b140d56cbe85a0.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47262024-11-14T03:33:42.973Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6bb94961de8b5a0 -C extra-filename=-f6bb94961de8b5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-db0c7283b0835568.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47272024-11-14T03:33:44.680Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d7364974dff86c0 -C extra-filename=-2d7364974dff86c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-db0c7283b0835568.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47282024-11-14T03:33:47.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0bc1eaa2f52270b -C extra-filename=-e0bc1eaa2f52270b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f699134a42fc4b9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47292024-11-14T03:33:54.401Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6b01f34eeb9d359 -C extra-filename=-e6b01f34eeb9d359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-82b5b975383b30ae.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f699134a42fc4b9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47302024-11-14T03:33:56.662Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbbff2bd5d31eb90 -C extra-filename=-cbbff2bd5d31eb90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-82b5b975383b30ae.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f699134a42fc4b9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47312024-11-14T03:33:57.349Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9fb60aab67b5b5b -C extra-filename=-e9fb60aab67b5b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-82b5b975383b30ae.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f699134a42fc4b9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47322024-11-14T03:33:59.659Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd62095bcbbf28ca -C extra-filename=-fd62095bcbbf28ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f699134a42fc4b9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47332024-11-14T03:34:03.482Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd9b27c0f5b0eb51 -C extra-filename=-fd9b27c0f5b0eb51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-438089010e5f95bc.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47342024-11-14T03:34:06.239Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f69531e5c69cc93 -C extra-filename=-7f69531e5c69cc93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-438089010e5f95bc.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47352024-11-14T03:34:08.314Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5bc22f78cae760b -C extra-filename=-b5bc22f78cae760b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-438089010e5f95bc.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47362024-11-14T03:34:10.583Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82c0f1e85a121d43 -C extra-filename=-82c0f1e85a121d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-438089010e5f95bc.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47372024-11-14T03:34:15.257Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=67aea2bc56bf98ff -C extra-filename=-67aea2bc56bf98ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9d8294672f8eb439.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47382024-11-14T03:34:17.775Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6239f097c317b203 -C extra-filename=-6239f097c317b203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47392024-11-14T03:34:18.326Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3d0785524f544ed1 -C extra-filename=-3d0785524f544ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9d8294672f8eb439.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47402024-11-14T03:34:22.083Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5306ee0586796865 -C extra-filename=-5306ee0586796865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9d8294672f8eb439.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47412024-11-14T03:34:25.109Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8b3277c20eb06b0a -C extra-filename=-8b3277c20eb06b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47422024-11-14T03:34:25.680Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=bbf2bb8b5438d7bc -C extra-filename=-bbf2bb8b5438d7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47432024-11-14T03:34:27.113Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b3b46c5c5d7b09c7 -C extra-filename=-b3b46c5c5d7b09c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9d8294672f8eb439.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47442024-11-14T03:34:30.330Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4fb44d6ac4c5010 -C extra-filename=-a4fb44d6ac4c5010 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
47452024-11-14T03:34:40.873Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ced2de86ab836efc -C extra-filename=-ced2de86ab836efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-82b5b975383b30ae.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47462024-11-14T03:34:43.369Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47472024-11-14T03:34:43.372Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a1f34d24a6e260e -C extra-filename=-1a1f34d24a6e260e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-82b5b975383b30ae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47482024-11-14T03:34:45.776Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7e50bb187721c0b0 -C extra-filename=-7e50bb187721c0b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9d8294672f8eb439.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47492024-11-14T03:35:07.226Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c16b410f89c22a89 -C extra-filename=-c16b410f89c22a89 --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-391bcd1bef4ee753.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47502024-11-14T03:35:13.035Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e9e62d01bd815d6 -C extra-filename=-0e9e62d01bd815d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47512024-11-14T03:35:24.447Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=377bf061b7c41111 -C extra-filename=-377bf061b7c41111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47522024-11-14T03:35:28.356Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72e3d7ff8e7f05a2 -C extra-filename=-72e3d7ff8e7f05a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b5dfc8d043b4f16.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47532024-11-14T03:35:31.148Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f8e56f020abbf65 -C extra-filename=-4f8e56f020abbf65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b5dfc8d043b4f16.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47542024-11-14T03:35:31.237Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfb201fd118cba96 -C extra-filename=-dfb201fd118cba96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b5dfc8d043b4f16.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47552024-11-14T03:35:32.463Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a02c607a6042f994 -C extra-filename=-a02c607a6042f994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b5dfc8d043b4f16.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47562024-11-14T03:35:33.355Z Running `/home/build/.rustup/toolchains/1.81.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="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f287897c76aae2dd -C extra-filename=-f287897c76aae2dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47572024-11-14T03:35:44.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_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 --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=baa1e13be277e7f2 -C extra-filename=-baa1e13be277e7f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47582024-11-14T03:35:44.696Z Running `/home/build/.rustup/toolchains/1.81.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="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a4a5a21cd6d4147b -C extra-filename=-a4a5a21cd6d4147b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47592024-11-14T03:35:47.739Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f3f73b47027965a -C extra-filename=-9f3f73b47027965a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47602024-11-14T03:35:49.582Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a625ee465ff0ca1d -C extra-filename=-a625ee465ff0ca1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47612024-11-14T03:35:51.724Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af8b3d2a542e8776 -C extra-filename=-af8b3d2a542e8776 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47622024-11-14T03:36:00.599Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aaca50f6c4409431 -C extra-filename=-aaca50f6c4409431 --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-07ebaf0eb0f1113e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47632024-11-14T03:36:03.956Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47642024-11-14T03:36:03.959Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=538594d8997fda9a -C extra-filename=-538594d8997fda9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cd3996cfe271809d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out`
47652024-11-14T03:36:06.429Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb63a5286d1c3a19 -C extra-filename=-fb63a5286d1c3a19 --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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47662024-11-14T03:36:07.971Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ed605ead4729f6b -C extra-filename=-3ed605ead4729f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f4772e3430775809.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8da6879dfc99bfca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47672024-11-14T03:36:09.354Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a16bc84604ce8b6 -C extra-filename=-5a16bc84604ce8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f4772e3430775809.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8da6879dfc99bfca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47682024-11-14T03:36:11.053Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47692024-11-14T03:36:11.057Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac60e03725701a73 -C extra-filename=-ac60e03725701a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47702024-11-14T03:36:13.957Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=596de3619afd6432 -C extra-filename=-596de3619afd6432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f4772e3430775809.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8da6879dfc99bfca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47712024-11-14T03:36:18.459Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c935ab378252a0d9 -C extra-filename=-c935ab378252a0d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f4772e3430775809.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8da6879dfc99bfca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47722024-11-14T03:36:37.090Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1abf95380ec63978 -C extra-filename=-1abf95380ec63978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47732024-11-14T03:36:38.640Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=119d667c6dd8a611 -C extra-filename=-119d667c6dd8a611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47742024-11-14T03:36:46.444Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8b497048263d7d4 -C extra-filename=-b8b497048263d7d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47752024-11-14T03:36:46.920Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=128fbf18fcfe0358 -C extra-filename=-128fbf18fcfe0358 --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-07ebaf0eb0f1113e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47762024-11-14T03:36:51.112Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b00c71a62fa7446 -C extra-filename=-0b00c71a62fa7446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47772024-11-14T03:36:55.386Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08f50e6542df7c43 -C extra-filename=-08f50e6542df7c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47782024-11-14T03:36:59.392Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b73cf4529b540d40 -C extra-filename=-b73cf4529b540d40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47792024-11-14T03:36:59.477Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe0fd5f3689bcc72 -C extra-filename=-fe0fd5f3689bcc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47802024-11-14T03:37:00.275Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b459a654ba0b34d -C extra-filename=-6b459a654ba0b34d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47812024-11-14T03:37:09.646Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51c160fa67368153 -C extra-filename=-51c160fa67368153 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47822024-11-14T03:37:12.029Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebb0f8b7e823d313 -C extra-filename=-ebb0f8b7e823d313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47832024-11-14T03:37:17.218Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ed75d6119888169 -C extra-filename=-0ed75d6119888169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47842024-11-14T03:37:19.577Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c39ee051358041b -C extra-filename=-5c39ee051358041b --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-ab9368409b755730.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47852024-11-14T03:37:20.387Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff5ea4c7b5f0ac24 -C extra-filename=-ff5ea4c7b5f0ac24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47862024-11-14T03:37:21.408Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cb3ac8f12cb04b9 -C extra-filename=-6cb3ac8f12cb04b9 --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47872024-11-14T03:37:22.071Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a166a180449e395a -C extra-filename=-a166a180449e395a --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-19e5985bb94b6ed1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47882024-11-14T03:37:25.828Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d7d631f55bfef95 -C extra-filename=-2d7d631f55bfef95 --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47892024-11-14T03:37:34.874Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c62ba60cd024276 -C extra-filename=-1c62ba60cd024276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ea95fefb52b49138.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47902024-11-14T03:37:46.896Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd4bb4f73b932c9f -C extra-filename=-fd4bb4f73b932c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47912024-11-14T03:37:47.664Z Running `/home/build/.rustup/toolchains/1.81.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 --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="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=dfec081daeef0b02 -C extra-filename=-dfec081daeef0b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47922024-11-14T03:37:49.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c92dd39ced0df193 -C extra-filename=-c92dd39ced0df193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47932024-11-14T03:37:52.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abd6865557784bd1 -C extra-filename=-abd6865557784bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47942024-11-14T03:37:54.121Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=871fc0cb9e28dc6e -C extra-filename=-871fc0cb9e28dc6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cd3996cfe271809d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
47952024-11-14T03:37:56.739Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=581c3e9acd391611 -C extra-filename=-581c3e9acd391611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
47962024-11-14T03:38:01.831Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9182cd4d2872d3f9 -C extra-filename=-9182cd4d2872d3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7aa6238a60e1af4e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47972024-11-14T03:38:04.018Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4df5a53e3ea2635 -C extra-filename=-e4df5a53e3ea2635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47982024-11-14T03:38:05.104Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eeb26a88a2e2c726 -C extra-filename=-eeb26a88a2e2c726 --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47992024-11-14T03:38:07.081Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcce289fd1230d72 -C extra-filename=-bcce289fd1230d72 --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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48002024-11-14T03:38:09.317Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=924167974fdef331 -C extra-filename=-924167974fdef331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48012024-11-14T03:38:11.722Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=127ae69f5b241464 -C extra-filename=-127ae69f5b241464 --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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48022024-11-14T03:38:14.641Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=084284e8b0f2e09a -C extra-filename=-084284e8b0f2e09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48032024-11-14T03:38:16.842Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4aef33a52e1fc2e1 -C extra-filename=-4aef33a52e1fc2e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
48042024-11-14T03:38:23.745Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3161dd2eaa3367b -C extra-filename=-c3161dd2eaa3367b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48052024-11-14T03:38:34.331Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2192976e1fec1f1 -C extra-filename=-d2192976e1fec1f1 --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-c9109bee4bafecac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48062024-11-14T03:38:36.689Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45be3ecd40265169 -C extra-filename=-45be3ecd40265169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48072024-11-14T03:38:39.029Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9eb22493dc866891 -C extra-filename=-9eb22493dc866891 --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-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48082024-11-14T03:38:39.986Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98d1a540f4584a9a -C extra-filename=-98d1a540f4584a9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48092024-11-14T03:38:40.562Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3acf1bde5df662fa -C extra-filename=-3acf1bde5df662fa --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-83837524e0aa0f08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48102024-11-14T03:38:43.946Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99fe53323e5bd996 -C extra-filename=-99fe53323e5bd996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ee1ab4c70d850ef9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
48112024-11-14T03:38:45.749Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2e9ca969cdacb9b -C extra-filename=-c2e9ca969cdacb9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ab9368409b755730.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48122024-11-14T03:38:54.551Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ed77e6dc0828cb4 -C extra-filename=-0ed77e6dc0828cb4 --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-e51d617b97371a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48132024-11-14T03:38:56.652Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14a5520e7db75055 -C extra-filename=-14a5520e7db75055 --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-e51d617b97371a34.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48142024-11-14T03:38:57.904Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=908808c348b2beac -C extra-filename=-908808c348b2beac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48152024-11-14T03:39:05.924Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=653ac6775ca5a3b7 -C extra-filename=-653ac6775ca5a3b7 --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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48162024-11-14T03:39:06.228Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2137b235119dfbb -C extra-filename=-e2137b235119dfbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4e8fca0650e73767.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-03218114f809ecd0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48172024-11-14T03:39:08.363Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92813a54ce05e694 -C extra-filename=-92813a54ce05e694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48182024-11-14T03:39:14.715Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b3fa2e4e905bf86 -C extra-filename=-4b3fa2e4e905bf86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48192024-11-14T03:39:16.472Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a721e729140dc772 -C extra-filename=-a721e729140dc772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48202024-11-14T03:39:17.932Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04d6f1b3e23a9335 -C extra-filename=-04d6f1b3e23a9335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48212024-11-14T03:39:20.053Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f878d4ffb11c90e -C extra-filename=-5f878d4ffb11c90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48222024-11-14T03:39:22.109Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=698526ed295c7c46 -C extra-filename=-698526ed295c7c46 --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-5862d1e4cc3cd294.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-75a79fb8456a8704.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-064adf5203ed7891.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48232024-11-14T03:39:22.317Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5160a64010bcdfc3 -C extra-filename=-5160a64010bcdfc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48242024-11-14T03:39:22.716Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb0b57e9656c2314 -C extra-filename=-cb0b57e9656c2314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4e8fca0650e73767.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48252024-11-14T03:39:24.036Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7192911223ee2f13 -C extra-filename=-7192911223ee2f13 --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-9798e8e7609cdab8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48262024-11-14T03:39:25.017Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65fffc8afc8e459e -C extra-filename=-65fffc8afc8e459e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48272024-11-14T03:39:25.937Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
48282024-11-14T03:39:25.940Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ef5d56b4ffd41ac -C extra-filename=-9ef5d56b4ffd41ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48292024-11-14T03:39:26.962Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e689663e417df693 -C extra-filename=-e689663e417df693 --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48302024-11-14T03:39:28.963Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e07443cca654fba -C extra-filename=-5e07443cca654fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48312024-11-14T03:39:30.108Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55d99ab442a799a0 -C extra-filename=-55d99ab442a799a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48322024-11-14T03:39:36.398Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fc3c8d42c316df0 -C extra-filename=-3fc3c8d42c316df0 --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48332024-11-14T03:39:38.262Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=114a323c877acc19 -C extra-filename=-114a323c877acc19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-872c3cbac2363e18.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48342024-11-14T03:39:38.871Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48352024-11-14T03:39:38.874Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81f43d1d7365fa91 -C extra-filename=-81f43d1d7365fa91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48362024-11-14T03:39:40.855Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4109aeb19fc8bb8 -C extra-filename=-b4109aeb19fc8bb8 --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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48372024-11-14T03:39:41.202Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c35d3e95f393a8aa -C extra-filename=-c35d3e95f393a8aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48382024-11-14T03:39:41.910Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6114c7f237361650 -C extra-filename=-6114c7f237361650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48392024-11-14T03:39:42.651Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fcde6524ec4733ee -C extra-filename=-fcde6524ec4733ee --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-8ef5bdd1082f9c36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48402024-11-14T03:39:42.732Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cf7ba8ffb7fadba -C extra-filename=-3cf7ba8ffb7fadba --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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48412024-11-14T03:39:43.318Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=f2a04e66684fcb9d -C extra-filename=-f2a04e66684fcb9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-872c3cbac2363e18.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48422024-11-14T03:39:43.795Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b501d691520681ec -C extra-filename=-b501d691520681ec --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48432024-11-14T03:39:44.695Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=56af1890058027b7 -C extra-filename=-56af1890058027b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1777f1267e6ac8f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-08273e721e34c7e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9a67c140f1de48f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5aa5780047ab238b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
48442024-11-14T03:39:44.996Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c68d3871884541f1 -C extra-filename=-c68d3871884541f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48452024-11-14T03:39:46.297Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=761c55524d32106b -C extra-filename=-761c55524d32106b --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-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48462024-11-14T03:39:48.699Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=916626dde6274613 -C extra-filename=-916626dde6274613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48472024-11-14T03:39:52.690Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a27273e48f26a1ed -C extra-filename=-a27273e48f26a1ed --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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fc17366cfcdb24bd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48482024-11-14T03:39:56.359Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=87a08a5ae667067d -C extra-filename=-87a08a5ae667067d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-872c3cbac2363e18.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48492024-11-14T03:40:02.129Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=370ade6eb2e930c7 -C extra-filename=-370ade6eb2e930c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48502024-11-14T03:40:02.194Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=877c55704b4dfe62 -C extra-filename=-877c55704b4dfe62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48512024-11-14T03:40:04.718Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a94e5a371511a12 -C extra-filename=-3a94e5a371511a12 --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-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48522024-11-14T03:40:06.779Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48532024-11-14T03:40:06.782Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b025fd191319d6b -C extra-filename=-8b025fd191319d6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48542024-11-14T03:40:06.912Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d7c02930d0ead59 -C extra-filename=-5d7c02930d0ead59 --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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48552024-11-14T03:40:07.320Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53a909fd4a80879a -C extra-filename=-53a909fd4a80879a --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48562024-11-14T03:40:09.568Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f870c30e75b8506 -C extra-filename=-1f870c30e75b8506 --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-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-455ea6584ac04869.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48572024-11-14T03:40:13.347Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c0dd0da04c0458 -C extra-filename=-47c0dd0da04c0458 --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-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-455ea6584ac04869.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48582024-11-14T03:40:18.831Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bf099826414c00d -C extra-filename=-1bf099826414c00d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5aa5780047ab238b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48592024-11-14T03:40:19.644Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=3eb3b9e80e966aac -C extra-filename=-3eb3b9e80e966aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3cad2a9c7c940aab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48602024-11-14T03:40:20.041Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5d811f3d0e7ca7c -C extra-filename=-c5d811f3d0e7ca7c --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-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48612024-11-14T03:40:20.136Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff091fdb602a8bfa -C extra-filename=-ff091fdb602a8bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48622024-11-14T03:40:20.545Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ceed94729d287482 -C extra-filename=-ceed94729d287482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48632024-11-14T03:40:21.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=216d243322a363af -C extra-filename=-216d243322a363af --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-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48642024-11-14T03:40:21.434Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3f40d17accb5d34 -C extra-filename=-b3f40d17accb5d34 --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48652024-11-14T03:40:22.695Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c10a0c19396a8dfb -C extra-filename=-c10a0c19396a8dfb --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-5862d1e4cc3cd294.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48662024-11-14T03:40:23.397Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6adb2f79330e712f -C extra-filename=-6adb2f79330e712f --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-5862d1e4cc3cd294.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48672024-11-14T03:40:23.667Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2e648b42cbbdadc -C extra-filename=-b2e648b42cbbdadc --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-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48682024-11-14T03:40:23.852Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=997d710eb4d0e2db -C extra-filename=-997d710eb4d0e2db --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-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48692024-11-14T03:40:24.261Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e9d0c04c5bee310 -C extra-filename=-5e9d0c04c5bee310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48702024-11-14T03:40:24.765Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a33cd0ef4ae6cf73 -C extra-filename=-a33cd0ef4ae6cf73 --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-07ebaf0eb0f1113e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48712024-11-14T03:40:24.826Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae32db2b85cd4fe -C extra-filename=-1ae32db2b85cd4fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48722024-11-14T03:40:25.533Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba3a833f95d55121 -C extra-filename=-ba3a833f95d55121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48732024-11-14T03:40:26.595Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9992e885425de10a -C extra-filename=-9992e885425de10a --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-5862d1e4cc3cd294.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48742024-11-14T03:40:27.106Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9a0f703de1aa1e5 -C extra-filename=-d9a0f703de1aa1e5 --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-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d767648c83cb8abe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11e1870370bff440.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3daf550dc8d29bb8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cfd47e4af8ce8015.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d0c6aa073bfe7fb2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fc94331f3242735a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad44f387882ee09e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-27cb6e30adf30b5f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48752024-11-14T03:40:27.363Z Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=0c19a78c36acd412 -C extra-filename=-0c19a78c36acd412 --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-ab9368409b755730.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48762024-11-14T03:41:34.676Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48b4e2cdda7e4ff5 -C extra-filename=-48b4e2cdda7e4ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48772024-11-14T03:41:34.677Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d183341e2bd90c0 -C extra-filename=-1d183341e2bd90c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48782024-11-14T03:41:34.682Z Running `/home/build/.rustup/toolchains/1.81.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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebfe4cf8ca8b52c5 -C extra-filename=-ebfe4cf8ca8b52c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48792024-11-14T03:41:34.714Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64fbf6ac5667d8be -C extra-filename=-64fbf6ac5667d8be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ab9368409b755730.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48802024-11-14T03:41:34.718Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93c1d34601d9c74c -C extra-filename=-93c1d34601d9c74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac6ead38fb06f13b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48812024-11-14T03:41:37.942Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96b00876cae82bd7 -C extra-filename=-96b00876cae82bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48822024-11-14T03:41:39.674Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4436162d4cb54315 -C extra-filename=-4436162d4cb54315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48832024-11-14T03:41:52.772Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d62d3f604227059d -C extra-filename=-d62d3f604227059d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac6ead38fb06f13b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48842024-11-14T03:41:57.777Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8d85c77eb450958 -C extra-filename=-d8d85c77eb450958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48852024-11-14T03:41:58.999Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3be5bd1c7b2ba51 -C extra-filename=-b3be5bd1c7b2ba51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-db0c7283b0835568.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48862024-11-14T03:42:01.120Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fa7b43a464993e4 -C extra-filename=-4fa7b43a464993e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-db0c7283b0835568.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/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/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48872024-11-14T03:42:04.284Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a8245ec0b1809f3 -C extra-filename=-6a8245ec0b1809f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac6ead38fb06f13b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48882024-11-14T03:42:15.008Z Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3646852723bda18a -C extra-filename=-3646852723bda18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48892024-11-14T04:17:30.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52m 31s
48902024-11-14T04:17:51.212Z
48912024-11-14T04:17:51.218Zreal 52:53.698905713
48922024-11-14T04:17:51.218Zuser 1:59:10.395763758
48932024-11-14T04:17:51.218Zsys 27:54.869786695
48942024-11-14T04:17:51.218Ztrap 10.672070844
48952024-11-14T04:17:51.218Ztflt 13.451366166
48962024-11-14T04:17:51.218Zdflt 3:20:04.291157907
48972024-11-14T04:17:51.218Zkflt 2.010065399
48982024-11-14T04:17:51.218Zlock 9:57:21.824746530
48992024-11-14T04:17:51.218Zslp 30:53:05.657636158
49002024-11-14T04:17:51.218Zlat 11:07.876371591
49012024-11-14T04:17:51.219Zstop 9:40.628632372
49022024-11-14T04:17:52.231Z+ banner test
49032024-11-14T04:17:52.292Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
49042024-11-14T04:17:53.198Z
49052024-11-14T04:17:53.198Z ##### ###### #### #####
49062024-11-14T04:17:53.198Z # # # #
49072024-11-14T04:17:53.199Z # ##### #### #
49082024-11-14T04:17:53.199Z # # # #
49092024-11-14T04:17:53.199Z # # # # #
49102024-11-14T04:17:53.199Z # ###### #### #
49112024-11-14T04:17:53.199Z
49122024-11-14T04:17:56.555Zinfo: experimental features enabled: setup-scripts
49132024-11-14T04:17:58.191Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
49142024-11-14T04:17:58.352Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
49152024-11-14T04:17:58.376Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
49162024-11-14T04:17:58.399Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
49172024-11-14T04:18:12.252Z Finished `test` profile [unoptimized + debuginfo] target(s) in 15.65s
49182024-11-14T04:18:18.825Z------------
49192024-11-14T04:18:18.825Z Nextest run ID 94077971-eae1-4ba5-9f0a-31e71939af70 with nextest profile: ci
49202024-11-14T04:18:18.827Z Starting 1700 tests across 173 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
49212024-11-14T04:18:18.831Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
49222024-11-14T04:18:19.624Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49232024-11-14T04:18:22.483Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49242024-11-14T04:18:24.540Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49252024-11-14T04:18:30.833Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.93s
49262024-11-14T04:18:30.969Z Running `target/debug/crdb-seed`
49272024-11-14T04:18:31.010ZNov 14 04:18:29.808 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpJzF4It
49282024-11-14T04:18:31.013ZNov 14 04:18:29.809 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpJKZpTr,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpJzF4It/listen-url
49292024-11-14T04:18:31.013ZNov 14 04:18:29.809 INFO cockroach environment: BUILDOMAT_JOB_ID=01JCMAPGCQNYRWQ4PJ8EBT0B0H BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.81.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= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=iliana/relock GITHUB_REF=refs/heads/iliana/relock GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=77a407bfb80c6d17b7675a17ecabd4f2f145e731 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/aws-lc-sys-f678d5619e771335/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env54w0Du NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=94077971-eae1-4ba5-9f0a-31e71939af70 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=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.81.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
49302024-11-14T04:18:32.575ZNov 14 04:18:31.374 INFO cockroach pid: 9181
49312024-11-14T04:18:32.575ZNov 14 04:18:31.374 INFO cockroach listen URL: postgresql://root@[::1]:36225/omicron?sslmode=disable
49322024-11-14T04:18:32.575ZNov 14 04:18:31.374 INFO cockroach: populating
49332024-11-14T04:18:35.200ZNov 14 04:18:33.999 INFO cockroach: populated
49342024-11-14T04:18:37.334ZNov 14 04:18:36.132 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/01bc54cd6557f78626486ef45eaa015c5c96a6700d7760418aa2aaba8e57ab25.tar`
49352024-11-14T04:18:37.338Z SETUP PASS [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
49362024-11-14T04:18:37.346Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
49372024-11-14T04:18:38.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
49382024-11-14T04:18:38.158Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49392024-11-14T04:18:38.158Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49402024-11-14T04:18:38.158Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
49412024-11-14T04:18:38.158Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49422024-11-14T04:18:40.410Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49432024-11-14T04:18:44.255Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
49442024-11-14T04:18:49.051Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49452024-11-14T04:18:55.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.46s
49462024-11-14T04:18:56.011Z Running `target/debug/clickhouse-cluster-dev`
49472024-11-14T04:18:56.050ZNov 14 04:18:54.847 INFO Setting up a ClickHouse cluster
49482024-11-14T04:18:56.053ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
49492024-11-14T04:18:56.061ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
49502024-11-14T04:18:56.063ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
49512024-11-14T04:18:56.065ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
49522024-11-14T04:18:56.067ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
49532024-11-14T04:18:59.055ZNov 14 04:18:57.850 INFO Clickhouse server ready: http://[::1]:29301
49542024-11-14T04:18:59.328ZNov 14 04:18:58.124 INFO Clickhouse server ready: http://[::1]:29302
49552024-11-14T04:18:59.911ZNov 14 04:18:58.706 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
49562024-11-14T04:18:59.921Z SETUP PASS [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
49572024-11-14T04:18:59.966Z PASS [ 0.034s] api_identity test::test_identity
49582024-11-14T04:18:59.969Z PASS [ 0.029s] api_identity test::test_identity_no_field
49592024-11-14T04:18:59.978Z PASS [ 0.037s] bootstore schemes::tests::hello_roundtrip
49602024-11-14T04:18:59.998Z PASS [ 0.022s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
49612024-11-14T04:18:59.998Z PASS [ 0.047s] authz-macros tests::test_authz_snapshots
49622024-11-14T04:18:59.998Z PASS [ 0.032s] bootstore schemes::v0::share_pkg::tests::create_packages
49632024-11-14T04:18:59.998Z PASS [ 0.026s] bootstore trust_quorum::rack_secret::tests::create_and_verify
49642024-11-14T04:19:00.048Z PASS [ 0.099s] bootstore schemes::v0::peer::tests::network_config
49652024-11-14T04:19:00.054Z PASS [ 0.056s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
49662024-11-14T04:19:00.067Z PASS [ 0.078s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
49672024-11-14T04:19:00.073Z PASS [ 0.026s] clickhouse-admin-types tests::test_empty_output_parse_fail
49682024-11-14T04:19:00.084Z PASS [ 0.086s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
49692024-11-14T04:19:00.084Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
49702024-11-14T04:19:00.092Z PASS [ 0.026s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
49712024-11-14T04:19:00.103Z PASS [ 0.025s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
49722024-11-14T04:19:00.103Z PASS [ 0.019s] clickhouse-admin-types tests::test_full_lgif_parse_success
49732024-11-14T04:19:00.108Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_raft_config_parse_success
49742024-11-14T04:19:00.125Z PASS [ 0.020s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
49752024-11-14T04:19:00.140Z PASS [ 0.038s] clickhouse-admin-types tests::test_generate_keeper_config
49762024-11-14T04:19:00.140Z PASS [ 0.033s] clickhouse-admin-types tests::test_generate_replica_config
49772024-11-14T04:19:00.140Z PASS [ 0.022s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
49782024-11-14T04:19:00.147Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
49792024-11-14T04:19:00.153Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
49802024-11-14T04:19:00.157Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
49812024-11-14T04:19:00.165Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
49822024-11-14T04:19:00.168Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
49832024-11-14T04:19:00.173Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
49842024-11-14T04:19:00.179Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
49852024-11-14T04:19:00.185Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
49862024-11-14T04:19:00.241Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
49872024-11-14T04:19:00.241Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
49882024-11-14T04:19:00.241Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
49892024-11-14T04:19:00.241Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
49902024-11-14T04:19:00.241Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
49912024-11-14T04:19:00.241Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
49922024-11-14T04:19:00.243Z PASS [ 0.236s] cert-dev::test-cert-dev test_cert_create
49932024-11-14T04:19:00.243Z PASS [ 0.024s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
49942024-11-14T04:19:00.243Z PASS [ 0.029s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
49952024-11-14T04:19:00.243Z PASS [ 0.027s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
49962024-11-14T04:19:00.259Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
49972024-11-14T04:19:00.269Z PASS [ 0.034s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
49982024-11-14T04:19:00.270Z PASS [ 0.029s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
49992024-11-14T04:19:00.275Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
50002024-11-14T04:19:00.280Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
50012024-11-14T04:19:00.319Z PASS [ 0.086s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
50022024-11-14T04:19:00.319Z PASS [ 0.092s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
50032024-11-14T04:19:00.405Z PASS [ 0.086s] db-macros lookup::test::test_lookup_snapshots
50042024-11-14T04:19:00.422Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_for_enums
50052024-11-14T04:19:00.439Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
50062024-11-14T04:19:00.456Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
50072024-11-14T04:19:00.471Z PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
50082024-11-14T04:19:00.486Z PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
50092024-11-14T04:19:00.507Z PASS [ 0.022s] db-macros tests::test_derive_snapshots
50102024-11-14T04:19:00.523Z PASS [ 0.015s] db-macros tests::test_derive_with_unknown_field
50112024-11-14T04:19:00.667Z PASS [ 0.382s] db-dev::test-db-dev test_db_dev_wipe_no_args
50122024-11-14T04:19:00.667Z PASS [ 0.387s] db-dev::test-db-dev test_db_dev_populate_no_args
50132024-11-14T04:19:00.802Z PASS [ 0.140s] dns-server storage::test::test_update_in_progress
50142024-11-14T04:19:00.808Z PASS [ 0.142s] dns-server storage::test::test_update_interrupted
50152024-11-14T04:19:00.814Z PASS [ 0.292s] dns-server storage::test::test_update_basic
50162024-11-14T04:19:01.044Z PASS [ 1.099s] bootstore schemes::v0::peer::tests::basic_3_nodes
50172024-11-14T04:19:01.350Z PASS [ 0.519s] dns-server::basic_test aaaa_crud
50182024-11-14T04:19:01.350Z PASS [ 0.512s] dns-server::basic_test answers_match_question
50192024-11-14T04:19:01.350Z PASS [ 0.528s] dns-server::basic_test a_crud
50202024-11-14T04:19:01.350Z PASS [ 0.283s] dns-server::basic_test empty_record
50212024-11-14T04:19:01.577Z PASS [ 0.248s] dns-server::basic_test multi_record_crud
50222024-11-14T04:19:01.584Z PASS [ 0.248s] dns-server::basic_test name_contains_zone
50232024-11-14T04:19:01.632Z PASS [ 0.282s] dns-server::basic_test nxdomain
50242024-11-14T04:19:01.645Z PASS [ 0.294s] dns-server::basic_test servfail
50252024-11-14T04:19:01.686Z PASS [ 0.042s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
50262024-11-14T04:19:01.695Z PASS [ 0.069s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
50272024-11-14T04:19:01.775Z PASS [ 0.087s] illumos-utils destructor::test::test_delayed_delete
50282024-11-14T04:19:01.801Z PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close
50292024-11-14T04:19:01.815Z PASS [ 0.239s] dns-server::basic_test srv_crud
50302024-11-14T04:19:01.826Z PASS [ 0.026s] illumos-utils link::test::test_allocate
50312024-11-14T04:19:01.840Z PASS [ 0.023s] illumos-utils link::test::test_allocate_within_scopes
50322024-11-14T04:19:01.849Z PASS [ 0.022s] illumos-utils running_zone::tests::test_is_oxide_smf_service
50332024-11-14T04:19:01.869Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_avail
50342024-11-14T04:19:01.875Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_quota
50352024-11-14T04:19:01.894Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_reservation
50362024-11-14T04:19:01.903Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_usage
50372024-11-14T04:19:01.923Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_uuid
50382024-11-14T04:19:01.930Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_missing_fields
50392024-11-14T04:19:01.947Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_props
50402024-11-14T04:19:01.954Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_props_with_optionals
50412024-11-14T04:19:01.977Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
50422024-11-14T04:19:01.984Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool
50432024-11-14T04:19:02.004Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool_missing_column
50442024-11-14T04:19:02.569Z PASS [ 2.598s] bootstore::v0-fsm-proptest-learner run
50452024-11-14T04:19:02.749Z PASS [ 0.180s] installinator-common block_size_writer::tests::proptest_block_writer
50462024-11-14T04:19:02.758Z PASS [ 1.062s] illumos-utils destructor::test::test_delayed_delete_with_error
50472024-11-14T04:19:03.472Z PASS [ 1.467s] installinator write::tests::proptest_write_artifact
50482024-11-14T04:19:03.735Z PASS [ 0.262s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
50492024-11-14T04:19:03.743Z PASS [ 0.986s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
50502024-11-14T04:19:03.760Z PASS [ 1.012s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
50512024-11-14T04:19:04.204Z PASS [ 0.441s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
50522024-11-14T04:19:04.292Z PASS [ 0.548s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
50532024-11-14T04:19:04.313Z PASS [ 0.579s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
50542024-11-14T04:19:04.335Z PASS [ 0.043s] internal-dns-types config::test::display_hosts
50552024-11-14T04:19:04.346Z PASS [ 0.031s] internal-dns-types config::test::display_srv_service
50562024-11-14T04:19:04.386Z PASS [ 0.050s] internal-dns-types config::test::test_builder_errors
50572024-11-14T04:19:04.423Z PASS [ 0.078s] internal-dns-types config::test::test_builder_output
50582024-11-14T04:19:04.433Z PASS [ 0.047s] internal-dns-types diff::test::diff_different
50592024-11-14T04:19:04.464Z PASS [ 0.028s] internal-dns-types diff::test::diff_equivalent
50602024-11-14T04:19:04.472Z PASS [ 0.039s] internal-dns-types diff::test::diff_invalid
50612024-11-14T04:19:04.485Z PASS [ 0.279s] internal-dns-resolver resolver::test::update_record
50622024-11-14T04:19:04.510Z PASS [ 0.052s] ipcc tests::deserialize_fixed_value
50632024-11-14T04:19:04.527Z PASS [ 0.054s] ipcc tests::installinator_image_id_round_trip
50642024-11-14T04:19:04.542Z PASS [ 0.055s] ipcc tests::serialized_size
50652024-11-14T04:19:04.732Z PASS [ 0.217s] key-manager tests::different_disks_produce_different_keys
50662024-11-14T04:19:04.774Z PASS [ 0.216s] key-manager tests::different_ikm_produces_different_keys
50672024-11-14T04:19:04.774Z PASS [ 0.205s] key-manager tests::disk_encryption_key_epoch_0
50682024-11-14T04:19:04.790Z PASS [ 0.064s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
50692024-11-14T04:19:04.801Z PASS [ 4.820s] bootstore::v0-fsm-proptest-rack-coordinator run
50702024-11-14T04:19:04.950Z PASS [ 0.153s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
50712024-11-14T04:19:04.978Z PASS [ 0.158s] nexus-auth authn::external::session_cookie::test::test_get_token
50722024-11-14T04:19:05.058Z PASS [ 0.051s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
50732024-11-14T04:19:05.061Z PASS [ 0.223s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
50742024-11-14T04:19:05.061Z PASS [ 0.247s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
50752024-11-14T04:19:05.131Z PASS [ 0.080s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
50762024-11-14T04:19:05.131Z PASS [ 0.109s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
50772024-11-14T04:19:05.133Z PASS [ 0.124s] nexus-auth authn::external::session_cookie::test::test_other_cookie
50782024-11-14T04:19:05.155Z PASS [ 0.098s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
50792024-11-14T04:19:05.155Z PASS [ 0.083s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
50802024-11-14T04:19:05.176Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value
50812024-11-14T04:19:05.186Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
50822024-11-14T04:19:05.218Z PASS [ 0.097s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
50832024-11-14T04:19:05.218Z PASS [ 3.609s] dns-server::commands_test test_dnsadm
50842024-11-14T04:19:05.240Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
50852024-11-14T04:19:05.240Z PASS [ 0.054s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
50862024-11-14T04:19:05.249Z PASS [ 0.098s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
50872024-11-14T04:19:05.277Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_make_header_value
50882024-11-14T04:19:05.278Z PASS [ 0.066s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
50892024-11-14T04:19:05.309Z PASS [ 0.051s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
50902024-11-14T04:19:05.309Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_token_header_missing
50912024-11-14T04:19:05.309Z PASS [ 0.080s] nexus-auth authn::external::test::test_authn_sequence
50922024-11-14T04:19:05.318Z PASS [ 0.058s] nexus-auth authn::external::token::test::test_token_header_valid
50932024-11-14T04:19:05.338Z PASS [ 0.060s] nexus-auth authn::test::test_internal_users
50942024-11-14T04:19:05.372Z PASS [ 0.076s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
50952024-11-14T04:19:05.412Z PASS [ 0.094s] nexus-auth context::test::test_child_context
50962024-11-14T04:19:05.429Z PASS [ 0.114s] nexus-auth context::test::test_background_context
50972024-11-14T04:19:05.429Z PASS [ 0.082s] nexus-auth context::test::test_test_context
50982024-11-14T04:19:05.429Z PASS [ 3.434s] installinator mock_peers::tests::proptest_fetch_artifact
50992024-11-14T04:19:05.434Z PASS [ 0.151s] nexus-auth authz::context::test::test_unregistered_resource
51002024-11-14T04:19:05.444Z PASS [ 0.020s] nexus-config nexus_config::test::test_config_nonexistent
51012024-11-14T04:19:05.458Z PASS [ 0.034s] nexus-config nexus_config::test::test_config_empty
51022024-11-14T04:19:05.458Z PASS [ 0.042s] nexus-config nexus_config::test::test_config_bad_toml
51032024-11-14T04:19:05.484Z PASS [ 0.046s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
51042024-11-14T04:19:05.498Z PASS [ 0.032s] nexus-config postgres_config::test::test_bad_url
51052024-11-14T04:19:05.498Z PASS [ 0.122s] nexus-config nexus_config::test::test_bad_authn_schemes
51062024-11-14T04:19:05.509Z PASS [ 0.074s] nexus-config nexus_config::test::test_deployment_config_schema
51072024-11-14T04:19:05.509Z PASS [ 0.052s] nexus-config nexus_config::test::test_valid
51082024-11-14T04:19:05.522Z PASS [ 0.034s] nexus-config postgres_config::test::test_example_url
51092024-11-14T04:19:05.522Z PASS [ 0.072s] nexus-config nexus_config::test::test_repo_configs_are_valid
51102024-11-14T04:19:05.535Z PASS [ 0.038s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
51112024-11-14T04:19:05.535Z PASS [ 0.025s] nexus-db-fixed-data test::test_allowlist_id_is_valid
51122024-11-14T04:19:05.549Z PASS [ 0.044s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
51132024-11-14T04:19:05.549Z PASS [ 0.032s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
51142024-11-14T04:19:05.556Z PASS [ 0.033s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
51152024-11-14T04:19:05.565Z PASS [ 0.047s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
51162024-11-14T04:19:05.572Z PASS [ 0.029s] nexus-db-model instance_state::tests::test_from_str_roundtrips
51172024-11-14T04:19:05.582Z PASS [ 0.053s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
51182024-11-14T04:19:05.595Z PASS [ 0.039s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
51192024-11-14T04:19:05.604Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_known_versions
51202024-11-14T04:19:05.617Z PASS [ 0.076s] nexus-db-model device_auth::test::test_generate_user_code
51212024-11-14T04:19:05.617Z PASS [ 0.063s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
51222024-11-14T04:19:05.629Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
51232024-11-14T04:19:05.629Z PASS [ 0.060s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
51242024-11-14T04:19:05.655Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
51252024-11-14T04:19:05.655Z PASS [ 0.025s] nexus-db-model schema_versions::test::test_verify
51262024-11-14T04:19:05.655Z PASS [ 0.042s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
51272024-11-14T04:19:05.673Z PASS [ 0.039s] nexus-db-model tests::test_ip_subnet_check_requestable_address
51282024-11-14T04:19:05.673Z PASS [ 0.033s] nexus-db-model tests::test_ipv6_net_random_subnet
51292024-11-14T04:19:05.673Z PASS [ 0.045s] nexus-db-model semver_version::test::test_to_from_sortable_string
51302024-11-14T04:19:05.688Z PASS [ 0.037s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
51312024-11-14T04:19:05.688Z PASS [ 0.023s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
51322024-11-14T04:19:05.688Z PASS [ 0.043s] nexus-db-model tests::test_roles_database_strings
51332024-11-14T04:19:05.694Z PASS [ 0.033s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
51342024-11-14T04:19:06.095Z PASS [ 5.812s] db-dev::test-db-dev test_db_killed
51352024-11-14T04:19:10.623Z PASS [ 4.939s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
51362024-11-14T04:19:10.716Z PASS [ 4.618s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
51372024-11-14T04:19:10.749Z PASS [ 5.071s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
51382024-11-14T04:19:11.131Z PASS [ 5.431s] nexus-db-queries db::collection_attach::test::test_attach_once
51392024-11-14T04:19:11.171Z PASS [ 5.500s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
51402024-11-14T04:19:11.180Z PASS [ 0.051s] nexus-db-queries db::collection_attach::test::test_verify_query
51412024-11-14T04:19:11.183Z PASS [ 5.501s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
51422024-11-14T04:19:11.279Z PASS [ 5.585s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
51432024-11-14T04:19:15.051Z PASS [ 4.333s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
51442024-11-14T04:19:15.171Z PASS [ 3.995s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
51452024-11-14T04:19:15.235Z PASS [ 4.038s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
51462024-11-14T04:19:15.293Z PASS [ 0.064s] nexus-db-queries db::collection_detach::test::test_verify_query
51472024-11-14T04:19:15.455Z PASS [ 4.684s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
51482024-11-14T04:19:15.510Z PASS [ 4.875s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
51492024-11-14T04:19:16.226Z PASS [ 4.948s] nexus-db-queries db::collection_detach::test::test_detach_once
51502024-11-14T04:19:16.641Z PASS [ 5.262s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
51512024-11-14T04:19:19.434Z PASS [ 4.265s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
51522024-11-14T04:19:19.549Z PASS [ 4.498s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
51532024-11-14T04:19:19.600Z PASS [ 4.101s] nexus-db-queries db::collection_detach_many::test::test_detach_many
51542024-11-14T04:19:19.727Z PASS [ 4.431s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
51552024-11-14T04:19:19.768Z PASS [ 0.044s] nexus-db-queries db::collection_detach_many::test::test_verify_query
51562024-11-14T04:19:19.931Z PASS [ 3.701s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
51572024-11-14T04:19:20.325Z PASS [ 4.889s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
51582024-11-14T04:19:20.370Z PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query
51592024-11-14T04:19:20.408Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
51602024-11-14T04:19:20.448Z PASS [ 0.039s] nexus-db-queries db::column_walker::test::test_walk_columns
51612024-11-14T04:19:20.490Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_table
51622024-11-14T04:19:20.539Z PASS [ 4.096s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
51632024-11-14T04:19:21.136Z PASS [ 20.818s] db-dev::test-db-dev test_db_run
51642024-11-14T04:19:22.990Z PASS [ 3.219s] nexus-db-queries db::collection_insert::test::test_collection_not_present
51652024-11-14T04:19:23.067Z PASS [ 3.136s] nexus-db-queries db::collection_insert::test::test_collection_present
51662024-11-14T04:19:23.113Z PASS [ 3.673s] nexus-db-queries db::collection_detach_many::test::test_detach_once
51672024-11-14T04:19:24.050Z PASS [ 4.501s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
51682024-11-14T04:19:24.069Z PASS [ 4.466s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
51692024-11-14T04:19:26.066Z PASS [ 5.573s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
51702024-11-14T04:19:26.139Z PASS [ 5.596s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
51712024-11-14T04:19:27.521Z PASS [ 6.383s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
51722024-11-14T04:19:28.100Z PASS [ 4.022s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
51732024-11-14T04:19:28.303Z PASS [ 5.313s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
51742024-11-14T04:19:28.332Z PASS [ 5.256s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
51752024-11-14T04:19:28.757Z PASS [ 2.689s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
51762024-11-14T04:19:29.277Z PASS [ 6.165s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
51772024-11-14T04:19:29.724Z PASS [ 5.674s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
51782024-11-14T04:19:29.893Z PASS [ 3.755s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
51792024-11-14T04:19:33.866Z PASS [ 6.345s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
51802024-11-14T04:19:34.344Z PASS [ 6.042s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
51812024-11-14T04:19:34.375Z PASS [ 6.285s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
51822024-11-14T04:19:34.408Z PASS [ 0.064s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
51832024-11-14T04:19:34.782Z PASS [ 6.027s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
51842024-11-14T04:19:34.946Z PASS [ 6.621s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
51852024-11-14T04:19:35.703Z PASS [ 6.427s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
51862024-11-14T04:19:35.712Z PASS [ 5.988s] nexus-db-queries db::datastore::deployment::tests::test_set_target
51872024-11-14T04:19:36.254Z PASS [ 6.359s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
51882024-11-14T04:19:39.953Z PASS [ 5.575s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
51892024-11-14T04:19:40.032Z PASS [ 6.159s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
51902024-11-14T04:19:40.584Z PASS [ 6.175s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
51912024-11-14T04:19:40.679Z PASS [ 5.733s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
51922024-11-14T04:19:41.508Z PASS [ 6.726s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
51932024-11-14T04:19:41.619Z PASS [ 5.906s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
51942024-11-14T04:19:41.918Z PASS [ 6.216s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
51952024-11-14T04:19:43.014Z PASS [ 6.761s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
51962024-11-14T04:19:46.004Z PASS [ 5.960s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
51972024-11-14T04:19:46.504Z PASS [ 5.916s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
51982024-11-14T04:19:46.875Z PASS [ 6.195s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
51992024-11-14T04:19:47.379Z PASS [ 5.868s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
52002024-11-14T04:19:47.514Z PASS [ 5.894s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
52012024-11-14T04:19:47.857Z PASS [ 5.938s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
52022024-11-14T04:19:47.925Z PASS [ 7.969s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
52032024-11-14T04:19:48.738Z PASS [ 5.723s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
52042024-11-14T04:19:52.352Z PASS [ 5.849s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
52052024-11-14T04:19:52.375Z PASS [ 6.387s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
52062024-11-14T04:19:53.177Z PASS [ 6.301s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
52072024-11-14T04:19:53.580Z PASS [ 6.064s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
52082024-11-14T04:19:53.685Z PASS [ 5.763s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
52092024-11-14T04:19:53.855Z PASS [ 5.994s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
52102024-11-14T04:19:54.888Z PASS [ 6.150s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
52112024-11-14T04:19:56.262Z PASS [ 8.882s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
52122024-11-14T04:19:57.761Z PASS [ 5.386s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
52132024-11-14T04:19:58.645Z PASS [ 5.465s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
52142024-11-14T04:19:59.060Z PASS [ 5.479s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
52152024-11-14T04:19:59.354Z PASS [ 5.668s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
52162024-11-14T04:20:00.130Z PASS [ 6.276s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
52172024-11-14T04:20:00.388Z PASS [ 8.036s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
52182024-11-14T04:20:00.919Z PASS [ 6.030s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
52192024-11-14T04:20:02.788Z PASS [ 6.525s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
52202024-11-14T04:20:04.166Z PASS [ 5.522s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
52212024-11-14T04:20:04.788Z PASS [ 5.434s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
52222024-11-14T04:20:05.693Z PASS [ 5.563s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
52232024-11-14T04:20:06.129Z PASS [ 5.740s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
52242024-11-14T04:20:07.371Z PASS [ 6.451s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
52252024-11-14T04:20:08.565Z PASS [ 5.776s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
52262024-11-14T04:20:10.396Z PASS [ 6.228s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
52272024-11-14T04:20:10.464Z PASS [ 5.674s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
52282024-11-14T04:20:12.067Z PASS [ 6.372s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
52292024-11-14T04:20:13.558Z PASS [ 6.186s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
52302024-11-14T04:20:14.069Z PASS [ 5.503s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
52312024-11-14T04:20:14.144Z PASS [ 0.053s] nexus-db-queries db::datastore::region::test::test_extent_count
52322024-11-14T04:20:14.394Z PASS [ 8.261s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
52332024-11-14T04:20:14.852Z PASS [ 17.087s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
52342024-11-14T04:20:15.922Z PASS [ 5.528s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
52352024-11-14T04:20:16.840Z PASS [ 6.376s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
52362024-11-14T04:20:18.483Z PASS [ 6.416s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
52372024-11-14T04:20:19.080Z PASS [ 5.505s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
52382024-11-14T04:20:19.741Z PASS [ 5.348s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
52392024-11-14T04:20:19.774Z PASS [ 5.649s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
52402024-11-14T04:20:20.257Z PASS [ 5.405s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
52412024-11-14T04:20:21.988Z PASS [ 6.060s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
52422024-11-14T04:20:22.044Z PASS [ 5.202s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
52432024-11-14T04:20:23.830Z PASS [ 5.345s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
52442024-11-14T04:20:24.519Z PASS [ 5.456s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
52452024-11-14T04:20:25.068Z PASS [ 5.327s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
52462024-11-14T04:20:25.087Z PASS [ 5.314s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
52472024-11-14T04:20:25.597Z PASS [ 5.340s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
52482024-11-14T04:20:27.834Z PASS [ 5.851s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
52492024-11-14T04:20:28.272Z PASS [ 6.226s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
52502024-11-14T04:20:28.520Z PASS [ 29.456s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
52512024-11-14T04:20:29.142Z PASS [ 5.312s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
52522024-11-14T04:20:30.250Z PASS [ 5.730s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
52532024-11-14T04:20:30.562Z PASS [ 5.494s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
52542024-11-14T04:20:30.903Z PASS [ 5.816s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
52552024-11-14T04:20:32.184Z PASS [ 6.586s] nexus-db-queries db::datastore::sled::test::sled_list_batch
52562024-11-14T04:20:34.435Z PASS [ 6.599s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
52572024-11-14T04:20:34.578Z PASS [ 6.306s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
52582024-11-14T04:20:35.010Z PASS [ 5.868s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
52592024-11-14T04:20:36.173Z PASS [ 5.610s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
52602024-11-14T04:20:36.341Z PASS [ 6.090s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
52612024-11-14T04:20:37.028Z PASS [ 6.121s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
52622024-11-14T04:20:38.041Z PASS [ 5.856s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
52632024-11-14T04:20:39.725Z PASS [ 11.201s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
52642024-11-14T04:20:40.054Z PASS [ 5.614s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
52652024-11-14T04:20:40.187Z PASS [ 5.173s] nexus-db-queries db::datastore::test::test_project_creation
52662024-11-14T04:20:40.433Z PASS [ 5.852s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
52672024-11-14T04:20:41.470Z PASS [ 5.296s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
52682024-11-14T04:20:42.332Z PASS [ 5.989s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
52692024-11-14T04:20:44.260Z PASS [ 6.218s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
52702024-11-14T04:20:46.309Z PASS [ 6.586s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
52712024-11-14T04:20:46.580Z PASS [ 6.529s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
52722024-11-14T04:20:49.650Z PASS [ 5.389s] nexus-db-queries db::datastore::test::test_session_methods
52732024-11-14T04:20:50.248Z PASS [ 13.214s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
52742024-11-14T04:20:51.413Z PASS [ 5.104s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
52752024-11-14T04:20:51.527Z PASS [ 4.947s] nexus-db-queries db::datastore::test::test_ssh_keys
52762024-11-14T04:20:52.139Z PASS [ 11.706s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
52772024-11-14T04:20:53.102Z PASS [ 12.913s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
52782024-11-14T04:20:54.833Z PASS [ 12.500s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
52792024-11-14T04:20:54.903Z PASS [ 13.431s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
52802024-11-14T04:20:55.101Z PASS [ 5.451s] nexus-db-queries db::datastore::test::test_table_scan
52812024-11-14T04:20:55.617Z PASS [ 5.375s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
52822024-11-14T04:20:55.660Z PASS [ 0.043s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
52832024-11-14T04:20:55.707Z PASS [ 0.047s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
52842024-11-14T04:20:56.978Z PASS [ 5.445s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
52852024-11-14T04:20:57.294Z PASS [ 5.877s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
52862024-11-14T04:20:57.564Z PASS [ 5.425s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
52872024-11-14T04:20:59.002Z PASS [ 5.901s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
52882024-11-14T04:21:00.069Z PASS [ 5.233s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
52892024-11-14T04:21:00.437Z PASS [ 5.533s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
52902024-11-14T04:21:02.923Z PASS [ 5.630s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
52912024-11-14T04:21:03.585Z PASS [ 6.019s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
52922024-11-14T04:21:05.204Z PASS [ 6.201s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
52932024-11-14T04:21:05.665Z PASS [ 2.079s] nexus-db-queries db::explain::test::test_explain_async
52942024-11-14T04:21:06.849Z PASS [ 6.411s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
52952024-11-14T04:21:07.376Z PASS [ 7.306s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
52962024-11-14T04:21:07.483Z PASS [ 2.279s] nexus-db-queries db::explain::test::test_explain_full_table_scan
52972024-11-14T04:21:08.444Z PASS [ 13.340s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
52982024-11-14T04:21:08.561Z PASS [ 12.852s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
52992024-11-14T04:21:09.830Z PASS [ 6.907s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
53002024-11-14T04:21:09.875Z PASS [ 0.045s] nexus-db-queries db::pagination::test::test_paginator
53012024-11-14T04:21:10.481Z PASS [ 4.816s] nexus-db-queries db::lookup::test::test_lookup
53022024-11-14T04:21:11.201Z PASS [ 14.226s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
53032024-11-14T04:21:11.240Z PASS [ 4.391s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
53042024-11-14T04:21:11.368Z PASS [ 3.993s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
53052024-11-14T04:21:12.055Z PASS [ 4.568s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
53062024-11-14T04:21:12.218Z PASS [ 3.655s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
53072024-11-14T04:21:12.335Z PASS [ 3.892s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
53082024-11-14T04:21:16.905Z PASS [ 5.664s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
53092024-11-14T04:21:17.243Z PASS [ 6.752s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
53102024-11-14T04:21:17.243Z PASS [ 7.359s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
53112024-11-14T04:21:17.360Z PASS [ 5.991s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
53122024-11-14T04:21:17.401Z PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
53132024-11-14T04:21:17.555Z PASS [ 6.351s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
53142024-11-14T04:21:18.091Z PASS [ 6.038s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
53152024-11-14T04:21:18.204Z PASS [ 5.988s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
53162024-11-14T04:21:18.445Z PASS [ 6.110s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
53172024-11-14T04:21:23.057Z PASS [ 5.821s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
53182024-11-14T04:21:23.449Z PASS [ 6.544s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
53192024-11-14T04:21:23.538Z PASS [ 6.137s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
53202024-11-14T04:21:23.840Z PASS [ 6.285s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
53212024-11-14T04:21:23.941Z PASS [ 5.844s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
53222024-11-14T04:21:23.992Z PASS [ 5.784s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
53232024-11-14T04:21:24.280Z PASS [ 5.833s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
53242024-11-14T04:21:24.512Z PASS [ 7.267s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
53252024-11-14T04:21:29.132Z PASS [ 5.682s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
53262024-11-14T04:21:29.334Z PASS [ 6.276s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
53272024-11-14T04:21:29.379Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
53282024-11-14T04:21:29.402Z PASS [ 5.863s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
53292024-11-14T04:21:29.545Z PASS [ 5.703s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
53302024-11-14T04:21:29.866Z PASS [ 5.873s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
53312024-11-14T04:21:29.954Z PASS [ 6.016s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
53322024-11-14T04:21:29.991Z PASS [ 5.704s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
53332024-11-14T04:21:30.036Z PASS [ 0.047s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
53342024-11-14T04:21:30.327Z PASS [ 5.815s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
53352024-11-14T04:21:30.559Z PASS [ 0.232s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
53362024-11-14T04:21:30.881Z PASS [ 0.321s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
53372024-11-14T04:21:33.435Z PASS [ 3.481s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
53382024-11-14T04:21:33.543Z PASS [ 3.998s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
53392024-11-14T04:21:33.892Z PASS [ 4.488s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
53402024-11-14T04:21:34.111Z PASS [ 4.241s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
53412024-11-14T04:21:34.219Z PASS [ 4.186s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
53422024-11-14T04:21:34.280Z PASS [ 3.399s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
53432024-11-14T04:21:34.450Z PASS [ 0.343s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
53442024-11-14T04:21:34.497Z PASS [ 0.278s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
53452024-11-14T04:21:34.586Z PASS [ 0.306s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
53462024-11-14T04:21:34.594Z PASS [ 5.462s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
53472024-11-14T04:21:34.726Z PASS [ 0.275s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
53482024-11-14T04:21:34.807Z PASS [ 1.265s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
53492024-11-14T04:21:34.919Z PASS [ 0.102s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
53502024-11-14T04:21:34.955Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
53512024-11-14T04:21:35.002Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
53522024-11-14T04:21:35.041Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
53532024-11-14T04:21:35.079Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
53542024-11-14T04:21:35.341Z PASS [ 5.959s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
53552024-11-14T04:21:36.061Z PASS [ 2.626s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
53562024-11-14T04:21:36.278Z PASS [ 1.774s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
53572024-11-14T04:21:36.488Z PASS [ 1.902s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
53582024-11-14T04:21:36.638Z PASS [ 2.726s] nexus-db-queries db::queries::region_allocation::test::explainable
53592024-11-14T04:21:36.731Z PASS [ 2.127s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
53602024-11-14T04:21:36.768Z PASS [ 2.043s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
53612024-11-14T04:21:36.811Z PASS [ 1.729s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
53622024-11-14T04:21:36.822Z PASS [ 0.054s] nexus-defaults tests::test_random_vpc_ipv6_prefix
53632024-11-14T04:21:36.912Z PASS [ 0.083s] nexus-inventory builder::test::test_empty
53642024-11-14T04:21:37.019Z PASS [ 0.114s] nexus-inventory builder::test::test_problems
53652024-11-14T04:21:37.293Z PASS [ 0.485s] nexus-inventory builder::test::test_basic
53662024-11-14T04:21:37.582Z PASS [ 2.246s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
53672024-11-14T04:21:38.195Z PASS [ 0.609s] nexus-inventory collector::test::test_multi_mgs_failure
53682024-11-14T04:21:38.728Z PASS [ 2.376s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
53692024-11-14T04:21:39.179Z PASS [ 2.158s] nexus-inventory collector::test::test_basic
53702024-11-14T04:21:39.380Z PASS [ 2.084s] nexus-inventory collector::test::test_multi_mgs
53712024-11-14T04:21:39.420Z PASS [ 0.042s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
53722024-11-14T04:21:39.719Z PASS [ 1.524s] nexus-inventory collector::test::test_sled_agent_failure
53732024-11-14T04:21:41.905Z PASS [ 5.183s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
53742024-11-14T04:21:42.427Z PASS [ 5.809s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
53752024-11-14T04:21:45.584Z PASS [ 7.143s] nexus-metrics-producer-gc tests::test_prune_expired_producers
53762024-11-14T04:21:45.655Z PASS [ 6.476s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
53772024-11-14T04:21:45.724Z PASS [ 0.069s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
53782024-11-14T04:21:45.827Z PASS [ 0.064s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
53792024-11-14T04:21:45.914Z PASS [ 0.089s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
53802024-11-14T04:21:45.958Z PASS [ 0.079s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
53812024-11-14T04:21:49.184Z PASS [ 12.903s] nexus-db-queries policy_test::test_conferred_roles
53822024-11-14T04:22:07.011Z PASS [ 27.564s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
53832024-11-14T04:22:12.067Z PASS [ 32.344s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
53842024-11-14T04:22:12.534Z PASS [ 23.353s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
53852024-11-14T04:22:13.455Z PASS [ 31.024s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
53862024-11-14T04:22:16.397Z PASS [ 34.487s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
53872024-11-14T04:22:16.757Z PASS [ 0.360s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
53882024-11-14T04:22:16.792Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
53892024-11-14T04:22:16.850Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
53902024-11-14T04:22:16.970Z PASS [ 0.126s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
53912024-11-14T04:22:16.999Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
53922024-11-14T04:22:17.086Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
53932024-11-14T04:22:17.224Z PASS [ 0.168s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
53942024-11-14T04:22:17.313Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
53952024-11-14T04:22:17.378Z PASS [ 0.077s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
53962024-11-14T04:22:17.431Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
53972024-11-14T04:22:17.478Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
53982024-11-14T04:22:17.524Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
53992024-11-14T04:22:17.603Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
54002024-11-14T04:22:17.660Z PASS [ 0.097s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
54012024-11-14T04:22:17.701Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
54022024-11-14T04:22:17.750Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
54032024-11-14T04:22:17.799Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
54042024-11-14T04:22:17.823Z PASS [ 32.223s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
54052024-11-14T04:22:17.846Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
54062024-11-14T04:22:17.866Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
54072024-11-14T04:22:17.956Z PASS [ 0.115s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
54082024-11-14T04:22:18.054Z PASS [ 0.100s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
54092024-11-14T04:22:18.124Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
54102024-11-14T04:22:18.195Z PASS [ 0.059s] nexus-reconfigurator-planning example::tests::builder_zone_counts
54112024-11-14T04:22:18.287Z PASS [ 0.052s] nexus-reconfigurator-planning example::tests::instances_on_examples
54122024-11-14T04:22:18.330Z PASS [ 0.103s] nexus-reconfigurator-planning ip_allocator::test::test_basic
54132024-11-14T04:22:18.421Z PASS [ 0.091s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
54142024-11-14T04:22:18.507Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
54152024-11-14T04:22:18.561Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
54162024-11-14T04:22:18.679Z PASS [ 0.118s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
54172024-11-14T04:22:18.729Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
54182024-11-14T04:22:18.809Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
54192024-11-14T04:22:18.877Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
54202024-11-14T04:22:18.925Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
54212024-11-14T04:22:18.993Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
54222024-11-14T04:22:19.060Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
54232024-11-14T04:22:19.253Z PASS [ 0.197s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
54242024-11-14T04:22:19.309Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
54252024-11-14T04:22:19.397Z PASS [ 0.088s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
54262024-11-14T04:22:19.537Z PASS [ 0.136s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
54272024-11-14T04:22:19.608Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
54282024-11-14T04:22:19.705Z PASS [ 0.083s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
54292024-11-14T04:22:19.781Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
54302024-11-14T04:22:19.942Z PASS [ 0.139s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
54312024-11-14T04:22:20.036Z PASS [ 0.111s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
54322024-11-14T04:22:20.315Z PASS [ 0.289s] nexus-saga-recovery recovery::test::test_execution_basic
54332024-11-14T04:22:20.345Z PASS [ 0.043s] nexus-saga-recovery recovery::test::test_plan_basic
54342024-11-14T04:22:20.384Z PASS [ 0.039s] nexus-saga-recovery recovery::test::test_read_all_from_channel
54352024-11-14T04:22:20.541Z PASS [ 0.052s] nexus-saga-recovery test::test_basic
54362024-11-14T04:22:20.750Z PASS [ 0.311s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
54372024-11-14T04:22:20.816Z PASS [ 0.058s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
54382024-11-14T04:22:20.882Z PASS [ 0.070s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
54392024-11-14T04:22:21.002Z PASS [ 0.057s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
54402024-11-14T04:22:21.068Z PASS [ 0.141s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
54412024-11-14T04:22:21.146Z PASS [ 0.044s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
54422024-11-14T04:22:21.178Z PASS [ 0.062s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
54432024-11-14T04:22:21.228Z PASS [ 0.053s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
54442024-11-14T04:22:23.984Z PASS [ 6.115s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
54452024-11-14T04:22:28.811Z PASS [ 4.831s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
54462024-11-14T04:22:29.706Z PASS [ 22.717s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
54472024-11-14T04:22:29.747Z PASS [ 0.029s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
54482024-11-14T04:22:29.775Z PASS [ 0.038s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
54492024-11-14T04:22:29.889Z PASS [ 0.106s] nexus-types external_api::shared::test::test_policy_parsing
54502024-11-14T04:22:30.083Z PASS [ 0.203s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
54512024-11-14T04:22:30.146Z PASS [ 0.063s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
54522024-11-14T04:22:30.226Z PASS [ 0.069s] omicron-certificates tests::test_cert_extended_key_usage
54532024-11-14T04:22:30.308Z PASS [ 0.075s] omicron-certificates tests::test_common_name_is_validated
54542024-11-14T04:22:31.401Z PASS [ 0.095s] omicron-certificates tests::test_subject_alternate_names_are_validated
54552024-11-14T04:22:31.404Z PASS [ 44.899s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
54562024-11-14T04:22:31.404Z PASS [ 0.799s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
54572024-11-14T04:22:31.404Z PASS [ 0.191s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
54582024-11-14T04:22:31.554Z PASS [ 0.179s] omicron-clickhouse-admin::integration_test test_lgif_parsing
54592024-11-14T04:22:31.750Z PASS [ 0.177s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
54602024-11-14T04:22:31.986Z PASS [ 0.250s] omicron-clickhouse-admin::integration_test test_teardown
54612024-11-14T04:22:32.235Z PASS [ 20.163s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
54622024-11-14T04:22:32.530Z PASS [ 19.069s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
54632024-11-14T04:22:32.591Z PASS [ 0.038s] omicron-common address::test::test_dns_subnets
54642024-11-14T04:22:32.609Z PASS [ 0.045s] omicron-common address::test::test_ip_range_checks_non_decreasing
54652024-11-14T04:22:32.663Z PASS [ 0.054s] omicron-common address::test::test_ip_range_enum_deserialization
54662024-11-14T04:22:32.691Z PASS [ 0.026s] omicron-common address::test::test_ip_range_iter
54672024-11-14T04:22:32.719Z PASS [ 0.027s] omicron-common address::test::test_ip_range_length
54682024-11-14T04:22:32.765Z PASS [ 0.031s] omicron-common address::test::test_ip_range_try_from
54692024-11-14T04:22:32.839Z PASS [ 0.072s] omicron-common address::test::test_ipv6_subnet_deserialize
54702024-11-14T04:22:32.867Z PASS [ 0.039s] omicron-common address::test::test_sled_address
54712024-11-14T04:22:32.913Z PASS [ 0.051s] omicron-common api::external::error::test::test_bail_unless
54722024-11-14T04:22:32.947Z PASS [ 0.030s] omicron-common api::external::error::test::test_context
54732024-11-14T04:22:32.992Z PASS [ 2.117s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
54742024-11-14T04:22:33.012Z PASS [ 0.067s] omicron-common api::external::http_pagination::test::test_pagination_examples
54752024-11-14T04:22:33.088Z PASS [ 0.079s] omicron-common api::external::http_pagination::test::test_pagination_schemas
54762024-11-14T04:22:33.091Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_scan_by_id
54772024-11-14T04:22:33.100Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_name
54782024-11-14T04:22:33.134Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
54792024-11-14T04:22:33.146Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
54802024-11-14T04:22:33.174Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
54812024-11-14T04:22:33.184Z PASS [ 0.040s] omicron-common api::external::test::test_bytecount
54822024-11-14T04:22:33.229Z PASS [ 0.063s] omicron-common api::external::test::test_bytecount_display
54832024-11-14T04:22:33.238Z PASS [ 20.703s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
54842024-11-14T04:22:33.264Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization
54852024-11-14T04:22:33.288Z PASS [ 0.090s] omicron-common api::external::test::test_digest
54862024-11-14T04:22:33.346Z PASS [ 0.069s] omicron-common api::external::test::test_hostname_from_str
54872024-11-14T04:22:33.388Z PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_from_str
54882024-11-14T04:22:33.439Z PASS [ 0.038s] omicron-common api::external::test::test_ip_port_range_into_str
54892024-11-14T04:22:33.439Z PASS [ 0.175s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
54902024-11-14T04:22:33.464Z PASS [ 0.187s] omicron-common api::external::test::test_firewall_rule_target_parse
54912024-11-14T04:22:33.464Z PASS [ 0.036s] omicron-common api::external::test::test_ipv6_net_operations
54922024-11-14T04:22:33.495Z PASS [ 0.049s] omicron-common api::external::test::test_mac_system_iterator
54932024-11-14T04:22:33.495Z PASS [ 0.039s] omicron-common api::external::test::test_mac_to_int_conversions
54942024-11-14T04:22:33.514Z PASS [ 0.045s] omicron-common api::external::test::test_macaddr
54952024-11-14T04:22:33.535Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse_from_param
54962024-11-14T04:22:33.671Z PASS [ 0.067s] omicron-common api::external::test::test_name_parse
54972024-11-14T04:22:33.671Z PASS [ 0.051s] omicron-common api::external::test::test_resource_name_parse
54982024-11-14T04:22:33.671Z PASS [ 0.048s] omicron-common api::external::test::test_role_name_parse
54992024-11-14T04:22:33.671Z PASS [ 0.050s] omicron-common api::external::test::test_route_destination_parse
55002024-11-14T04:22:33.671Z PASS [ 0.047s] omicron-common api::external::test::test_semver_serialize
55012024-11-14T04:22:33.671Z PASS [ 0.068s] omicron-common api::external::test::test_route_target_parse
55022024-11-14T04:22:33.671Z PASS [ 0.040s] omicron-common api::external::test::test_semver_validation
55032024-11-14T04:22:33.674Z PASS [ 0.030s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
55042024-11-14T04:22:33.674Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
55052024-11-14T04:22:33.674Z PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
55062024-11-14T04:22:33.696Z PASS [ 0.032s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
55072024-11-14T04:22:33.699Z PASS [ 0.038s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
55082024-11-14T04:22:33.731Z PASS [ 0.050s] omicron-common ledger::test::test_create_default_ledger
55092024-11-14T04:22:33.750Z PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_from_storage
55102024-11-14T04:22:33.750Z PASS [ 0.071s] omicron-common ledger::test::test_commit_handles_write_failures
55112024-11-14T04:22:33.762Z PASS [ 0.029s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
55122024-11-14T04:22:33.775Z PASS [ 0.031s] omicron-common update::tests::serde_artifact_kind
55132024-11-14T04:22:33.848Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_bad_zpool_names
55142024-11-14T04:22:33.849Z PASS [ 0.042s] omicron-common zpool_name::test::test_parse_external_zpool_name
55152024-11-14T04:22:33.849Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_internal_zpool_name
55162024-11-14T04:22:33.849Z PASS [ 0.047s] omicron-common zpool_name::test::test_parse_zpool_name_json
55172024-11-14T04:22:33.849Z PASS [ 0.042s] omicron-common zpool_name::test::test_zpool_name_regex
55182024-11-14T04:22:34.232Z PASS [ 2.252s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
55192024-11-14T04:22:34.325Z PASS [ 0.092s] omicron-gateway management_switch::location_map::tests::test_config_validation
55202024-11-14T04:22:34.340Z PASS [ 2.104s] omicron-cockroach-admin context::tests::test_node_id
55212024-11-14T04:22:34.383Z PASS [ 0.057s] omicron-gateway management_switch::location_map::tests::test_resolve_location
55222024-11-14T04:22:34.521Z PASS [ 0.138s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
55232024-11-14T04:22:34.682Z PASS [ 5.871s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
55242024-11-14T04:22:34.893Z PASS [ 0.213s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
55252024-11-14T04:22:34.901Z PASS [ 0.566s] omicron-gateway::test_all integration_tests::component_list::component_list
55262024-11-14T04:22:34.996Z PASS [ 0.476s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
55272024-11-14T04:22:35.074Z PASS [ 0.179s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
55282024-11-14T04:22:35.282Z PASS [ 1.460s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
55292024-11-14T04:22:35.292Z PASS [ 1.459s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
55302024-11-14T04:22:35.641Z PASS [ 14.414s] nexus-types deployment::tri_map::tests::proptest_ops
55312024-11-14T04:22:36.496Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
55322024-11-14T04:22:52.148Z PASS [ 75.650s] nexus-db-queries policy_test::test_iam_roles_behavior
55332024-11-14T04:22:57.289Z PASS [ 23.436s] omicron-dev::test-omicron-dev test_run_all
55342024-11-14T04:22:57.534Z PASS [ 22.628s] omicron-ls-apis::test_dependencies test_api_dependencies
55352024-11-14T04:22:59.391Z PASS [ 24.312s] omicron-nexus app::background::driver::test::test_driver_basic
55362024-11-14T04:23:00.954Z PASS [ 25.954s] omicron-nexus app::background::driver::test::test_activation_in_progress
55372024-11-14T04:23:02.003Z PASS [ 26.716s] omicron-nexus app::background::init::test::test_dns_propagation_basic
55382024-11-14T04:23:04.987Z PASS [ 5.596s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
55392024-11-14T04:23:05.159Z PASS [ 0.060s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
55402024-11-14T04:23:06.663Z PASS [ 5.709s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
55412024-11-14T04:23:08.021Z PASS [ 32.725s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
55422024-11-14T04:23:08.102Z PASS [ 6.099s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
55432024-11-14T04:23:08.727Z PASS [ 33.082s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
55442024-11-14T04:23:19.020Z PASS [ 21.482s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
55452024-11-14T04:23:21.031Z PASS [ 23.743s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
55462024-11-14T04:23:21.964Z PASS [ 29.812s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
55472024-11-14T04:23:24.946Z PASS [ 19.898s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
55482024-11-14T04:23:27.429Z PASS [ 20.762s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
55492024-11-14T04:23:29.285Z PASS [ 20.552s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
55502024-11-14T04:23:29.413Z PASS [ 21.384s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
55512024-11-14T04:23:29.723Z PASS [ 21.618s] omicron-nexus app::background::tasks::dns_config::test::test_basic
55522024-11-14T04:23:40.360Z PASS [ 21.337s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
55532024-11-14T04:23:49.849Z PASS [ 20.439s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
55542024-11-14T04:23:50.132Z PASS [ 20.406s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
55552024-11-14T04:23:50.217Z PASS [ 28.247s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
55562024-11-14T04:23:55.026Z PASS [ 27.590s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
55572024-11-14T04:23:59.325Z PASS [ 18.950s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
55582024-11-14T04:24:08.180Z PASS [ 47.094s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
55592024-11-14T04:24:08.379Z PASS [ 18.174s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
55602024-11-14T04:24:08.588Z PASS [ 18.332s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
55612024-11-14T04:24:08.610Z PASS [ 18.742s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
55622024-11-14T04:24:09.766Z PASS [ 40.477s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
55632024-11-14T04:24:14.301Z PASS [ 19.265s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
55642024-11-14T04:24:18.663Z PASS [ 4.346s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
55652024-11-14T04:24:19.956Z PASS [ 20.640s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
55662024-11-14T04:24:23.524Z PASS [ 3.569s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
55672024-11-14T04:24:24.341Z PASS [ 0.817s] omicron-nexus app::external_endpoints::test::test_authority
55682024-11-14T04:24:24.501Z PASS [ 0.158s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
55692024-11-14T04:24:24.955Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
55702024-11-14T04:24:27.937Z PASS [ 19.802s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
55712024-11-14T04:24:27.982Z PASS [ 19.669s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
55722024-11-14T04:24:28.042Z PASS [ 0.105s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
55732024-11-14T04:24:28.051Z PASS [ 0.072s] omicron-nexus app::external_endpoints::test::test_no_endpoint
55742024-11-14T04:24:28.104Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
55752024-11-14T04:24:28.115Z PASS [ 0.063s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
55762024-11-14T04:24:28.164Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
55772024-11-14T04:24:28.240Z PASS [ 0.125s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
55782024-11-14T04:24:28.250Z PASS [ 0.087s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
55792024-11-14T04:24:28.335Z PASS [ 0.059s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
55802024-11-14T04:24:28.352Z PASS [ 19.749s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
55812024-11-14T04:24:28.990Z PASS [ 19.192s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
55822024-11-14T04:24:29.311Z PASS [ 4.789s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
55832024-11-14T04:24:37.566Z PASS [ 29.007s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
55842024-11-14T04:24:41.059Z PASS [ 22.417s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
55852024-11-14T04:24:55.850Z PASS [ 26.859s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
55862024-11-14T04:24:56.263Z PASS [ 27.869s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
55872024-11-14T04:24:57.349Z PASS [ 28.028s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
55882024-11-14T04:24:57.882Z PASS [ 92.906s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
55892024-11-14T04:24:58.250Z PASS [ 29.888s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
55902024-11-14T04:24:59.043Z PASS [ 30.788s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
55912024-11-14T04:25:06.489Z PASS [ 28.912s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
55922024-11-14T04:25:28.292Z PASS [ 30.911s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
55932024-11-14T04:25:29.390Z PASS [ 31.195s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
55942024-11-14T04:25:29.508Z PASS [ 31.612s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
55952024-11-14T04:25:29.582Z PASS [ 33.336s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
55962024-11-14T04:25:34.303Z PASS [ 35.256s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
55972024-11-14T04:25:41.067Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55982024-11-14T04:25:41.842Z PASS [ 35.361s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
55992024-11-14T04:25:55.833Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56002024-11-14T04:25:58.626Z PASS [ 29.234s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
56012024-11-14T04:25:58.636Z PASS [ 30.397s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
56022024-11-14T04:26:04.214Z PASS [ 34.719s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
56032024-11-14T04:26:05.028Z PASS [ 35.465s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
56042024-11-14T04:26:06.623Z PASS [ 32.310s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
56052024-11-14T04:26:16.287Z PASS [ 34.439s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
56062024-11-14T04:26:29.546Z PASS [ 30.500s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
56072024-11-14T04:26:31.614Z PASS [ 26.583s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
56082024-11-14T04:26:33.292Z PASS [ 26.664s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
56092024-11-14T04:26:38.186Z PASS [ 33.976s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
56102024-11-14T04:26:41.076Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
56112024-11-14T04:26:42.625Z PASS [ 26.337s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
56122024-11-14T04:26:55.843Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56132024-11-14T04:26:58.536Z PASS [ 26.920s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
56142024-11-14T04:26:58.635Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
56152024-11-14T04:26:59.391Z PASS [ 26.104s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
56162024-11-14T04:27:10.510Z PASS [ 32.320s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
56172024-11-14T04:27:12.452Z PASS [ 73.623s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
56182024-11-14T04:27:28.890Z PASS [ 30.349s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
56192024-11-14T04:27:29.147Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
56202024-11-14T04:27:30.417Z PASS [ 31.016s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
56212024-11-14T04:27:41.086Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
56222024-11-14T04:27:42.634Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56232024-11-14T04:27:43.118Z PASS [ 30.855s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
56242024-11-14T04:27:55.851Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56252024-11-14T04:28:00.127Z PASS [ 31.233s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
56262024-11-14T04:28:10.519Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
56272024-11-14T04:28:12.600Z PASS [ 29.477s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
56282024-11-14T04:28:25.814Z PASS [ 116.659s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
56292024-11-14T04:28:29.727Z PASS [ 29.596s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
56302024-11-14T04:28:30.426Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56312024-11-14T04:28:41.164Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
56322024-11-14T04:28:42.643Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56332024-11-14T04:28:54.260Z PASS [ 28.440s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
56342024-11-14T04:28:55.292Z PASS [ 132.649s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56352024-11-14T04:28:55.861Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56362024-11-14T04:28:59.361Z PASS [ 29.630s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
56372024-11-14T04:29:04.733Z PASS [ 114.200s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
56382024-11-14T04:29:12.610Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
56392024-11-14T04:29:24.701Z PASS [ 29.405s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
56402024-11-14T04:29:27.504Z PASS [ 74.887s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
56412024-11-14T04:29:29.320Z PASS [ 29.943s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
56422024-11-14T04:29:30.436Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56432024-11-14T04:29:41.106Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
56442024-11-14T04:29:52.842Z PASS [ 28.129s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
56452024-11-14T04:29:54.267Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56462024-11-14T04:29:55.139Z PASS [ 27.641s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
56472024-11-14T04:29:55.869Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56482024-11-14T04:30:04.739Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
56492024-11-14T04:30:22.271Z PASS [ 75.079s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
56502024-11-14T04:30:23.192Z PASS [ 30.250s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
56512024-11-14T04:30:23.987Z PASS [ 173.551s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56522024-11-14T04:30:29.319Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
56532024-11-14T04:30:41.114Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
56542024-11-14T04:30:49.070Z PASS [ 29.241s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
56552024-11-14T04:30:53.486Z PASS [ 29.575s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
56562024-11-14T04:30:54.290Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56572024-11-14T04:30:55.149Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
56582024-11-14T04:30:55.879Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56592024-11-14T04:31:05.149Z PASS [ 41.156s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
56602024-11-14T04:31:06.857Z PASS [ 132.581s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56612024-11-14T04:31:16.128Z PASS [ 27.064s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
56622024-11-14T04:31:23.744Z PASS [ 31.073s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
56632024-11-14T04:31:24.342Z PASS [ 115.017s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
56642024-11-14T04:31:24.968Z PASS [ 19.817s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
56652024-11-14T04:31:25.001Z PASS [ 18.142s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
56662024-11-14T04:31:41.122Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
56672024-11-14T04:31:43.230Z PASS [ 18.887s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
56682024-11-14T04:31:44.470Z PASS [ 19.468s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
56692024-11-14T04:31:47.648Z PASS [ 31.517s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
56702024-11-14T04:31:50.215Z PASS [ 26.469s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
56712024-11-14T04:31:52.341Z PASS [ 27.370s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
56722024-11-14T04:31:55.158Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
56732024-11-14T04:31:55.865Z PASS [ 120.709s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
56742024-11-14T04:31:55.886Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56752024-11-14T04:32:10.009Z PASS [ 19.791s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
56762024-11-14T04:32:10.069Z PASS [ 0.059s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
56772024-11-14T04:32:14.271Z PASS [ 29.797s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
56782024-11-14T04:32:17.342Z PASS [ 29.690s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
56792024-11-14T04:32:18.136Z PASS [ 34.902s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
56802024-11-14T04:32:36.292Z PASS [ 18.153s] omicron-nexus app::sagas::test_saga::test_saga_stuck
56812024-11-14T04:32:37.077Z PASS [ 27.004s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
56822024-11-14T04:32:41.135Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
56832024-11-14T04:32:50.847Z PASS [ 35.868s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
56842024-11-14T04:32:51.449Z PASS [ 34.103s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
56852024-11-14T04:32:51.526Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_accept_gz
56862024-11-14T04:32:51.554Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
56872024-11-14T04:32:51.612Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
56882024-11-14T04:32:51.662Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
56892024-11-14T04:32:51.728Z PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
56902024-11-14T04:32:51.795Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
56912024-11-14T04:32:51.849Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
56922024-11-14T04:32:51.906Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_relative_uri
56932024-11-14T04:32:52.350Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56942024-11-14T04:32:55.358Z PASS [ 5.213s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
56952024-11-14T04:32:55.873Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
56962024-11-14T04:32:55.895Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
56972024-11-14T04:32:56.963Z PASS [ 19.883s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
56982024-11-14T04:33:05.279Z PASS [ 28.983s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
56992024-11-14T04:33:19.330Z PASS [ 22.364s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
57002024-11-14T04:33:19.578Z PASS [ 24.218s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
57012024-11-14T04:33:20.484Z PASS [ 84.608s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
57022024-11-14T04:33:21.037Z PASS [ 0.555s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
57032024-11-14T04:33:23.351Z PASS [ 3.770s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
57042024-11-14T04:33:23.473Z PASS [ 4.142s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
57052024-11-14T04:33:25.603Z PASS [ 20.321s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
57062024-11-14T04:33:40.473Z PASS [ 19.433s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
57072024-11-14T04:33:41.139Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57082024-11-14T04:33:41.590Z PASS [ 18.237s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
57092024-11-14T04:33:41.957Z PASS [ 18.470s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
57102024-11-14T04:33:45.353Z PASS [ 19.748s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
57112024-11-14T04:33:51.353Z PASS [ 59.439s] omicron-nexus populate::test::test_populators
57122024-11-14T04:33:52.358Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
57132024-11-14T04:33:55.904Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57142024-11-14T04:33:59.123Z PASS [ 557.993s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57152024-11-14T04:33:59.679Z PASS [ 19.201s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
57162024-11-14T04:34:00.410Z PASS [ 18.464s] omicron-nexus::test_all integration_tests::basic::test_ping
57172024-11-14T04:34:00.515Z PASS [ 18.922s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
57182024-11-14T04:34:13.157Z PASS [ 27.799s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
57192024-11-14T04:34:14.388Z PASS [ 558.476s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57202024-11-14T04:34:18.676Z PASS [ 19.551s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
57212024-11-14T04:34:19.113Z PASS [ 19.431s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
57222024-11-14T04:34:19.873Z PASS [ 19.459s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
57232024-11-14T04:34:20.469Z PASS [ 19.856s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
57242024-11-14T04:34:24.266Z PASS [ 32.907s] omicron-nexus::test_all integration_tests::basic::test_projects_list
57252024-11-14T04:34:24.466Z PASS [ 0.201s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
57262024-11-14T04:34:24.801Z PASS [ 4.401s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
57272024-11-14T04:34:24.807Z PASS [ 4.914s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
57282024-11-14T04:34:33.031Z PASS [ 19.736s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
57292024-11-14T04:34:37.613Z PASS [ 23.235s] omicron-nexus::test_all integration_tests::certificates::test_crud
57302024-11-14T04:34:38.133Z PASS [ 19.451s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
57312024-11-14T04:34:44.322Z PASS [ 19.815s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
57322024-11-14T04:34:48.424Z PASS [ 20.452s] omicron-nexus::test_all integration_tests::console_api::test_assets
57332024-11-14T04:34:48.633Z PASS [ 20.557s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
57342024-11-14T04:34:48.786Z PASS [ 28.696s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
57352024-11-14T04:34:52.370Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
57362024-11-14T04:34:58.755Z PASS [ 25.857s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
57372024-11-14T04:34:59.158Z PASS [ 21.024s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
57382024-11-14T04:35:03.622Z PASS [ 26.007s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
57392024-11-14T04:35:04.152Z PASS [ 19.867s] omicron-nexus::test_all integration_tests::console_api::test_session_me
57402024-11-14T04:35:07.791Z PASS [ 20.267s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
57412024-11-14T04:35:09.483Z PASS [ 21.669s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
57422024-11-14T04:35:10.902Z PASS [ 25.550s] omicron-nexus::test_all integration_tests::console_api::test_sessions
57432024-11-14T04:35:29.302Z PASS [ 19.818s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
57442024-11-14T04:35:31.302Z PASS [ 20.398s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
57452024-11-14T04:35:34.830Z PASS [ 29.327s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
57462024-11-14T04:35:34.935Z PASS [ 35.773s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
57472024-11-14T04:35:37.602Z PASS [ 38.841s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
57482024-11-14T04:35:43.977Z PASS [ 40.350s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
57492024-11-14T04:35:44.761Z PASS [ 40.602s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
57502024-11-14T04:35:52.376Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
57512024-11-14T04:35:58.804Z PASS [ 29.497s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
57522024-11-14T04:36:01.966Z PASS [ 27.133s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
57532024-11-14T04:36:02.694Z PASS [ 27.755s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
57542024-11-14T04:36:04.642Z PASS [ 27.039s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
57552024-11-14T04:36:11.778Z PASS [ 27.797s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
57562024-11-14T04:36:12.645Z PASS [ 27.882s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
57572024-11-14T04:36:14.492Z PASS [ 43.174s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
57582024-11-14T04:36:32.964Z PASS [ 28.317s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
57592024-11-14T04:36:34.284Z PASS [ 21.636s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
57602024-11-14T04:36:36.568Z PASS [ 22.077s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
57612024-11-14T04:36:39.132Z PASS [ 27.349s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
57622024-11-14T04:36:39.688Z PASS [ 40.878s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
57632024-11-14T04:36:46.856Z PASS [ 44.880s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
57642024-11-14T04:36:52.386Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
57652024-11-14T04:36:55.950Z PASS [ 53.245s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
57662024-11-14T04:36:56.241Z PASS [ 21.954s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
57672024-11-14T04:37:00.537Z PASS [ 27.560s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
57682024-11-14T04:37:07.399Z PASS [ 27.705s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
57692024-11-14T04:37:07.608Z PASS [ 31.039s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
57702024-11-14T04:37:19.248Z PASS [ 32.392s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
57712024-11-14T04:37:23.448Z PASS [ 44.313s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
57722024-11-14T04:37:26.626Z PASS [ 30.678s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
57732024-11-14T04:37:30.557Z PASS [ 30.027s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
57742024-11-14T04:37:31.246Z PASS [ 34.604s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
57752024-11-14T04:37:36.725Z PASS [ 29.116s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
57762024-11-14T04:37:38.631Z PASS [ 31.230s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
57772024-11-14T04:37:49.950Z PASS [ 26.465s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
57782024-11-14T04:37:50.051Z PASS [ 30.791s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
57792024-11-14T04:37:52.092Z PASS [ 25.434s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
57802024-11-14T04:37:52.421Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
57812024-11-14T04:37:59.448Z PASS [ 28.594s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
57822024-11-14T04:38:00.445Z PASS [ 29.883s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
57832024-11-14T04:38:12.578Z PASS [ 35.847s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
57842024-11-14T04:38:15.866Z PASS [ 23.797s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
57852024-11-14T04:38:19.556Z PASS [ 40.919s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
57862024-11-14T04:38:25.283Z PASS [ 24.835s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
57872024-11-14T04:38:33.174Z PASS [ 33.722s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
57882024-11-14T04:38:38.016Z PASS [ 22.148s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
57892024-11-14T04:38:38.994Z PASS [ 49.070s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
57902024-11-14T04:38:40.572Z PASS [ 21.014s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
57912024-11-14T04:38:41.003Z PASS [ 0.432s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
57922024-11-14T04:38:41.120Z PASS [ 51.070s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
57932024-11-14T04:38:41.637Z PASS [ 0.513s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
57942024-11-14T04:38:41.678Z PASS [ 0.668s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
57952024-11-14T04:38:42.153Z PASS [ 0.518s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
57962024-11-14T04:38:48.510Z PASS [ 35.928s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
57972024-11-14T04:38:48.648Z PASS [ 23.363s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
57982024-11-14T04:38:52.404Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
57992024-11-14T04:38:58.862Z PASS [ 25.685s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
58002024-11-14T04:39:02.508Z PASS [ 24.445s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
58012024-11-14T04:39:02.832Z PASS [ 23.834s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
58022024-11-14T04:39:11.067Z PASS [ 29.391s] omicron-nexus::test_all integration_tests::images::test_image_create
58032024-11-14T04:39:13.502Z PASS [ 31.345s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
58042024-11-14T04:39:18.046Z PASS [ 29.378s] omicron-nexus::test_all integration_tests::images::test_image_promotion
58052024-11-14T04:39:21.800Z PASS [ 33.286s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
58062024-11-14T04:39:25.565Z PASS [ 26.700s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
58072024-11-14T04:39:26.351Z PASS [ 8.320s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
58082024-11-14T04:39:27.237Z PASS [ 5.435s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
58092024-11-14T04:39:27.832Z PASS [ 25.365s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
58102024-11-14T04:39:28.224Z PASS [ 14.721s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
58112024-11-14T04:39:29.740Z PASS [ 26.906s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
58122024-11-14T04:39:32.691Z PASS [ 7.125s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
58132024-11-14T04:39:34.329Z PASS [ 23.258s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
58142024-11-14T04:39:52.413Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58152024-11-14T04:39:56.956Z PASS [ 28.728s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
58162024-11-14T04:39:57.555Z PASS [ 31.197s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
58172024-11-14T04:40:01.662Z PASS [ 31.918s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
58182024-11-14T04:40:01.769Z PASS [ 33.932s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
58192024-11-14T04:40:03.110Z PASS [ 30.415s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
58202024-11-14T04:40:13.239Z PASS [ 45.993s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
58212024-11-14T04:40:19.475Z PASS [ 21.919s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
58222024-11-14T04:40:21.184Z PASS [ 46.847s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
58232024-11-14T04:40:23.198Z PASS [ 21.533s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
58242024-11-14T04:40:31.902Z PASS [ 34.939s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
58252024-11-14T04:40:33.373Z PASS [ 520.962s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58262024-11-14T04:40:34.176Z PASS [ 20.937s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
58272024-11-14T04:40:35.851Z PASS [ 34.079s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
58282024-11-14T04:40:48.944Z PASS [ 45.829s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
58292024-11-14T04:40:54.278Z PASS [ 20.904s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
58302024-11-14T04:40:59.054Z PASS [ 27.151s] omicron-nexus::test_all integration_tests::instances::test_instance_access
58312024-11-14T04:41:04.196Z PASS [ 44.715s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
58322024-11-14T04:41:04.973Z PASS [ 30.794s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
58332024-11-14T04:41:08.452Z PASS [ 45.248s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
58342024-11-14T04:41:15.234Z PASS [ 39.375s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
58352024-11-14T04:41:21.194Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
58362024-11-14T04:41:27.049Z PASS [ 38.099s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
58372024-11-14T04:41:31.293Z PASS [ 37.010s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
58382024-11-14T04:41:32.639Z PASS [ 33.580s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
58392024-11-14T04:41:39.698Z PASS [ 35.498s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
58402024-11-14T04:41:46.135Z PASS [ 30.899s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
58412024-11-14T04:41:47.568Z PASS [ 86.377s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
58422024-11-14T04:41:47.586Z PASS [ 42.607s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
58432024-11-14T04:41:53.745Z PASS [ 26.693s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
58442024-11-14T04:42:02.160Z PASS [ 53.703s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
58452024-11-14T04:42:03.392Z PASS [ 32.095s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
58462024-11-14T04:42:05.486Z PASS [ 32.841s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
58472024-11-14T04:42:11.736Z PASS [ 32.033s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
58482024-11-14T04:42:18.180Z PASS [ 32.041s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
58492024-11-14T04:42:18.508Z PASS [ 30.936s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
58502024-11-14T04:42:18.780Z PASS [ 31.191s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
58512024-11-14T04:42:39.261Z PASS [ 37.095s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
58522024-11-14T04:42:41.578Z PASS [ 36.088s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
58532024-11-14T04:42:42.664Z PASS [ 39.262s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
58542024-11-14T04:42:43.726Z PASS [ 49.975s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
58552024-11-14T04:42:47.241Z PASS [ 35.501s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
58562024-11-14T04:42:54.856Z PASS [ 36.344s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
58572024-11-14T04:42:58.670Z PASS [ 39.880s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
58582024-11-14T04:42:59.727Z PASS [ 41.539s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
58592024-11-14T04:43:00.261Z PASS [ 20.997s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
58602024-11-14T04:43:04.703Z PASS [ 22.042s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
58612024-11-14T04:43:13.405Z PASS [ 29.677s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
58622024-11-14T04:43:14.691Z PASS [ 27.446s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
58632024-11-14T04:43:15.855Z PASS [ 20.996s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
58642024-11-14T04:43:17.007Z PASS [ 35.425s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
58652024-11-14T04:43:27.852Z PASS [ 29.183s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
58662024-11-14T04:43:30.292Z PASS [ 30.562s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
58672024-11-14T04:43:32.013Z PASS [ 27.307s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
58682024-11-14T04:43:33.213Z PASS [ 18.520s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
58692024-11-14T04:43:38.116Z PASS [ 21.106s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
58702024-11-14T04:43:38.364Z PASS [ 22.504s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
58712024-11-14T04:43:43.506Z PASS [ 43.235s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
58722024-11-14T04:43:46.813Z PASS [ 33.400s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
58732024-11-14T04:43:49.723Z PASS [ 19.429s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
58742024-11-14T04:43:49.953Z PASS [ 22.098s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
58752024-11-14T04:44:05.669Z PASS [ 32.451s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
58762024-11-14T04:44:06.788Z PASS [ 19.964s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
58772024-11-14T04:44:08.675Z PASS [ 30.555s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
58782024-11-14T04:44:09.123Z PASS [ 37.105s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
58792024-11-14T04:44:11.491Z PASS [ 21.535s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
58802024-11-14T04:44:12.480Z PASS [ 34.109s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
58812024-11-14T04:44:14.785Z PASS [ 25.059s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
58822024-11-14T04:44:15.462Z PASS [ 31.955s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
58832024-11-14T04:44:27.287Z PASS [ 21.616s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
58842024-11-14T04:44:28.582Z PASS [ 21.799s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
58852024-11-14T04:44:30.662Z PASS [ 21.984s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
58862024-11-14T04:44:31.177Z PASS [ 22.051s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
58872024-11-14T04:44:33.099Z PASS [ 21.604s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
58882024-11-14T04:44:35.618Z PASS [ 23.138s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
58892024-11-14T04:44:39.412Z PASS [ 23.591s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
58902024-11-14T04:44:39.431Z PASS [ 24.308s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
58912024-11-14T04:44:51.804Z PASS [ 23.220s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
58922024-11-14T04:44:52.284Z PASS [ 21.619s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
58932024-11-14T04:44:53.562Z PASS [ 26.271s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
58942024-11-14T04:45:02.178Z PASS [ 23.078s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
58952024-11-14T04:45:03.773Z PASS [ 32.591s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
58962024-11-14T04:45:05.944Z PASS [ 26.881s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
58972024-11-14T04:45:11.405Z PASS [ 19.598s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
58982024-11-14T04:45:18.487Z PASS [ 26.199s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
58992024-11-14T04:45:19.673Z PASS [ 46.564s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
59002024-11-14T04:45:30.498Z PASS [ 26.722s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
59012024-11-14T04:45:30.743Z PASS [ 37.176s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
59022024-11-14T04:45:32.241Z PASS [ 26.298s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
59032024-11-14T04:45:32.461Z PASS [ 56.835s] omicron-nexus::test_all integration_tests::metrics::test_metrics
59042024-11-14T04:45:38.460Z PASS [ 27.052s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
59052024-11-14T04:45:50.586Z PASS [ 48.389s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
59062024-11-14T04:45:57.022Z PASS [ 26.521s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
59072024-11-14T04:46:03.219Z PASS [ 44.727s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
59082024-11-14T04:46:04.353Z PASS [ 44.680s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
59092024-11-14T04:46:05.669Z PASS [ 33.402s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
59102024-11-14T04:46:07.114Z PASS [ 34.650s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
59112024-11-14T04:46:16.179Z PASS [ 37.714s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
59122024-11-14T04:46:16.692Z PASS [ 45.943s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
59132024-11-14T04:46:16.952Z PASS [ 26.374s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
59142024-11-14T04:46:29.818Z PASS [ 22.701s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
59152024-11-14T04:46:29.855Z PASS [ 24.202s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
59162024-11-14T04:46:39.037Z PASS [ 22.082s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
59172024-11-14T04:46:41.338Z PASS [ 25.155s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
59182024-11-14T04:46:42.593Z PASS [ 25.898s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
59192024-11-14T04:46:44.487Z PASS [ 47.458s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
59202024-11-14T04:46:52.673Z PASS [ 49.445s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
59212024-11-14T04:46:57.616Z PASS [ 27.794s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
59222024-11-14T04:47:00.475Z PASS [ 30.617s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
59232024-11-14T04:47:02.071Z PASS [ 23.006s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
59242024-11-14T04:47:02.923Z PASS [ 21.582s] omicron-nexus::test_all integration_tests::projects::test_projects
59252024-11-14T04:47:04.362Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
59262024-11-14T04:47:05.748Z PASS [ 23.152s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
59272024-11-14T04:47:06.613Z PASS [ 62.251s] omicron-nexus::test_all integration_tests::password_login::test_local_users
59282024-11-14T04:47:13.079Z PASS [ 20.402s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
59292024-11-14T04:47:18.201Z PASS [ 20.582s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
59302024-11-14T04:47:22.924Z PASS [ 22.444s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
59312024-11-14T04:47:23.491Z PASS [ 20.566s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
59322024-11-14T04:47:23.626Z PASS [ 21.578s] omicron-nexus::test_all integration_tests::rack::test_sled_add
59332024-11-14T04:47:26.146Z PASS [ 20.395s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
59342024-11-14T04:47:26.603Z PASS [ 0.414s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
59352024-11-14T04:47:26.989Z PASS [ 3.497s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
59362024-11-14T04:47:27.196Z PASS [ 3.570s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
59372024-11-14T04:47:27.821Z PASS [ 21.193s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
59382024-11-14T04:47:29.962Z PASS [ 3.402s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
59392024-11-14T04:47:30.401Z PASS [ 3.409s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
59402024-11-14T04:47:31.239Z PASS [ 18.159s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
59412024-11-14T04:47:37.008Z PASS [ 52.513s] omicron-nexus::test_all integration_tests::quotas::test_quotas
59422024-11-14T04:47:37.155Z PASS [ 18.952s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
59432024-11-14T04:47:37.201Z PASS [ 0.187s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
59442024-11-14T04:47:37.322Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
59452024-11-14T04:47:37.362Z PASS [ 0.143s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
59462024-11-14T04:47:37.491Z PASS [ 0.166s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
59472024-11-14T04:47:37.585Z PASS [ 0.219s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
59482024-11-14T04:47:44.236Z PASS [ 21.202s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
59492024-11-14T04:47:55.617Z PASS [ 24.783s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
59502024-11-14T04:47:55.784Z PASS [ 24.708s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
59512024-11-14T04:47:55.784Z PASS [ 22.148s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
59522024-11-14T04:47:57.148Z PASS [ 25.892s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
59532024-11-14T04:47:57.272Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
59542024-11-14T04:47:57.429Z PASS [ 19.972s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
59552024-11-14T04:47:58.636Z PASS [ 21.073s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
59562024-11-14T04:47:58.790Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
59572024-11-14T04:47:59.012Z PASS [ 0.232s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
59582024-11-14T04:48:04.008Z PASS [ 34.038s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
59592024-11-14T04:48:07.016Z PASS [ 22.048s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
59602024-11-14T04:48:13.267Z PASS [ 21.282s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
59612024-11-14T04:48:14.586Z PASS [ 22.068s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
59622024-11-14T04:48:14.743Z PASS [ 22.189s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
59632024-11-14T04:48:17.503Z PASS [ 20.084s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
59642024-11-14T04:48:17.750Z PASS [ 20.476s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
59652024-11-14T04:48:19.000Z PASS [ 19.999s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
59662024-11-14T04:48:20.876Z PASS [ 16.878s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
59672024-11-14T04:48:21.215Z PASS [ 3.468s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
59682024-11-14T04:48:21.309Z PASS [ 15.138s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
59692024-11-14T04:48:23.837Z PASS [ 2.623s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
59702024-11-14T04:48:23.860Z PASS [ 10.595s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
59712024-11-14T04:48:25.986Z PASS [ 2.148s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
59722024-11-14T04:48:26.044Z PASS [ 2.184s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
59732024-11-14T04:48:28.192Z PASS [ 2.206s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
59742024-11-14T04:48:28.312Z PASS [ 2.268s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
59752024-11-14T04:48:29.644Z PASS [ 1.330s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
59762024-11-14T04:49:06.113Z PASS [ 36.464s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
59772024-11-14T04:49:16.650Z PASS [ 48.451s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
59782024-11-14T04:49:31.119Z PASS [ 25.005s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
59792024-11-14T04:49:49.079Z PASS [ 32.403s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
59802024-11-14T04:50:02.212Z PASS [ 13.152s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
59812024-11-14T04:50:02.275Z PASS [ 13.198s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
59822024-11-14T04:50:02.480Z PASS [ 13.397s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
59832024-11-14T04:50:02.499Z PASS [ 13.422s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
59842024-11-14T04:50:14.845Z PASS [ 12.629s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
59852024-11-14T04:50:15.233Z PASS [ 12.957s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
59862024-11-14T04:50:15.532Z PASS [ 13.048s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
59872024-11-14T04:50:15.544Z PASS [ 13.049s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
59882024-11-14T04:50:17.048Z PASS [ 45.856s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
59892024-11-14T04:50:36.584Z PASS [ 21.347s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
59902024-11-14T04:50:36.969Z PASS [ 21.421s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
59912024-11-14T04:50:37.746Z PASS [ 22.212s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
59922024-11-14T04:50:38.683Z PASS [ 21.695s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
59932024-11-14T04:50:38.691Z PASS [ 21.669s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
59942024-11-14T04:50:40.140Z PASS [ 25.291s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
59952024-11-14T04:50:41.993Z PASS [ 24.972s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
59962024-11-14T04:50:51.187Z PASS [ 34.175s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
59972024-11-14T04:50:57.818Z PASS [ 20.846s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
59982024-11-14T04:50:58.467Z PASS [ 20.718s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
59992024-11-14T04:51:00.155Z PASS [ 21.460s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
60002024-11-14T04:51:00.300Z PASS [ 23.711s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
60012024-11-14T04:51:00.925Z PASS [ 22.040s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
60022024-11-14T04:51:00.934Z PASS [ 20.649s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
60032024-11-14T04:51:08.464Z PASS [ 26.490s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
60042024-11-14T04:51:19.794Z PASS [ 21.973s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
60052024-11-14T04:51:19.809Z PASS [ 28.619s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
60062024-11-14T04:51:20.721Z PASS [ 20.562s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
60072024-11-14T04:51:21.881Z PASS [ 21.145s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
60082024-11-14T04:51:26.530Z PASS [ 28.060s] omicron-nexus::test_all integration_tests::silos::test_silos
60092024-11-14T04:51:29.622Z PASS [ 29.318s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
60102024-11-14T04:51:31.624Z PASS [ 30.827s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
60112024-11-14T04:51:32.696Z PASS [ 24.229s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
60122024-11-14T04:51:43.189Z PASS [ 21.310s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
60132024-11-14T04:51:48.347Z PASS [ 21.772s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
60142024-11-14T04:51:52.167Z PASS [ 22.541s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
60152024-11-14T04:51:53.095Z PASS [ 33.295s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
60162024-11-14T04:51:53.449Z PASS [ 32.724s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
60172024-11-14T04:51:53.747Z PASS [ 22.121s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
60182024-11-14T04:51:54.101Z PASS [ 34.286s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
60192024-11-14T04:51:55.484Z PASS [ 1.385s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
60202024-11-14T04:51:57.856Z PASS [ 4.405s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
60212024-11-14T04:51:58.298Z PASS [ 4.551s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
60222024-11-14T04:51:59.847Z PASS [ 4.362s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
60232024-11-14T04:52:02.359Z PASS [ 4.503s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
60242024-11-14T04:52:07.597Z PASS [ 34.897s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
60252024-11-14T04:52:09.738Z PASS [ 2.141s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
60262024-11-14T04:52:11.291Z PASS [ 28.100s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
60272024-11-14T04:52:19.710Z PASS [ 21.404s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
60282024-11-14T04:52:20.889Z PASS [ 27.769s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
60292024-11-14T04:52:20.893Z PASS [ 32.556s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
60302024-11-14T04:52:21.578Z PASS [ 29.409s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
60312024-11-14T04:52:29.594Z PASS [ 19.853s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
60322024-11-14T04:52:33.802Z PASS [ 22.507s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
60332024-11-14T04:52:38.256Z PASS [ 18.548s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
60342024-11-14T04:52:38.911Z PASS [ 39.058s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
60352024-11-14T04:52:42.127Z PASS [ 21.258s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
60362024-11-14T04:52:53.320Z PASS [ 31.739s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
60372024-11-14T04:52:55.758Z PASS [ 34.876s] omicron-nexus::test_all integration_tests::utilization::test_utilization
60382024-11-14T04:52:59.843Z PASS [ 26.036s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
60392024-11-14T04:53:00.991Z PASS [ 31.393s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
60402024-11-14T04:53:02.369Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
60412024-11-14T04:53:10.812Z PASS [ 32.550s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
60422024-11-14T04:53:11.910Z PASS [ 32.995s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
60432024-11-14T04:53:14.836Z PASS [ 32.698s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
60442024-11-14T04:53:26.302Z PASS [ 32.976s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
60452024-11-14T04:53:28.857Z PASS [ 33.096s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
60462024-11-14T04:53:31.523Z PASS [ 31.668s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
60472024-11-14T04:53:33.286Z PASS [ 32.288s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
60482024-11-14T04:53:39.690Z PASS [ 28.875s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
60492024-11-14T04:53:46.162Z PASS [ 103.785s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
60502024-11-14T04:53:50.550Z PASS [ 24.245s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
60512024-11-14T04:53:55.276Z PASS [ 23.759s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
60522024-11-14T04:53:59.671Z PASS [ 30.809s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
60532024-11-14T04:54:02.632Z PASS [ 29.346s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
60542024-11-14T04:54:04.734Z PASS [ 49.899s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
60552024-11-14T04:54:11.550Z PASS [ 31.855s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
60562024-11-14T04:54:11.919Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
60572024-11-14T04:54:18.063Z PASS [ 31.888s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
60582024-11-14T04:54:23.052Z PASS [ 71.130s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
60592024-11-14T04:54:29.858Z PASS [ 25.120s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
60602024-11-14T04:54:30.995Z PASS [ 40.439s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
60612024-11-14T04:54:34.859Z PASS [ 39.578s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
60622024-11-14T04:54:36.531Z PASS [ 24.973s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
60632024-11-14T04:54:43.395Z PASS [ 43.713s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
60642024-11-14T04:54:44.670Z PASS [ 42.031s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
60652024-11-14T04:54:52.053Z PASS [ 33.998s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
60662024-11-14T04:54:58.921Z PASS [ 27.923s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
60672024-11-14T04:55:03.035Z PASS [ 28.171s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
60682024-11-14T04:55:03.671Z PASS [ 27.142s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
60692024-11-14T04:55:09.124Z PASS [ 46.068s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
60702024-11-14T04:55:10.963Z PASS [ 27.570s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
60712024-11-14T04:55:13.801Z PASS [ 29.128s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
60722024-11-14T04:55:21.995Z PASS [ 18.313s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
60732024-11-14T04:55:21.995Z PASS [ 52.122s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
60742024-11-14T04:55:22.903Z PASS [ 19.867s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
60752024-11-14T04:55:23.301Z PASS [ 31.243s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
60762024-11-14T04:55:30.556Z PASS [ 21.430s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
60772024-11-14T04:55:31.211Z PASS [ 32.285s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
60782024-11-14T04:55:32.451Z PASS [ 21.485s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
60792024-11-14T04:55:34.725Z PASS [ 20.922s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
60802024-11-14T04:55:43.362Z PASS [ 21.371s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
60812024-11-14T04:55:43.489Z PASS [ 21.490s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
60822024-11-14T04:55:43.556Z PASS [ 20.648s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
60832024-11-14T04:55:44.986Z PASS [ 21.683s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
60842024-11-14T04:55:52.436Z PASS [ 21.223s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
60852024-11-14T04:55:53.264Z PASS [ 20.812s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
60862024-11-14T04:55:55.362Z PASS [ 24.572s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
60872024-11-14T04:55:56.610Z PASS [ 21.882s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
60882024-11-14T04:56:03.507Z PASS [ 20.014s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
60892024-11-14T04:56:03.971Z PASS [ 20.607s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
60902024-11-14T04:56:05.217Z PASS [ 21.659s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
60912024-11-14T04:56:06.445Z PASS [ 21.456s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
60922024-11-14T04:56:13.086Z PASS [ 20.646s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
60932024-11-14T04:56:15.295Z PASS [ 22.027s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
60942024-11-14T04:56:16.387Z PASS [ 19.774s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
60952024-11-14T04:56:16.946Z PASS [ 21.810s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
60962024-11-14T04:56:25.360Z PASS [ 21.852s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
60972024-11-14T04:56:28.481Z PASS [ 22.034s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
60982024-11-14T04:56:34.183Z PASS [ 21.095s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
60992024-11-14T04:56:36.029Z PASS [ 20.730s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
61002024-11-14T04:56:36.908Z PASS [ 19.960s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
61012024-11-14T04:56:37.385Z PASS [ 20.995s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
61022024-11-14T04:56:37.636Z PASS [ 33.661s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
61032024-11-14T04:56:43.249Z PASS [ 38.026s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
61042024-11-14T04:56:53.951Z PASS [ 25.464s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
61052024-11-14T04:56:55.577Z PASS [ 21.390s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
61062024-11-14T04:56:59.624Z PASS [ 34.259s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
61072024-11-14T04:57:00.506Z PASS [ 24.475s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
61082024-11-14T04:57:04.648Z PASS [ 27.259s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
61092024-11-14T04:57:07.357Z PASS [ 30.444s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
61102024-11-14T04:57:07.466Z PASS [ 0.110s] omicron-package dot::test::test_bad_dependency
61112024-11-14T04:57:07.511Z PASS [ 0.044s] omicron-package dot::test::test_dot_output
61122024-11-14T04:57:11.877Z PASS [ 7.226s] omicron-omdb::test_all_output test_omdb_usage_errors
61132024-11-14T04:57:11.903Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
61142024-11-14T04:57:14.908Z PASS [ 3.006s] omicron-passwords test::test_reproducible
61152024-11-14T04:57:15.000Z PASS [ 7.488s] omicron-passwords test::test_compatible
61162024-11-14T04:57:15.042Z PASS [ 0.040s] omicron-passwords test::test_stable
61172024-11-14T04:57:15.065Z PASS [ 0.024s] omicron-passwords test::test_weak_hashes
61182024-11-14T04:57:15.091Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
61192024-11-14T04:57:15.117Z PASS [ 31.865s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
61202024-11-14T04:57:15.141Z PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath
61212024-11-14T04:57:15.179Z PASS [ 0.087s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
61222024-11-14T04:57:15.561Z PASS [ 0.382s] omicron-sled-agent artifact_store::test::no_dataset
61232024-11-14T04:57:15.722Z PASS [ 0.161s] omicron-sled-agent artifact_store::test::wrong_hash
61242024-11-14T04:57:15.738Z PASS [ 0.598s] omicron-sled-agent artifact_store::test::list_get_put_delete
61252024-11-14T04:57:15.844Z PASS [ 0.121s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
61262024-11-14T04:57:15.944Z PASS [ 0.101s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
61272024-11-14T04:57:16.091Z PASS [ 0.148s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
61282024-11-14T04:57:16.188Z PASS [ 0.095s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
61292024-11-14T04:57:16.351Z PASS [ 0.610s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
61302024-11-14T04:57:16.420Z PASS [ 0.070s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
61312024-11-14T04:57:16.472Z PASS [ 0.052s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
61322024-11-14T04:57:16.539Z PASS [ 0.065s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
61332024-11-14T04:57:16.591Z PASS [ 0.039s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
61342024-11-14T04:57:16.622Z PASS [ 0.045s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
61352024-11-14T04:57:16.663Z PASS [ 0.039s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
61362024-11-14T04:57:16.714Z PASS [ 0.047s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
61372024-11-14T04:57:16.754Z PASS [ 0.559s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
61382024-11-14T04:57:16.764Z PASS [ 0.051s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
61392024-11-14T04:57:16.786Z PASS [ 0.040s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
61402024-11-14T04:57:16.860Z PASS [ 0.094s] omicron-sled-agent config::test::test_smf_configs
61412024-11-14T04:57:16.867Z PASS [ 0.080s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
61422024-11-14T04:57:16.896Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
61432024-11-14T04:57:16.914Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
61442024-11-14T04:57:16.940Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
61452024-11-14T04:57:16.958Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
61462024-11-14T04:57:16.983Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
61472024-11-14T04:57:17.130Z PASS [ 23.171s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
61482024-11-14T04:57:17.959Z PASS [ 22.380s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
61492024-11-14T04:57:20.935Z PASS [ 3.977s] omicron-sled-agent instance::tests::test_instance_create_events_normal
61502024-11-14T04:57:21.531Z PASS [ 3.570s] omicron-sled-agent instance::tests::test_instance_manager_creation
61512024-11-14T04:57:21.571Z PASS [ 0.041s] omicron-sled-agent probe_manager::test::probe_state_set_ops
61522024-11-14T04:57:21.606Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
61532024-11-14T04:57:21.640Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_disabled_instance
61542024-11-14T04:57:21.675Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_instance
61552024-11-14T04:57:21.713Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_multiple
61562024-11-14T04:57:21.751Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_property
61572024-11-14T04:57:21.783Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property_group
61582024-11-14T04:57:21.819Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_service
61592024-11-14T04:57:21.856Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_service_property_group
61602024-11-14T04:57:21.884Z PASS [ 0.028s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
61612024-11-14T04:57:21.914Z PASS [ 0.028s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
61622024-11-14T04:57:21.961Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
61632024-11-14T04:57:22.003Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
61642024-11-14T04:57:22.061Z PASS [ 0.059s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v5_schema
61652024-11-14T04:57:22.105Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
61662024-11-14T04:57:22.158Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
61672024-11-14T04:57:22.206Z PASS [ 0.050s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
61682024-11-14T04:57:22.389Z PASS [ 5.266s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
61692024-11-14T04:57:22.847Z PASS [ 45.207s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
61702024-11-14T04:57:22.943Z PASS [ 5.962s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
61712024-11-14T04:57:23.415Z PASS [ 23.789s] omicron-omdb::test_all_output test_omdb_env_settings
61722024-11-14T04:57:25.492Z PASS [ 3.268s] omicron-sled-agent services::illumos_tests::test_bad_generations
61732024-11-14T04:57:25.986Z PASS [ 3.565s] omicron-sled-agent services::illumos_tests::test_ensure_service
61742024-11-14T04:57:26.027Z PASS [ 0.037s] omicron-sled-agent services::test::test_all_zones_requests_schema
61752024-11-14T04:57:26.074Z PASS [ 0.031s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
61762024-11-14T04:57:26.117Z PASS [ 0.036s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
61772024-11-14T04:57:26.137Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
61782024-11-14T04:57:26.142Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
61792024-11-14T04:57:26.177Z PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
61802024-11-14T04:57:26.206Z PASS [ 3.341s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
61812024-11-14T04:57:26.269Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
61822024-11-14T04:57:26.269Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
61832024-11-14T04:57:26.303Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
61842024-11-14T04:57:26.303Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
61852024-11-14T04:57:26.322Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
61862024-11-14T04:57:26.375Z PASS [ 3.406s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
61872024-11-14T04:57:26.410Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
61882024-11-14T04:57:26.410Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
61892024-11-14T04:57:26.439Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
61902024-11-14T04:57:26.488Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
61912024-11-14T04:57:26.488Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::snapshot_needs_region
61922024-11-14T04:57:26.496Z PASS [ 0.049s] omicron-sled-agent support_bundle::test::test_command_stderr_is_correct
61932024-11-14T04:57:26.497Z PASS [ 0.048s] omicron-sled-agent support_bundle::test::test_command_stdout_is_correct
61942024-11-14T04:57:26.516Z PASS [ 0.043s] omicron-sled-agent support_bundle::test::test_command_stdout_stderr_are_interleaved
61952024-11-14T04:57:26.530Z PASS [ 11.618s] omicron-passwords test::test_smoke
61962024-11-14T04:57:26.549Z PASS [ 0.035s] omicron-sled-agent updates::test::test_query_no_components
61972024-11-14T04:57:26.562Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_sled_agent_version
61982024-11-14T04:57:26.585Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_zone_version
61992024-11-14T04:57:26.610Z PASS [ 0.027s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
62002024-11-14T04:57:26.695Z PASS [ 0.135s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
62012024-11-14T04:57:27.016Z PASS [ 0.537s] omicron-sled-agent support_bundle::test::test_long_running_command_is_aborted
62022024-11-14T04:57:27.062Z PASS [ 0.047s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
62032024-11-14T04:57:27.279Z PASS [ 3.863s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
62042024-11-14T04:57:28.865Z PASS [ 3.390s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
62052024-11-14T04:57:29.594Z PASS [ 29.086s] omicron-omdb::test_all_output test_omdb_success_cases
62062024-11-14T04:57:29.708Z PASS [ 3.483s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
62072024-11-14T04:57:29.736Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_dir_size
62082024-11-14T04:57:29.749Z PASS [ 0.157s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
62092024-11-14T04:57:29.771Z PASS [ 0.035s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
62102024-11-14T04:57:29.884Z PASS [ 3.189s] omicron-sled-agent zone_bundle::illumos_tests::test_context
62112024-11-14T04:57:30.085Z PASS [ 0.203s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
62122024-11-14T04:57:30.137Z PASS [ 3.527s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
62132024-11-14T04:57:30.169Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
62142024-11-14T04:57:30.190Z PASS [ 0.021s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
62152024-11-14T04:57:30.371Z PASS [ 0.594s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
62162024-11-14T04:57:30.371Z PASS [ 0.616s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
62172024-11-14T04:57:30.650Z PASS [ 3.374s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
62182024-11-14T04:57:30.674Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
62192024-11-14T04:57:30.697Z PASS [ 0.023s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
62202024-11-14T04:57:30.787Z PASS [ 3.727s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
62212024-11-14T04:57:30.818Z PASS [ 0.446s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
62222024-11-14T04:57:30.818Z PASS [ 0.622s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
62232024-11-14T04:57:30.823Z PASS [ 0.126s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
62242024-11-14T04:57:30.917Z PASS [ 0.830s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
62252024-11-14T04:57:31.043Z PASS [ 0.229s] omicron-test-utils dev::db::test::test_bad_cmd
62262024-11-14T04:57:31.086Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_make_pg_config_fail
62272024-11-14T04:57:31.114Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok
62282024-11-14T04:57:31.144Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_process_exit_abnormal
62292024-11-14T04:57:31.171Z PASS [ 0.253s] omicron-test-utils dev::db::test::test_database_start_hang
62302024-11-14T04:57:31.183Z PASS [ 0.038s] omicron-test-utils dev::db::test::test_process_exit_normal
62312024-11-14T04:57:31.222Z PASS [ 0.433s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
62322024-11-14T04:57:31.231Z PASS [ 0.410s] omicron-test-utils dev::db::test::test_cmd_fails
62332024-11-14T04:57:31.263Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_starter_tmpdir
62342024-11-14T04:57:31.330Z PASS [ 0.067s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
62352024-11-14T04:57:31.365Z PASS [ 0.034s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
62362024-11-14T04:57:31.399Z PASS [ 0.035s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
62372024-11-14T04:57:31.409Z PASS [ 1.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
62382024-11-14T04:57:31.441Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
62392024-11-14T04:57:31.482Z PASS [ 0.072s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
62402024-11-14T04:57:31.639Z LEAK [ 0.465s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
62412024-11-14T04:57:31.929Z PASS [ 0.489s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
62422024-11-14T04:57:32.123Z PASS [ 0.486s] oximeter test::timeseries_schema_consistency
62432024-11-14T04:57:32.167Z PASS [ 0.237s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
62442024-11-14T04:57:32.528Z PASS [ 0.355s] oximeter-collector agent::tests::test_self_stat_error_counter
62452024-11-14T04:57:32.571Z PASS [ 1.344s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
62462024-11-14T04:57:32.602Z PASS [ 0.035s] oximeter-collector self_stats::tests::test_failure_reason_serialization
62472024-11-14T04:57:32.610Z PASS [ 0.487s] oximeter-collector agent::tests::test_self_stat_collection_count
62482024-11-14T04:57:32.625Z PASS [ 3.753s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
62492024-11-14T04:57:32.625Z PASS [ 1.139s] openapi-manager check::tests::check_apis_up_to_date
62502024-11-14T04:57:32.656Z PASS [ 0.136s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
62512024-11-14T04:57:32.730Z PASS [ 0.105s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
62522024-11-14T04:57:32.737Z PASS [ 0.083s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
62532024-11-14T04:57:32.763Z PASS [ 0.030s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
62542024-11-14T04:57:32.811Z PASS [ 0.201s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
62552024-11-14T04:57:32.820Z PASS [ 0.201s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
62562024-11-14T04:57:32.913Z PASS [ 2.086s] omicron-test-utils dev::db::test::test_database_concurrent
62572024-11-14T04:57:33.121Z PASS [ 0.503s] oximeter-collector::test_commands test_oximeter_no_args
62582024-11-14T04:57:33.583Z PASS [ 0.670s] oximeter-db client::tests::can_ping_clickhouse
62592024-11-14T04:57:33.686Z PASS [ 0.101s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
62602024-11-14T04:57:33.757Z PASS [ 0.072s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
62612024-11-14T04:57:34.057Z PASS [ 1.305s] oximeter-db client::oxql::tests::test_get_entire_table
62622024-11-14T04:57:34.057Z PASS [ 1.233s] oximeter-db client::oxql::tests::test_get_one_timeseries
62632024-11-14T04:57:34.078Z PASS [ 1.303s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
62642024-11-14T04:57:34.078Z PASS [ 1.245s] oximeter-db client::oxql::tests::test_limit_operations
62652024-11-14T04:57:34.787Z PASS [ 0.709s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
62662024-11-14T04:57:35.069Z PASS [ 1.002s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
62672024-11-14T04:57:35.094Z PASS [ 1.038s] oximeter-db client::tests::read_latest_version_reports_max
62682024-11-14T04:57:35.767Z PASS [ 0.910s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
62692024-11-14T04:57:35.864Z PASS [ 0.723s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
62702024-11-14T04:57:36.157Z PASS [ 1.073s] oximeter-db client::tests::select_timeseries_with_select_one
62712024-11-14T04:57:36.861Z PASS [ 1.164s] oximeter-db client::tests::test_client_select_timeseries_one
62722024-11-14T04:57:36.895Z PASS [ 1.080s] oximeter-db client::tests::test_database_version_update_is_idempotent
62732024-11-14T04:57:37.143Z PASS [ 1.001s] oximeter-db client::tests::test_database_version_will_not_downgrade
62742024-11-14T04:57:37.448Z PASS [ 3.403s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
62752024-11-14T04:57:37.886Z PASS [ 0.991s] oximeter-db client::tests::test_differentiate_by_timeseries_name
62762024-11-14T04:57:38.120Z PASS [ 1.261s] oximeter-db client::tests::test_database_version_wipes_old_version
62772024-11-14T04:57:38.146Z PASS [ 1.003s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
62782024-11-14T04:57:38.378Z PASS [ 0.930s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
62792024-11-14T04:57:38.804Z PASS [ 0.915s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
62802024-11-14T04:57:39.418Z PASS [ 1.271s] oximeter-db client::tests::test_field_record_count
62812024-11-14T04:57:39.474Z PASS [ 1.092s] oximeter-db client::tests::test_get_schema_no_new_values
62822024-11-14T04:57:40.016Z PASS [ 1.212s] oximeter-db client::tests::test_insert_samples
62832024-11-14T04:57:40.142Z PASS [ 2.014s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
62842024-11-14T04:57:40.186Z PASS [ 0.050s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
62852024-11-14T04:57:40.264Z PASS [ 0.078s] oximeter-db client::tests::test_read_timeseries_to_delete
62862024-11-14T04:57:40.308Z PASS [ 0.041s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
62872024-11-14T04:57:40.362Z PASS [ 0.054s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
62882024-11-14T04:57:40.459Z PASS [ 1.041s] oximeter-db client::tests::test_is_oximeter_cluster
62892024-11-14T04:57:40.573Z PASS [ 1.100s] oximeter-db client::tests::test_list_timeseries
62902024-11-14T04:57:40.935Z PASS [ 9.745s] omicron-test-utils dev::db::test::test_setup_database_default_dir
62912024-11-14T04:57:40.974Z PASS [ 0.961s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
62922024-11-14T04:57:41.375Z PASS [ 0.919s] oximeter-db client::tests::test_schema_mismatch
62932024-11-14T04:57:41.501Z PASS [ 0.928s] oximeter-db client::tests::test_schema_update
62942024-11-14T04:57:41.717Z PASS [ 1.360s] oximeter-db client::tests::test_recall_of_all_fields
62952024-11-14T04:57:41.915Z PASS [ 0.983s] oximeter-db client::tests::test_select_all_datum_types
62962024-11-14T04:57:41.942Z PASS [ 0.967s] oximeter-db client::tests::test_select_all_field_types
62972024-11-14T04:57:42.364Z PASS [ 0.987s] oximeter-db client::tests::test_select_timeseries_with_all
62982024-11-14T04:57:42.751Z PASS [ 1.253s] oximeter-db client::tests::test_select_timeseries_with_limit
62992024-11-14T04:57:42.952Z PASS [ 1.033s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
63002024-11-14T04:57:42.952Z PASS [ 1.231s] oximeter-db client::tests::test_select_timeseries_with_order
63012024-11-14T04:57:42.976Z PASS [ 1.034s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
63022024-11-14T04:57:43.005Z PASS [ 0.028s] oximeter-db client::tests::test_unravel_index
63032024-11-14T04:57:43.374Z PASS [ 1.011s] oximeter-db client::tests::test_select_timeseries_with_start_time
63042024-11-14T04:57:43.405Z PASS [ 0.031s] oximeter-db client::tests::test_verify_schema_upgrades
63052024-11-14T04:57:43.432Z PASS [ 0.026s] oximeter-db model::fields::tests::test_extract_fields_as_block
63062024-11-14T04:57:43.453Z PASS [ 0.022s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
63072024-11-14T04:57:43.476Z PASS [ 0.024s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
63082024-11-14T04:57:43.514Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
63092024-11-14T04:57:43.553Z PASS [ 0.041s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
63102024-11-14T04:57:43.586Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
63112024-11-14T04:57:43.618Z PASS [ 0.032s] oximeter-db model::tests::test_db_bool
63122024-11-14T04:57:43.858Z PASS [ 0.903s] oximeter-db client::tests::test_unquoted_64bit_integers
63132024-11-14T04:57:43.884Z PASS [ 0.938s] oximeter-db client::tests::test_timeseries_schema_list
63142024-11-14T04:57:43.890Z PASS [ 0.034s] oximeter-db model::tests::test_db_datum_type_conversion
63152024-11-14T04:57:43.910Z PASS [ 0.026s] oximeter-db model::tests::test_db_field_list_conversion
63162024-11-14T04:57:43.916Z PASS [ 0.025s] oximeter-db model::tests::test_db_field_type_conversion
63172024-11-14T04:57:43.934Z PASS [ 0.024s] oximeter-db model::tests::test_db_histogram
63182024-11-14T04:57:43.962Z PASS [ 0.956s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
63192024-11-14T04:57:43.974Z PASS [ 0.035s] oximeter-db model::tests::test_parse_bytes_measurement
63202024-11-14T04:57:44.045Z PASS [ 0.032s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
63212024-11-14T04:57:44.070Z PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
63222024-11-14T04:57:44.071Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
63232024-11-14T04:57:44.071Z PASS [ 0.028s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
63242024-11-14T04:57:44.071Z PASS [ 0.025s] oximeter-db native::block::tests::concat_blocks
63252024-11-14T04:57:44.080Z PASS [ 0.025s] oximeter-db native::block::tests::datetime64_scale_checks_range
63262024-11-14T04:57:44.080Z PASS [ 0.028s] oximeter-db native::block::tests::parse_date_time
63272024-11-14T04:57:44.089Z PASS [ 0.028s] oximeter-db native::block::tests::parse_date_time64
63282024-11-14T04:57:44.106Z PASS [ 0.024s] oximeter-db native::block::tests::parse_escaped_date_time64
63292024-11-14T04:57:44.135Z PASS [ 0.026s] oximeter-db native::block::tests::test_data_type_to_string
63302024-11-14T04:57:44.147Z PASS [ 0.021s] oximeter-db native::block::tests::test_datetime64_conversions
63312024-11-14T04:57:44.147Z PASS [ 0.028s] oximeter-db native::block::tests::test_parse_all_known_timezones
63322024-11-14T04:57:44.147Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
63332024-11-14T04:57:44.169Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
63342024-11-14T04:57:44.193Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum8
63352024-11-14T04:57:44.212Z PASS [ 0.028s] oximeter-db native::block::tests::test_parse_enum_variant
63362024-11-14T04:57:44.212Z PASS [ 0.029s] oximeter-db native::block::tests::test_parse_invalid_data_type
63372024-11-14T04:57:44.665Z PASS [ 1.491s] oximeter-db client::tests::test_sql_query_output
63382024-11-14T04:57:44.692Z PASS [ 0.832s] oximeter-db model::tests::test_db_bool_bad
63392024-11-14T04:57:44.693Z PASS [ 0.530s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
63402024-11-14T04:57:44.790Z PASS [ 0.589s] oximeter-db native::connection::tests::test_basic_select_query
63412024-11-14T04:57:44.832Z PASS [ 0.577s] oximeter-db native::connection::tests::test_exchange_hello
63422024-11-14T04:57:44.891Z PASS [ 0.688s] oximeter-db native::connection::tests::test_can_cancel_query
63432024-11-14T04:57:45.064Z PASS [ 0.601s] oximeter-db native::connection::tests::test_insert_and_select_data
63442024-11-14T04:57:45.064Z PASS [ 0.593s] oximeter-db native::connection::tests::test_insert_and_select_uuid
63452024-11-14T04:57:45.109Z PASS [ 0.031s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
63462024-11-14T04:57:45.125Z PASS [ 0.033s] oximeter-db native::io::block::tests::test_decode_full_block
63472024-11-14T04:57:45.153Z PASS [ 0.031s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
63482024-11-14T04:57:45.185Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
63492024-11-14T04:57:45.217Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
63502024-11-14T04:57:45.229Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_string_column
63512024-11-14T04:57:45.252Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uint64_column
63522024-11-14T04:57:45.273Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_uint8_column
63532024-11-14T04:57:45.298Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uuid_column
63542024-11-14T04:57:45.338Z PASS [ 0.038s] oximeter-db native::io::column::tests::test_encode_decode_column
63552024-11-14T04:57:45.367Z PASS [ 0.588s] oximeter-db native::connection::tests::test_select_array_column
63562024-11-14T04:57:45.379Z PASS [ 0.038s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
63572024-11-14T04:57:45.395Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
63582024-11-14T04:57:45.416Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
63592024-11-14T04:57:45.416Z PASS [ 0.583s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
63602024-11-14T04:57:45.420Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
63612024-11-14T04:57:45.424Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
63622024-11-14T04:57:45.429Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_pong
63632024-11-14T04:57:45.438Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
63642024-11-14T04:57:45.443Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
63652024-11-14T04:57:45.451Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_decode
63662024-11-14T04:57:45.458Z PASS [ 0.021s] oximeter-db native::io::string::test::test_encode_hello_world
63672024-11-14T04:57:45.464Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
63682024-11-14T04:57:45.471Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_count
63692024-11-14T04:57:45.476Z PASS [ 0.595s] oximeter-db native::connection::tests::test_select_nullable_column
63702024-11-14T04:57:45.481Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
63712024-11-14T04:57:45.485Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
63722024-11-14T04:57:45.496Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_descriptions
63732024-11-14T04:57:45.500Z PASS [ 0.023s] oximeter-db native::io::varuint::test_encode_decode_varuint
63742024-11-14T04:57:45.504Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
63752024-11-14T04:57:45.510Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
63762024-11-14T04:57:45.518Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_comparison
63772024-11-14T04:57:45.523Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
63782024-11-14T04:57:45.529Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_literal
63792024-11-14T04:57:45.544Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
63802024-11-14T04:57:45.547Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
63812024-11-14T04:57:45.551Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
63822024-11-14T04:57:45.564Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
63832024-11-14T04:57:45.571Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
63842024-11-14T04:57:45.571Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
63852024-11-14T04:57:45.581Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
63862024-11-14T04:57:45.590Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
63872024-11-14T04:57:45.596Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
63882024-11-14T04:57:45.600Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_group_by
63892024-11-14T04:57:45.604Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
63902024-11-14T04:57:45.614Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_ident
63912024-11-14T04:57:45.620Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
63922024-11-14T04:57:45.624Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
63932024-11-14T04:57:45.628Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
63942024-11-14T04:57:45.638Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
63952024-11-14T04:57:45.640Z PASS [ 0.587s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
63962024-11-14T04:57:45.644Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
63972024-11-14T04:57:45.652Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
63982024-11-14T04:57:45.657Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
63992024-11-14T04:57:45.661Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
64002024-11-14T04:57:45.671Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_query
64012024-11-14T04:57:45.679Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
64022024-11-14T04:57:45.691Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
64032024-11-14T04:57:45.691Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
64042024-11-14T04:57:45.695Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
64052024-11-14T04:57:45.702Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_reducer
64062024-11-14T04:57:45.709Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
64072024-11-14T04:57:45.713Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
64082024-11-14T04:57:45.718Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
64092024-11-14T04:57:45.724Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
64102024-11-14T04:57:45.730Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
64112024-11-14T04:57:45.736Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
64122024-11-14T04:57:45.743Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
64132024-11-14T04:57:45.746Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
64142024-11-14T04:57:45.751Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
64152024-11-14T04:57:45.760Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
64162024-11-14T04:57:45.767Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
64172024-11-14T04:57:45.774Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
64182024-11-14T04:57:45.781Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
64192024-11-14T04:57:45.789Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
64202024-11-14T04:57:45.795Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
64212024-11-14T04:57:45.809Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
64222024-11-14T04:57:45.815Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
64232024-11-14T04:57:45.825Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
64242024-11-14T04:57:45.828Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
64252024-11-14T04:57:45.834Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
64262024-11-14T04:57:45.839Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
64272024-11-14T04:57:45.845Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
64282024-11-14T04:57:45.851Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
64292024-11-14T04:57:45.857Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
64302024-11-14T04:57:45.867Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits
64312024-11-14T04:57:45.873Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
64322024-11-14T04:57:45.879Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
64332024-11-14T04:57:45.886Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
64342024-11-14T04:57:45.894Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
64352024-11-14T04:57:45.902Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
64362024-11-14T04:57:45.905Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
64372024-11-14T04:57:45.911Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
64382024-11-14T04:57:45.918Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates
64392024-11-14T04:57:45.923Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
64402024-11-14T04:57:45.930Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
64412024-11-14T04:57:45.935Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
64422024-11-14T04:57:45.946Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time
64432024-11-14T04:57:45.951Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
64442024-11-14T04:57:45.959Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
64452024-11-14T04:57:45.959Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
64462024-11-14T04:57:45.967Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
64472024-11-14T04:57:45.977Z PASS [ 0.020s] oximeter-db query::tests::test_field_cmp
64482024-11-14T04:57:45.988Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_split_query
64492024-11-14T04:57:45.988Z PASS [ 0.022s] oximeter-db query::tests::test_field_selector_as_query
64502024-11-14T04:57:45.996Z PASS [ 0.026s] oximeter-db query::tests::test_field_value_as_db_str
64512024-11-14T04:57:46.014Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_field_selectors
64522024-11-14T04:57:46.020Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_from_parts
64532024-11-14T04:57:46.028Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_filter_raw
64542024-11-14T04:57:46.035Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_full
64552024-11-14T04:57:46.042Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_limit_offset
64562024-11-14T04:57:46.051Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_no_fields
64572024-11-14T04:57:46.057Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_no_selectors
64582024-11-14T04:57:46.065Z PASS [ 0.024s] oximeter-db query::tests::test_time_range
64592024-11-14T04:57:46.071Z PASS [ 0.036s] oximeter-db query::tests::test_string_field_selector
64602024-11-14T04:57:46.080Z PASS [ 0.031s] oximeter-db sql::tests::test_allow_limit_offset
64612024-11-14T04:57:46.085Z PASS [ 0.029s] oximeter-db sql::tests::test_allow_subqueries
64622024-11-14T04:57:46.092Z PASS [ 0.026s] oximeter-db sql::tests::test_cannot_name_database
64632024-11-14T04:57:46.099Z PASS [ 0.027s] oximeter-db sql::tests::test_ctes_are_not_supported
64642024-11-14T04:57:46.114Z PASS [ 0.033s] oximeter-db sql::tests::test_function_allow_list
64652024-11-14T04:57:46.122Z PASS [ 0.031s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
64662024-11-14T04:57:46.132Z PASS [ 0.035s] oximeter-db sql::tests::test_query_must_be_select_statement
64672024-11-14T04:57:46.140Z PASS [ 0.055s] oximeter-db sql::tests::test_join_must_be_inner
64682024-11-14T04:57:46.145Z PASS [ 0.033s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
64692024-11-14T04:57:46.152Z PASS [ 0.031s] oximeter-db sql::tests::test_require_table_is_timeseries_name
64702024-11-14T04:57:46.161Z PASS [ 0.028s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
64712024-11-14T04:57:46.173Z PASS [ 0.028s] oximeter-db sql::tests::test_with_comma_join_fails
64722024-11-14T04:57:46.173Z PASS [ 0.023s] oximeter-db tests::test_timeseries_key_field_stability
64732024-11-14T04:57:46.178Z PASS [ 0.025s] oximeter-db tests::test_timeseries_key_sample_stability
64742024-11-14T04:57:46.186Z PASS [ 0.024s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
64752024-11-14T04:57:46.237Z PASS [ 0.055s] oximeter-instruments http::tests::test_latency_tracker
64762024-11-14T04:57:46.291Z PASS [ 0.100s] oximeter-instruments kstat::link::tests::test_kstat_interested
64772024-11-14T04:57:46.505Z PASS [ 0.267s] oximeter-instruments kstat::link::tests::test_kstat_sampler
64782024-11-14T04:57:46.631Z PASS [ 0.326s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
64792024-11-14T04:57:46.679Z PASS [ 0.161s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
64802024-11-14T04:57:46.706Z PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
64812024-11-14T04:57:46.746Z PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
64822024-11-14T04:57:46.794Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
64832024-11-14T04:57:46.817Z PASS [ 0.073s] oximeter-instruments kstat::link::tests::test_sled_datalink
64842024-11-14T04:57:46.827Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
64852024-11-14T04:57:46.834Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
64862024-11-14T04:57:46.846Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
64872024-11-14T04:57:46.850Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
64882024-11-14T04:57:46.863Z PASS [ 0.017s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
64892024-11-14T04:57:46.867Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_annotated_field
64902024-11-14T04:57:46.884Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_datum_field
64912024-11-14T04:57:46.893Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_enum
64922024-11-14T04:57:46.902Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_without_datum_field
64932024-11-14T04:57:46.909Z PASS [ 0.020s] oximeter-macro-impl tests::test_target
64942024-11-14T04:57:46.919Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_empty_struct
64952024-11-14T04:57:46.925Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_enum
64962024-11-14T04:57:46.937Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_unit_struct
64972024-11-14T04:57:47.029Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_with_datum_field
64982024-11-14T04:57:47.041Z PASS [ 0.094s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
64992024-11-14T04:57:47.080Z PASS [ 0.042s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
65002024-11-14T04:57:47.100Z PASS [ 0.020s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
65012024-11-14T04:57:47.126Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
65022024-11-14T04:57:47.146Z PASS [ 0.021s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
65032024-11-14T04:57:47.176Z PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
65042024-11-14T04:57:47.201Z PASS [ 0.025s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
65052024-11-14T04:57:47.237Z PASS [ 0.035s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
65062024-11-14T04:57:47.264Z PASS [ 0.029s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
65072024-11-14T04:57:47.280Z PASS [ 1.627s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
65082024-11-14T04:57:47.301Z PASS [ 0.038s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
65092024-11-14T04:57:47.317Z PASS [ 0.038s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
65102024-11-14T04:57:47.322Z PASS [ 0.023s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
65112024-11-14T04:57:47.336Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
65122024-11-14T04:57:47.342Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
65132024-11-14T04:57:47.358Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
65142024-11-14T04:57:47.363Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
65152024-11-14T04:57:47.373Z PASS [ 0.016s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
65162024-11-14T04:57:47.378Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_descriptions
65172024-11-14T04:57:47.389Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_metric_name
65182024-11-14T04:57:47.394Z PASS [ 0.015s] oximeter-schema ir::tests::fail_on_empty_target_name
65192024-11-14T04:57:47.403Z PASS [ 0.015s] oximeter-schema ir::tests::fail_on_very_long_field_names
65202024-11-14T04:57:47.410Z PASS [ 0.017s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
65212024-11-14T04:57:47.420Z PASS [ 0.015s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
65222024-11-14T04:57:47.427Z PASS [ 0.016s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
65232024-11-14T04:57:47.443Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
65242024-11-14T04:57:47.448Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
65252024-11-14T04:57:47.471Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
65262024-11-14T04:57:47.477Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
65272024-11-14T04:57:47.500Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
65282024-11-14T04:57:47.503Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
65292024-11-14T04:57:47.520Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
65302024-11-14T04:57:47.525Z PASS [ 0.024s] oximeter-schema ir::tests::only_support_format_version_1
65312024-11-14T04:57:47.539Z PASS [ 0.020s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
65322024-11-14T04:57:47.543Z PASS [ 0.018s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
65332024-11-14T04:57:47.642Z PASS [ 0.097s] oximeter-test-utils tests::test_sample_struct
65342024-11-14T04:57:47.653Z PASS [ 0.108s] oximeter-test-utils tests::test_gen_test_samples
65352024-11-14T04:57:47.677Z PASS [ 0.025s] oximeter-test-utils tests::test_timeseries_schema_from_parts
65362024-11-14T04:57:47.681Z PASS [ 0.039s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
65372024-11-14T04:57:47.703Z PASS [ 0.028s] oximeter-test-utils tests::test_timeseries_schema_from_sample
65382024-11-14T04:57:47.709Z PASS [ 0.028s] oximeter-types histogram::tests::test_bin_range
65392024-11-14T04:57:47.723Z PASS [ 0.022s] oximeter-types histogram::tests::test_bin_range_from
65402024-11-14T04:57:47.729Z PASS [ 0.020s] oximeter-types histogram::tests::test_bin_range_to
65412024-11-14T04:57:47.751Z PASS [ 0.027s] oximeter-types histogram::tests::test_empty_bins_not_supported
65422024-11-14T04:57:47.756Z PASS [ 0.028s] oximeter-types histogram::tests::test_ensure_finite
65432024-11-14T04:57:47.777Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_construct_with
65442024-11-14T04:57:47.789Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram
65452024-11-14T04:57:47.805Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_extreme_bins
65462024-11-14T04:57:47.817Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_extreme_samples
65472024-11-14T04:57:47.826Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_float_bins
65482024-11-14T04:57:47.830Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_unbounded_samples
65492024-11-14T04:57:47.851Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_unsorted_bins
65502024-11-14T04:57:47.856Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_bins
65512024-11-14T04:57:47.861Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
65522024-11-14T04:57:47.869Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
65532024-11-14T04:57:47.881Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u64
65542024-11-14T04:57:47.890Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u8
65552024-11-14T04:57:47.918Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
65562024-11-14T04:57:47.924Z PASS [ 0.042s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
65572024-11-14T04:57:47.942Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
65582024-11-14T04:57:47.950Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
65592024-11-14T04:57:47.962Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
65602024-11-14T04:57:47.967Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
65612024-11-14T04:57:47.980Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
65622024-11-14T04:57:47.985Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
65632024-11-14T04:57:47.996Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
65642024-11-14T04:57:48.001Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades
65652024-11-14T04:57:48.019Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
65662024-11-14T04:57:48.027Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
65672024-11-14T04:57:48.040Z PASS [ 0.024s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
65682024-11-14T04:57:48.044Z PASS [ 0.019s] oximeter-types quantile::tests::test_default_percentiles
65692024-11-14T04:57:48.054Z PASS [ 0.016s] oximeter-types quantile::tests::test_empty_observations
65702024-11-14T04:57:48.062Z PASS [ 0.018s] oximeter-types quantile::tests::test_find_cells
65712024-11-14T04:57:48.071Z PASS [ 0.017s] oximeter-types quantile::tests::test_float_observations
65722024-11-14T04:57:48.081Z PASS [ 0.018s] oximeter-types quantile::tests::test_integer_observations
65732024-11-14T04:57:48.089Z PASS [ 0.017s] oximeter-types quantile::tests::test_invalid_p_value
65742024-11-14T04:57:48.098Z PASS [ 0.019s] oximeter-types quantile::tests::test_max_p
65752024-11-14T04:57:48.105Z PASS [ 0.017s] oximeter-types quantile::tests::test_min_p
65762024-11-14T04:57:48.116Z PASS [ 0.016s] oximeter-types quantile::tests::test_non_filled_observations
65772024-11-14T04:57:48.132Z PASS [ 0.025s] oximeter-types quantile::tests::test_rounding
65782024-11-14T04:57:48.138Z PASS [ 0.023s] oximeter-types schema::tests::test_field_schema_ordering
65792024-11-14T04:57:48.185Z PASS [ 0.049s] oximeter-types schema::tests::test_timeseries_name
65802024-11-14T04:57:48.191Z PASS [ 0.050s] oximeter-types schema::tests::test_timeseries_name_from_str
65812024-11-14T04:57:48.207Z PASS [ 0.027s] oximeter-types traits::tests::test_metric_trait
65822024-11-14T04:57:48.220Z PASS [ 0.032s] oximeter-types traits::tests::test_producer_trait
65832024-11-14T04:57:48.226Z PASS [ 0.020s] oximeter-types traits::tests::test_target_trait
65842024-11-14T04:57:48.241Z PASS [ 0.020s] oximeter-types types::tests::test_cumulative_f64
65852024-11-14T04:57:48.247Z PASS [ 0.020s] oximeter-types types::tests::test_cumulative_i64
65862024-11-14T04:57:48.260Z PASS [ 0.020s] oximeter-types types::tests::test_datum
65872024-11-14T04:57:48.265Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
65882024-11-14T04:57:48.281Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
65892024-11-14T04:57:48.286Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
65902024-11-14T04:57:48.299Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
65912024-11-14T04:57:48.304Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
65922024-11-14T04:57:48.314Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
65932024-11-14T04:57:48.324Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
65942024-11-14T04:57:48.331Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
65952024-11-14T04:57:48.336Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
65962024-11-14T04:57:48.343Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
65972024-11-14T04:57:48.364Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
65982024-11-14T04:57:48.370Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
65992024-11-14T04:57:48.381Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
66002024-11-14T04:57:48.384Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
66012024-11-14T04:57:48.397Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
66022024-11-14T04:57:48.407Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
66032024-11-14T04:57:48.416Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
66042024-11-14T04:57:48.420Z PASS [ 0.020s] oximeter-types types::tests::test_measurement
66052024-11-14T04:57:48.430Z PASS [ 0.016s] oximeter-types types::tests::test_verify_field_names
66062024-11-14T04:57:48.434Z PASS [ 0.015s] oxlog tests::test_is_oxide_smf_log_file
66072024-11-14T04:57:48.442Z PASS [ 0.011s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
66082024-11-14T04:57:48.447Z PASS [ 0.012s] oxlog tests::test_sort_logs
66092024-11-14T04:57:48.518Z PASS [ 0.070s] oxql-types point::tests::test_cast_points_from_bool
66102024-11-14T04:57:48.518Z PASS [ 0.064s] oxql-types point::tests::test_cast_points_from_double
66112024-11-14T04:57:48.541Z PASS [ 0.019s] oxql-types point::tests::test_cast_points_from_int_distribution
66122024-11-14T04:57:48.541Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_double_distribution
66132024-11-14T04:57:48.551Z PASS [ 0.015s] oxql-types point::tests::test_cast_points_from_integer
66142024-11-14T04:57:48.564Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_string
66152024-11-14T04:57:48.570Z PASS [ 0.018s] oxql-types point::tests::test_join_point_arrays
66162024-11-14T04:57:48.585Z PASS [ 0.018s] oxql-types point::tests::test_point_delta_between
66172024-11-14T04:57:48.589Z PASS [ 0.019s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
66182024-11-14T04:57:48.602Z PASS [ 0.018s] oxql-types point::tests::test_point_delta_between_with_new_epoch
66192024-11-14T04:57:48.608Z PASS [ 0.018s] oxql-types point::tests::test_push_concrete_values
66202024-11-14T04:57:48.626Z PASS [ 0.024s] oxql-types point::tests::test_sub_between_histogram_distributions
66212024-11-14T04:57:49.312Z PASS [ 0.703s] reconfigurator-cli::test_basic test_basic
66222024-11-14T04:57:49.450Z PASS [ 0.139s] reconfigurator-cli::test_basic test_example
66232024-11-14T04:57:49.600Z PASS [ 0.149s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
66242024-11-14T04:57:49.621Z PASS [ 0.023s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
66252024-11-14T04:57:49.672Z PASS [ 0.048s] sled-agent-types rack_init::tests::parse_rack_initialization
66262024-11-14T04:57:49.701Z PASS [ 0.030s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
66272024-11-14T04:57:49.754Z PASS [ 0.054s] sled-agent-types rack_init::tests::test_extra_certs
66282024-11-14T04:57:49.777Z PASS [ 0.023s] sled-agent-types rack_init::tests::test_subnets
66292024-11-14T04:57:49.820Z PASS [ 0.041s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
66302024-11-14T04:57:49.848Z PASS [ 0.028s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
66312024-11-14T04:57:49.878Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_compare_bundles
66322024-11-14T04:57:49.901Z PASS [ 0.027s] sled-agent-types zone_bundle::tests::test_priority_dimension
66332024-11-14T04:57:49.920Z PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
66342024-11-14T04:57:49.950Z PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
66352024-11-14T04:57:50.004Z PASS [ 0.057s] sled-hardware disk::test::test_disk_paths
66362024-11-14T04:57:50.041Z PASS [ 0.033s] sled-hardware disk::test::test_partition_device_paths
66372024-11-14T04:57:50.114Z PASS [ 0.077s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
66382024-11-14T04:57:50.118Z PASS [ 3.182s] oximeter-producer tests::test_producer_registration_task
66392024-11-14T04:57:50.142Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
66402024-11-14T04:57:50.150Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
66412024-11-14T04:57:50.177Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
66422024-11-14T04:57:50.208Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
66432024-11-14T04:57:50.218Z PASS [ 0.069s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
66442024-11-14T04:57:50.238Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
66452024-11-14T04:57:50.250Z PASS [ 0.032s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
66462024-11-14T04:57:50.313Z PASS [ 0.076s] sled-storage dataset::test::serialize_dataset_name
66472024-11-14T04:57:50.363Z PASS [ 0.045s] sled-storage manager::test::test_omicron_physical_disks_schema
66482024-11-14T04:57:50.363Z PASS [ 0.108s] sled-storage manager::test::test_datasets_schema
66492024-11-14T04:57:51.697Z PASS [ 1.333s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
66502024-11-14T04:57:51.738Z PASS [ 0.040s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
66512024-11-14T04:57:52.672Z PASS [ 2.310s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
66522024-11-14T04:57:53.080Z PASS [ 32.142s] omicron-sled-agent nexus::test::nexus_self_notification_test
66532024-11-14T04:57:53.137Z PASS [ 0.057s] sled-storage manager::tests::ensure_using_exactly_these_disks
66542024-11-14T04:57:55.482Z PASS [ 2.347s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
66552024-11-14T04:57:55.807Z PASS [ 3.135s] sled-storage manager::tests::ensure_datasets
66562024-11-14T04:57:56.073Z PASS [ 4.333s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
66572024-11-14T04:57:57.553Z PASS [ 1.480s] sled-storage manager::tests::update_rawdisk_firmware
66582024-11-14T04:57:58.694Z PASS [ 3.212s] sled-storage manager::tests::nested_dataset
66592024-11-14T04:57:58.835Z PASS [ 3.028s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
66602024-11-14T04:58:00.149Z PASS [ 1.455s] sled-storage manager::tests::wait_for_boot_disk
66612024-11-14T04:58:00.284Z PASS [ 1.450s] tufaceous::integration-tests command_tests::test_assemble_fake
66622024-11-14T04:58:00.401Z PASS [ 2.849s] sled-storage manager::tests::upsert_filesystem
66632024-11-14T04:58:00.454Z PASS [ 0.051s] tufaceous-lib archive::tests::test_validate_path
66642024-11-14T04:58:00.552Z PASS [ 0.099s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
66652024-11-14T04:58:00.602Z PASS [ 0.452s] tufaceous::integration-tests command_tests::test_init_and_add
66662024-11-14T04:58:00.812Z PASS [ 0.260s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
66672024-11-14T04:58:01.071Z PASS [ 0.788s] tufaceous::manifest-tests check_manifest::fake.toml
66682024-11-14T04:58:01.190Z PASS [ 0.119s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
66692024-11-14T04:58:01.292Z PASS [ 0.101s] update-common artifacts::update_plan::tests::test_bad_rot_versions
66702024-11-14T04:58:01.377Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_multi_rot_bord
66712024-11-14T04:58:01.480Z PASS [ 0.102s] update-common artifacts::update_plan::tests::test_multi_rot_version
66722024-11-14T04:58:01.521Z PASS [ 0.042s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
66732024-11-14T04:58:01.577Z PASS [ 0.054s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
66742024-11-14T04:58:01.698Z PASS [ 0.120s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
66752024-11-14T04:58:01.723Z PASS [ 15.542s] oximeter-db::integration_test test_schemas_disjoint
66762024-11-14T04:58:01.734Z PASS [ 1.131s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
66772024-11-14T04:58:01.780Z PASS [ 0.048s] update-engine display::line_display_shared::tests::test_format_progress_counter
66782024-11-14T04:58:01.824Z PASS [ 0.041s] update-engine display::line_display_shared::tests::test_start_line
66792024-11-14T04:58:01.862Z PASS [ 0.041s] update-engine engine::tests::error_exits_early
66802024-11-14T04:58:01.900Z PASS [ 0.039s] update-engine events::tests::progress_event_parse_unknown
66812024-11-14T04:58:01.931Z PASS [ 0.031s] update-engine events::tests::step_event_parse_unknown
66822024-11-14T04:58:01.938Z PASS [ 0.219s] update-engine display::group_display::tests::test_stats
66832024-11-14T04:58:01.958Z PASS [ 0.027s] update-engine spec::tests::test_merge_anyhow_list
66842024-11-14T04:58:02.003Z PASS [ 0.044s] wicket state::inventory::tests::component_id_display
66852024-11-14T04:58:02.085Z PASS [ 0.391s] update-engine buffer::tests::test_buffer
66862024-11-14T04:58:02.179Z PASS [ 0.094s] wicket-common rack_setup::tests::roundtrip_import_export_policy
66872024-11-14T04:58:02.204Z PASS [ 0.265s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
66882024-11-14T04:58:02.304Z PASS [ 0.122s] wicketd installinator_progress::tests::test_states
66892024-11-14T04:58:02.326Z PASS [ 0.117s] wicketd rss_config::tests::test_bgp_auth_key_states
66902024-11-14T04:58:02.592Z PASS [ 0.587s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
66912024-11-14T04:58:02.853Z PASS [ 14.223s] reconfigurator-cli::test_basic test_blueprint_edit
66922024-11-14T04:58:03.343Z PASS [ 30.244s] oximeter-db client::tests::cannot_ping_nonexistent_server
66932024-11-14T04:58:03.682Z PASS [ 1.387s] wicketd::mod integration_tests::inventory::test_inventory
66942024-11-14T04:58:04.351Z PASS [ 1.766s] wicketd::mod integration_tests::updates::test_update_races
66952024-11-14T04:58:04.428Z PASS [ 3.624s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
66962024-11-14T04:58:05.427Z PASS [ 2.581s] wicketd::mod integration_tests::updates::test_updates
66972024-11-14T04:58:05.751Z PASS [ 19.584s] oximeter-db::integration_test test_cluster
66982024-11-14T04:58:06.191Z PASS [ 3.876s] wicketd::mod integration_tests::updates::test_installinator_fetch
66992024-11-14T04:58:33.767Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67002024-11-14T04:58:34.003Z PASS [ 60.239s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67012024-11-14T04:58:36.761Z PASS [ 2.761s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
67022024-11-14T04:58:53.525Z PASS [ 16.750s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
67032024-11-14T04:59:15.493Z PASS [ 20.128s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
67042024-11-14T05:00:13.655Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
67052024-11-14T05:01:13.662Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
67062024-11-14T05:02:13.671Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
67072024-11-14T05:03:13.681Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
67082024-11-14T05:04:13.689Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
67092024-11-14T05:05:07.935Z PASS [ 354.251s] oximeter-db client::tests::test_replicated
67102024-11-14T05:05:07.938Z------------
67112024-11-14T05:05:07.938Z Summary [2808.748s] 1700 tests run: 1700 passed (22 slow, 1 leaky), 4 skipped
67122024-11-14T05:05:07.972Z
67132024-11-14T05:05:07.974Zreal 47:15.303653307
67142024-11-14T05:05:07.974Zuser 4:07:14.329633862
67152024-11-14T05:05:07.974Zsys 49:01.214589203
67162024-11-14T05:05:07.975Ztrap 4:03.979928182
67172024-11-14T05:05:07.975Ztflt 46.113051636
67182024-11-14T05:05:07.975Zdflt 2:33.016844551
67192024-11-14T05:05:07.975Zkflt 0.601007302
67202024-11-14T05:05:07.975Zlock 1422:47:11.400315229
67212024-11-14T05:05:07.975Zslp 127:48:05.415891719
67222024-11-14T05:05:07.975Zlat 5:52:19.824320998
67232024-11-14T05:05:07.975Zstop 1:38:42.424625176
67242024-11-14T05:05:07.975Z+ banner doctest
67252024-11-14T05:05:07.978Z
67262024-11-14T05:05:07.978Z ##### #### #### ##### ###### #### #####
67272024-11-14T05:05:07.978Z # # # # # # # # # #
67282024-11-14T05:05:07.978Z # # # # # # ##### #### #
67292024-11-14T05:05:07.978Z # # # # # # # # #
67302024-11-14T05:05:07.978Z # # # # # # # # # # #
67312024-11-14T05:05:07.978Z ##### #### #### # ###### #### #
67322024-11-14T05:05:07.978Z
67332024-11-14T05:05:07.978Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
67342024-11-14T05:05:10.159Z Fresh unicode-ident v1.0.13
67352024-11-14T05:05:10.159Z Fresh cfg-if v1.0.0
67362024-11-14T05:05:10.162Z Fresh autocfg v1.4.0
67372024-11-14T05:05:10.162Z Fresh memchr v2.7.4
67382024-11-14T05:05:10.162Z Fresh version_check v0.9.5
67392024-11-14T05:05:10.162Z Fresh proc-macro2 v1.0.89
67402024-11-14T05:05:10.162Z Fresh value-bag v1.9.0
67412024-11-14T05:05:10.162Z Fresh scopeguard v1.2.0
67422024-11-14T05:05:10.162Z Fresh smallvec v1.13.2
67432024-11-14T05:05:10.162Z Fresh once_cell v1.20.2
67442024-11-14T05:05:10.162Z Fresh quote v1.0.37
67452024-11-14T05:05:10.162Z Fresh libc v0.2.162
67462024-11-14T05:05:10.162Z Fresh log v0.4.22
67472024-11-14T05:05:10.162Z Fresh itoa v1.0.11
67482024-11-14T05:05:10.162Z Fresh byteorder v1.5.0
67492024-11-14T05:05:10.162Z Fresh subtle v2.6.1
67502024-11-14T05:05:10.162Z Fresh pin-project-lite v0.2.14
67512024-11-14T05:05:10.162Z Fresh syn v2.0.87
67522024-11-14T05:05:10.162Z Fresh getrandom v0.2.15
67532024-11-14T05:05:10.162Z Fresh lock_api v0.4.12
67542024-11-14T05:05:10.162Z Fresh shlex v1.3.0
67552024-11-14T05:05:10.162Z Fresh jobserver v0.1.32
67562024-11-14T05:05:10.162Z Fresh serde_derive v1.0.215
67572024-11-14T05:05:10.162Z Fresh rand_core v0.6.4
67582024-11-14T05:05:10.162Z Fresh zeroize_derive v1.4.2
67592024-11-14T05:05:10.162Z Fresh cc v1.1.30
67602024-11-14T05:05:10.162Z Fresh thiserror-impl v1.0.69
67612024-11-14T05:05:10.162Z Fresh zerocopy-derive v0.7.35
67622024-11-14T05:05:10.166Z Fresh serde v1.0.215
67632024-11-14T05:05:10.166Z Fresh zeroize v1.8.1
67642024-11-14T05:05:10.166Z Fresh thiserror v1.0.69
67652024-11-14T05:05:10.166Z Fresh typenum v1.17.0
67662024-11-14T05:05:10.166Z Fresh zerocopy v0.7.35
67672024-11-14T05:05:10.166Z Fresh allocator-api2 v0.2.18
67682024-11-14T05:05:10.166Z Fresh bytes v1.7.2
67692024-11-14T05:05:10.166Z Fresh bitflags v2.6.0
67702024-11-14T05:05:10.166Z Fresh generic-array v0.14.7
67712024-11-14T05:05:10.166Z Fresh regex-syntax v0.8.5
67722024-11-14T05:05:10.166Z Fresh ryu v1.0.18
67732024-11-14T05:05:10.166Z Fresh parking_lot_core v0.9.10
67742024-11-14T05:05:10.166Z Fresh futures-core v0.3.31
67752024-11-14T05:05:10.166Z Fresh spin v0.9.8
67762024-11-14T05:05:10.166Z Fresh aho-corasick v1.1.3
67772024-11-14T05:05:10.166Z Fresh crypto-common v0.1.6
67782024-11-14T05:05:10.166Z Fresh parking_lot v0.12.3
67792024-11-14T05:05:10.166Z Fresh libm v0.2.8
67802024-11-14T05:05:10.166Z Fresh regex-automata v0.4.8
67812024-11-14T05:05:10.166Z Fresh signal-hook-registry v1.4.2
67822024-11-14T05:05:10.166Z Fresh errno v0.3.9
67832024-11-14T05:05:10.166Z Fresh equivalent v1.0.1
67842024-11-14T05:05:10.166Z Fresh num-traits v0.2.19
67852024-11-14T05:05:10.166Z Fresh rustix v0.38.37
67862024-11-14T05:05:10.166Z Fresh foldhash v0.1.3
67872024-11-14T05:05:10.166Z Fresh mio v1.0.2
67882024-11-14T05:05:10.167Z Fresh regex v1.11.1
67892024-11-14T05:05:10.167Z Fresh lazy_static v1.5.0
67902024-11-14T05:05:10.167Z Fresh tokio-macros v2.4.0
67912024-11-14T05:05:10.167Z Fresh serde_json v1.0.132
67922024-11-14T05:05:10.167Z Fresh hashbrown v0.15.0
67932024-11-14T05:05:10.167Z Fresh socket2 v0.5.7
67942024-11-14T05:05:10.167Z Fresh fnv v1.0.7
67952024-11-14T05:05:10.167Z Fresh const-oid v0.9.6
67962024-11-14T05:05:10.167Z Fresh futures-io v0.3.31
67972024-11-14T05:05:10.167Z Fresh either v1.13.0
67982024-11-14T05:05:10.173Z Fresh indexmap v2.6.0
67992024-11-14T05:05:10.173Z Fresh tokio v1.40.0
68002024-11-14T05:05:10.173Z Fresh block-buffer v0.10.4
68012024-11-14T05:05:10.173Z Fresh cpufeatures v0.2.14
68022024-11-14T05:05:10.173Z Fresh futures-sink v0.3.31
68032024-11-14T05:05:10.173Z Fresh pkg-config v0.3.31
68042024-11-14T05:05:10.173Z Fresh stable_deref_trait v1.2.0
68052024-11-14T05:05:10.173Z Fresh slab v0.4.9
68062024-11-14T05:05:10.173Z Fresh digest v0.10.7
68072024-11-14T05:05:10.173Z Fresh pin-utils v0.1.0
68082024-11-14T05:05:10.173Z Fresh heck v0.5.0
68092024-11-14T05:05:10.173Z Fresh futures-channel v0.3.31
68102024-11-14T05:05:10.173Z Fresh futures-macro v0.3.31
68112024-11-14T05:05:10.173Z Fresh futures-task v0.3.31
68122024-11-14T05:05:10.173Z Fresh iana-time-zone v0.1.61
68132024-11-14T05:05:10.173Z Fresh futures-util v0.3.31
68142024-11-14T05:05:10.173Z Fresh chrono v0.4.38
68152024-11-14T05:05:10.173Z Fresh ppv-lite86 v0.2.20
68162024-11-14T05:05:10.173Z Fresh synstructure v0.13.1
68172024-11-14T05:05:10.173Z Fresh uuid v1.11.0
68182024-11-14T05:05:10.173Z Fresh tracing-attributes v0.1.27
68192024-11-14T05:05:10.173Z Fresh rand_chacha v0.3.1
68202024-11-14T05:05:10.173Z Fresh zerofrom-derive v0.1.4
68212024-11-14T05:05:10.173Z Fresh tracing-core v0.1.32
68222024-11-14T05:05:10.173Z Fresh yoke-derive v0.7.4
68232024-11-14T05:05:10.173Z Fresh zerovec-derive v0.10.3
68242024-11-14T05:05:10.173Z Fresh displaydoc v0.2.5
68252024-11-14T05:05:10.173Z Fresh semver v1.0.23
68262024-11-14T05:05:10.173Z Fresh rand v0.8.5
68272024-11-14T05:05:10.173Z Fresh syn v1.0.109
68282024-11-14T05:05:10.173Z Fresh tracing v0.1.40
68292024-11-14T05:05:10.173Z Fresh zerofrom v0.1.4
68302024-11-14T05:05:10.173Z Fresh glob v0.3.1
68312024-11-14T05:05:10.174Z Fresh home v0.5.9
68322024-11-14T05:05:10.174Z Fresh minimal-lexical v0.2.1
68332024-11-14T05:05:10.174Z Fresh yoke v0.7.4
68342024-11-14T05:05:10.174Z Fresh nom v7.1.3
68352024-11-14T05:05:10.174Z Fresh http v1.1.0
68362024-11-14T05:05:10.174Z Fresh serde_derive_internals v0.29.1
68372024-11-14T05:05:10.174Z Fresh writeable v0.5.5
68382024-11-14T05:05:10.174Z Fresh dyn-clone v1.0.17
68392024-11-14T05:05:10.174Z Fresh litemap v0.7.3
68402024-11-14T05:05:10.174Z Fresh zerovec v0.10.4
68412024-11-14T05:05:10.174Z Fresh percent-encoding v2.3.1
68422024-11-14T05:05:10.174Z Fresh schemars_derive v0.8.21
68432024-11-14T05:05:10.174Z Fresh icu_provider_macros v1.5.0
68442024-11-14T05:05:10.174Z Fresh vcpkg v0.2.15
68452024-11-14T05:05:10.174Z Fresh tinystr v0.7.6
68462024-11-14T05:05:10.174Z Fresh schemars v0.8.21
68472024-11-14T05:05:10.174Z Fresh icu_locid_transform_data v1.5.0
68482024-11-14T05:05:10.174Z Fresh icu_collections v1.5.0
68492024-11-14T05:05:10.174Z Fresh form_urlencoded v1.2.1
68502024-11-14T05:05:10.174Z Fresh icu_locid v1.5.0
68512024-11-14T05:05:10.174Z Fresh itertools v0.12.1
68522024-11-14T05:05:10.174Z Fresh libloading v0.8.5
68532024-11-14T05:05:10.174Z Fresh icu_properties_data v1.5.0
68542024-11-14T05:05:10.174Z Fresh prettyplease v0.2.25
68552024-11-14T05:05:10.174Z Fresh cexpr v0.6.0
68562024-11-14T05:05:10.174Z Fresh icu_provider v1.5.0
68572024-11-14T05:05:10.174Z Fresh clang-sys v1.8.1
68582024-11-14T05:05:10.174Z Fresh crossbeam-utils v0.8.20
68592024-11-14T05:05:10.174Z Fresh which v4.4.2
68602024-11-14T05:05:10.174Z Fresh lazycell v1.3.0
68612024-11-14T05:05:10.174Z Fresh write16 v1.0.0
68622024-11-14T05:05:10.174Z Fresh icu_locid_transform v1.5.0
68632024-11-14T05:05:10.174Z Fresh rustc-hash v1.1.0
68642024-11-14T05:05:10.174Z Fresh utf16_iter v1.0.5
68652024-11-14T05:05:10.174Z Fresh icu_normalizer_data v1.5.0
68662024-11-14T05:05:10.174Z Fresh utf8_iter v1.0.4
68672024-11-14T05:05:10.174Z Fresh block-padding v0.3.3
68682024-11-14T05:05:10.175Z Fresh icu_properties v1.5.1
68692024-11-14T05:05:10.175Z Fresh bindgen v0.69.5
68702024-11-14T05:05:10.175Z Fresh inout v0.1.3
68712024-11-14T05:05:10.175Z Fresh tinyvec_macros v0.1.1
68722024-11-14T05:05:10.175Z Fresh powerfmt v0.2.0
68732024-11-14T05:05:10.175Z Fresh num-conv v0.1.0
68742024-11-14T05:05:10.175Z Fresh icu_normalizer v1.5.0
68752024-11-14T05:05:10.175Z Fresh paste v1.0.15
68762024-11-14T05:05:10.175Z Fresh cipher v0.4.4
68772024-11-14T05:05:10.175Z Fresh tinyvec v1.8.0
68782024-11-14T05:05:10.175Z Fresh adler2 v2.0.0
68792024-11-14T05:05:10.175Z Fresh atomic-waker v1.1.2
68802024-11-14T05:05:10.175Z Fresh time-core v0.1.2
68812024-11-14T05:05:10.175Z Fresh idna_adapter v1.2.0
68822024-11-14T05:05:10.175Z Fresh httparse v1.9.5
68832024-11-14T05:05:10.175Z Fresh time-macros v0.2.18
68842024-11-14T05:05:10.175Z Fresh unicode-normalization v0.1.24
68852024-11-14T05:05:10.175Z Fresh miniz_oxide v0.8.0
68862024-11-14T05:05:10.175Z Fresh deranged v0.3.11
68872024-11-14T05:05:10.175Z Fresh tokio-util v0.7.12
68882024-11-14T05:05:10.175Z Fresh cmake v0.1.51
68892024-11-14T05:05:10.175Z Fresh idna v1.0.3
68902024-11-14T05:05:10.176Z Fresh untrusted v0.9.0
68912024-11-14T05:05:10.176Z Fresh fs_extra v1.3.0
68922024-11-14T05:05:10.176Z Fresh num_threads v0.1.7
68932024-11-14T05:05:10.176Z Fresh dunce v1.0.5
68942024-11-14T05:05:10.176Z Fresh serde_spanned v0.6.8
68952024-11-14T05:05:10.176Z Fresh toml_datetime v0.6.8
68962024-11-14T05:05:10.176Z Fresh unicode-bidi v0.3.17
68972024-11-14T05:05:10.176Z Fresh url v2.5.3
68982024-11-14T05:05:10.179Z Fresh ring v0.17.8
68992024-11-14T05:05:10.179Z Fresh time v0.3.36
69002024-11-14T05:05:10.179Z Fresh base64ct v1.6.0
69012024-11-14T05:05:10.179Z Fresh hmac v0.12.1
69022024-11-14T05:05:10.179Z Fresh sha2 v0.10.8
69032024-11-14T05:05:10.179Z Fresh rustls-pki-types v1.9.0
69042024-11-14T05:05:10.179Z Fresh strsim v0.11.1
69052024-11-14T05:05:10.180Z Fresh untrusted v0.7.1
69062024-11-14T05:05:10.180Z Fresh http-body v1.0.1
69072024-11-14T05:05:10.180Z Fresh try-lock v0.2.5
69082024-11-14T05:05:10.180Z Fresh base64 v0.22.1
69092024-11-14T05:05:10.180Z Fresh aws-lc-sys v0.22.0
69102024-11-14T05:05:10.180Z Fresh httpdate v1.0.3
69112024-11-14T05:05:10.180Z Fresh mirai-annotations v1.12.0
69122024-11-14T05:05:10.180Z Fresh want v0.3.1
69132024-11-14T05:05:10.180Z Fresh pem-rfc7468 v0.7.0
69142024-11-14T05:05:10.180Z Fresh h2 v0.4.6
69152024-11-14T05:05:10.180Z Fresh aws-lc-rs v1.10.0
69162024-11-14T05:05:10.180Z Fresh ahash v0.8.11
69172024-11-14T05:05:10.180Z Fresh serde_tokenstream v0.2.2
69182024-11-14T05:05:10.180Z Fresh gimli v0.31.1
69192024-11-14T05:05:10.180Z Fresh hyper v1.5.0
69202024-11-14T05:05:10.180Z Fresh async-trait v0.1.83
69212024-11-14T05:05:10.180Z Fresh object v0.36.5
69222024-11-14T05:05:10.180Z Fresh addr2line v0.24.2
69232024-11-14T05:05:10.180Z Fresh rustls-webpki v0.102.8
69242024-11-14T05:05:10.180Z Fresh rustc-demangle v0.1.24
69252024-11-14T05:05:10.180Z Fresh der_derive v0.7.3
69262024-11-14T05:05:10.180Z Fresh flagset v0.4.6
69272024-11-14T05:05:10.180Z Fresh backtrace v0.3.74
69282024-11-14T05:05:10.180Z Fresh slog v2.7.0
69292024-11-14T05:05:10.180Z Fresh tower-service v0.3.3
69302024-11-14T05:05:10.180Z Fresh der v0.7.9
69312024-11-14T05:05:10.180Z Fresh pbkdf2 v0.12.2
69322024-11-14T05:05:10.180Z Fresh aes v0.8.4
69332024-11-14T05:05:10.181Z Fresh hyper-util v0.1.10
69342024-11-14T05:05:10.181Z Fresh anyhow v1.0.93
69352024-11-14T05:05:10.181Z Fresh rustc_version v0.4.1
69362024-11-14T05:05:10.181Z Fresh mime v0.3.17
69372024-11-14T05:05:10.181Z Fresh spki v0.7.3
69382024-11-14T05:05:10.181Z Fresh cbc v0.1.2
69392024-11-14T05:05:10.181Z Fresh salsa20 v0.10.2
69402024-11-14T05:05:10.181Z Fresh scrypt v0.11.0
69412024-11-14T05:05:10.181Z Fresh http-body-util v0.1.2
69422024-11-14T05:05:10.181Z Fresh futures-executor v0.3.31
69432024-11-14T05:05:10.181Z Fresh ipnet v2.10.1
69442024-11-14T05:05:10.181Z Fresh rustls-pemfile v2.2.0
69452024-11-14T05:05:10.181Z Fresh openssl-probe v0.1.5
69462024-11-14T05:05:10.181Z Fresh rustversion v1.0.17
69472024-11-14T05:05:10.181Z Fresh pkcs5 v0.7.1
69482024-11-14T05:05:10.181Z Fresh futures v0.3.31
69492024-11-14T05:05:10.181Z Fresh foreign-types-shared v0.1.1
69502024-11-14T05:05:10.181Z Fresh openssl-sys v0.9.104
69512024-11-14T05:05:10.181Z Fresh serde_urlencoded v0.7.1
69522024-11-14T05:05:10.181Z Fresh pkcs8 v0.10.2
69532024-11-14T05:05:10.181Z Fresh foreign-types v0.3.2
69542024-11-14T05:05:10.181Z Fresh openssl-macros v0.1.1
69552024-11-14T05:05:10.181Z Fresh encoding_rs v0.8.34
69562024-11-14T05:05:10.181Z Fresh data-encoding v2.6.0
69572024-11-14T05:05:10.181Z Fresh camino v1.1.9
69582024-11-14T05:05:10.181Z Fresh openssl v0.10.68
69592024-11-14T05:05:10.181Z Fresh is-terminal v0.4.13
69602024-11-14T05:05:10.181Z Fresh winnow v0.5.40
69612024-11-14T05:05:10.181Z Fresh utf8parse v0.2.2
69622024-11-14T05:05:10.181Z Fresh winnow v0.6.20
69632024-11-14T05:05:10.181Z Fresh sha1 v0.10.6
69642024-11-14T05:05:10.181Z Fresh rustls v0.23.14
69652024-11-14T05:05:10.181Z Fresh toml_edit v0.19.15
69662024-11-14T05:05:10.181Z Fresh openapiv3 v2.0.0
69672024-11-14T05:05:10.181Z Fresh unicode-width v0.1.14
69682024-11-14T05:05:10.181Z Fresh idna v0.3.0
69692024-11-14T05:05:10.181Z Fresh dirs-sys-next v0.1.2
69702024-11-14T05:05:10.181Z Fresh tokio-rustls v0.26.0
69712024-11-14T05:05:10.181Z Fresh native-tls v0.2.12
69722024-11-14T05:05:10.182Z Fresh ucd-trie v0.1.7
69732024-11-14T05:05:10.182Z Fresh siphasher v0.3.11
69742024-11-14T05:05:10.182Z Fresh psl-types v2.0.11
69752024-11-14T05:05:10.182Z Fresh anstyle v1.0.10
69762024-11-14T05:05:10.182Z Fresh dirs-next v2.0.0
69772024-11-14T05:05:10.182Z Fresh cookie v0.18.1
69782024-11-14T05:05:10.182Z Fresh pest v2.7.14
69792024-11-14T05:05:10.182Z Fresh tokio-native-tls v0.3.1
69802024-11-14T05:05:10.182Z Fresh publicsuffix v2.2.3
69812024-11-14T05:05:10.182Z Fresh webpki-roots v0.26.6
69822024-11-14T05:05:10.182Z Fresh idna v0.5.0
69832024-11-14T05:05:10.183Z Fresh term v0.7.0
69842024-11-14T05:05:10.183Z Fresh signature v2.2.0
69852024-11-14T05:05:10.183Z Fresh hyper-rustls v0.27.3
69862024-11-14T05:05:10.183Z Fresh pest_meta v2.7.14
69872024-11-14T05:05:10.183Z Fresh hyper-tls v0.6.0
69882024-11-14T05:05:10.183Z Fresh cookie_store v0.21.0
69892024-11-14T05:05:10.183Z Fresh sync_wrapper v1.0.1
69902024-11-14T05:05:10.183Z Fresh scroll_derive v0.12.0
69912024-11-14T05:05:10.183Z Fresh toml_edit v0.22.22
69922024-11-14T05:05:10.183Z Fresh anstyle-parse v0.2.5
69932024-11-14T05:05:10.186Z Fresh scroll v0.12.0
69942024-11-14T05:05:10.186Z Fresh pest_generator v2.7.14
69952024-11-14T05:05:10.186Z Fresh reqwest v0.12.9
69962024-11-14T05:05:10.186Z Fresh anstyle-query v1.1.1
69972024-11-14T05:05:10.186Z Fresh heck v0.4.1
69982024-11-14T05:05:10.186Z Fresh plain v0.2.3
69992024-11-14T05:05:10.186Z Fresh colorchoice v1.0.2
70002024-11-14T05:05:10.186Z Fresh unicode-segmentation v1.12.0
70012024-11-14T05:05:10.186Z Fresh is_terminal_polyfill v1.70.1
70022024-11-14T05:05:10.186Z Fresh goblin v0.8.2
70032024-11-14T05:05:10.186Z Fresh pest_derive v2.7.14
70042024-11-14T05:05:10.186Z Fresh terminal_size v0.4.0
70052024-11-14T05:05:10.186Z Fresh crc32fast v1.4.2
70062024-11-14T05:05:10.186Z Fresh base16ct v0.2.0
70072024-11-14T05:05:10.186Z Fresh clap_lex v0.7.2
70082024-11-14T05:05:10.186Z Fresh anstream v0.6.15
70092024-11-14T05:05:10.186Z Fresh pretty-hex v0.4.1
70102024-11-14T05:05:10.186Z Fresh sec1 v0.7.3
70112024-11-14T05:05:10.186Z Fresh dtrace-parser v0.2.0
70122024-11-14T05:05:10.186Z Fresh clap_derive v4.5.18
70132024-11-14T05:05:10.186Z Fresh num-integer v0.1.46
70142024-11-14T05:05:10.186Z Fresh ff v0.13.0
70152024-11-14T05:05:10.186Z Fresh clap_builder v4.5.20
70162024-11-14T05:05:10.186Z Fresh dof v0.3.0
70172024-11-14T05:05:10.186Z Fresh thread-id v4.2.2
70182024-11-14T05:05:10.186Z Fresh group v0.13.0
70192024-11-14T05:05:10.186Z Fresh hkdf v0.12.4
70202024-11-14T05:05:10.186Z Fresh crossbeam-epoch v0.9.18
70212024-11-14T05:05:10.187Z Fresh crypto-bigint v0.5.5
70222024-11-14T05:05:10.187Z Fresh static_assertions v1.1.0
70232024-11-14T05:05:10.187Z Fresh clap v4.5.20
70242024-11-14T05:05:10.187Z Fresh usdt-impl v0.5.0
70252024-11-14T05:05:10.187Z Fresh bitflags v1.3.2
70262024-11-14T05:05:10.187Z Fresh utf-8 v0.7.6
70272024-11-14T05:05:10.187Z Fresh elliptic-curve v0.13.8
70282024-11-14T05:05:10.187Z Fresh toml v0.8.19
70292024-11-14T05:05:10.187Z Fresh crossbeam-channel v0.5.13
70302024-11-14T05:05:10.187Z Fresh itertools v0.10.5
70312024-11-14T05:05:10.187Z Fresh hex v0.4.3
70322024-11-14T05:05:10.187Z Fresh thread_local v1.1.8
70332024-11-14T05:05:10.187Z Fresh bit-vec v0.6.3
70342024-11-14T05:05:10.187Z Fresh usdt-attr-macro v0.5.0
70352024-11-14T05:05:10.187Z Fresh usdt-macro v0.5.0
70362024-11-14T05:05:10.187Z Fresh bit-set v0.5.3
70372024-11-14T05:05:10.187Z Fresh crossbeam-deque v0.8.5
70382024-11-14T05:05:10.187Z Fresh num-iter v0.1.45
70392024-11-14T05:05:10.187Z Fresh flate2 v1.0.34
70402024-11-14T05:05:10.187Z Fresh memmap v0.7.0
70412024-11-14T05:05:10.187Z Fresh take_mut v0.2.2
70422024-11-14T05:05:10.187Z Fresh match_cfg v0.1.0
70432024-11-14T05:05:10.187Z Fresh usdt v0.5.0
70442024-11-14T05:05:10.187Z Fresh slog-async v2.8.0
70452024-11-14T05:05:10.187Z Fresh rayon-core v1.12.1
70462024-11-14T05:05:10.187Z Fresh slog-term v2.9.1
70472024-11-14T05:05:10.187Z Fresh hostname v0.3.1
70482024-11-14T05:05:10.187Z Fresh phf_shared v0.11.2
70492024-11-14T05:05:10.187Z Fresh toml v0.7.8
70502024-11-14T05:05:10.187Z Fresh rfc6979 v0.4.0
70512024-11-14T05:05:10.187Z Fresh bstr v1.10.0
70522024-11-14T05:05:10.187Z Fresh zerocopy-derive v0.6.6
70532024-11-14T05:05:10.187Z Fresh curve25519-dalek-derive v0.1.1
70542024-11-14T05:05:10.187Z Fresh fixedbitset v0.4.2
70552024-11-14T05:05:10.187Z Fresh managed v0.8.0
70562024-11-14T05:05:10.187Z Fresh ecdsa v0.16.9
70572024-11-14T05:05:10.187Z Fresh rustls v0.22.4
70582024-11-14T05:05:10.187Z Fresh num-bigint-dig v0.8.4
70592024-11-14T05:05:10.187Z Fresh zerocopy v0.6.6
70602024-11-14T05:05:10.188Z Fresh curve25519-dalek v4.1.3
70612024-11-14T05:05:10.188Z Fresh petgraph v0.6.5
70622024-11-14T05:05:10.188Z Fresh phf_shared v0.10.0
70632024-11-14T05:05:10.188Z Fresh pkcs1 v0.7.5
70642024-11-14T05:05:10.191Z Fresh unicode-xid v0.2.6
70652024-11-14T05:05:10.191Z Fresh new_debug_unreachable v1.0.6
70662024-11-14T05:05:10.191Z Fresh precomputed-hash v0.1.1
70672024-11-14T05:05:10.191Z Fresh rsa v0.9.6
70682024-11-14T05:05:10.191Z Fresh signal-hook v0.3.17
70692024-11-14T05:05:10.191Z Fresh tokio-rustls v0.25.0
70702024-11-14T05:05:10.192Z Fresh ed25519 v2.2.3
70712024-11-14T05:05:10.192Z Fresh string_cache v0.8.7
70722024-11-14T05:05:10.192Z Fresh slog-json v2.6.1
70732024-11-14T05:05:10.192Z Fresh hubpack_derive v0.1.1
70742024-11-14T05:05:10.192Z Fresh async-stream-impl v0.3.6
70752024-11-14T05:05:10.192Z Fresh debug-ignore v1.0.5
70762024-11-14T05:05:10.192Z Fresh quick-error v1.2.3
70772024-11-14T05:05:10.192Z Fresh multer v3.1.0
70782024-11-14T05:05:10.192Z Fresh ed25519-dalek v2.1.1
70792024-11-14T05:05:10.192Z Fresh async-stream v0.3.6
70802024-11-14T05:05:10.192Z Fresh hubpack v0.1.2
70812024-11-14T05:05:10.192Z Fresh slog-bunyan v2.5.0
70822024-11-14T05:05:10.192Z Fresh bzip2-sys v0.1.11+1.0.8
70832024-11-14T05:05:10.192Z Fresh x509-cert v0.2.5
70842024-11-14T05:05:10.192Z Fresh idna v0.4.0
70852024-11-14T05:05:10.192Z Fresh waitgroup v0.1.2
70862024-11-14T05:05:10.192Z Fresh enum-as-inner v0.6.1
70872024-11-14T05:05:10.192Z Fresh serde_path_to_error v0.1.16
70882024-11-14T05:05:10.192Z Fresh hostname v0.4.0
70892024-11-14T05:05:10.193Z Fresh lalrpop-util v0.19.12
70902024-11-14T05:05:10.193Z Fresh bzip2 v0.4.4
70912024-11-14T05:05:10.193Z Fresh signal-hook-mio v0.2.4
70922024-11-14T05:05:10.193Z Fresh hickory-proto v0.24.1
70932024-11-14T05:05:10.193Z Fresh console v0.15.8
70942024-11-14T05:05:10.193Z Fresh dropshot_endpoint v0.12.0
70952024-11-14T05:05:10.193Z Fresh hash32 v0.2.1
70962024-11-14T05:05:10.193Z Fresh unicode-properties v0.1.3
70972024-11-14T05:05:10.193Z Fresh linked-hash-map v0.5.6
70982024-11-14T05:05:10.193Z Fresh predicates-core v1.0.8
70992024-11-14T05:05:10.193Z Fresh heapless v0.7.17
71002024-11-14T05:05:10.193Z Fresh stringprep v0.1.5
71012024-11-14T05:05:10.193Z Fresh lru-cache v0.1.2
71022024-11-14T05:05:10.193Z Fresh dropshot v0.12.0
71032024-11-14T05:05:10.193Z Fresh crossterm v0.28.1
71042024-11-14T05:05:10.193Z Fresh similar v2.6.0
71052024-11-14T05:05:10.193Z Fresh rayon v1.10.0
71062024-11-14T05:05:10.193Z Fresh tokio-stream v0.1.16
71072024-11-14T05:05:10.193Z Fresh md-5 v0.10.6
71082024-11-14T05:05:10.193Z Fresh float-cmp v0.9.0
71092024-11-14T05:05:10.193Z Fresh fallible-iterator v0.2.0
71102024-11-14T05:05:10.193Z Fresh difflib v0.4.0
71112024-11-14T05:05:10.193Z Fresh normalize-line-endings v0.3.0
71122024-11-14T05:05:10.193Z Fresh postgres-protocol v0.6.7
71132024-11-14T05:05:10.193Z Fresh smoltcp v0.9.1
71142024-11-14T05:05:10.193Z Fresh portable-atomic v1.9.0
71152024-11-14T05:05:10.193Z Fresh zip v0.6.6
71162024-11-14T05:05:10.193Z Fresh resolv-conf v0.7.0
71172024-11-14T05:05:10.193Z Fresh phf v0.11.2
71182024-11-14T05:05:10.193Z Fresh tungstenite v0.24.0
71192024-11-14T05:05:10.193Z Fresh predicates v3.1.2
71202024-11-14T05:05:10.193Z Fresh strum_macros v0.25.3
71212024-11-14T05:05:10.193Z Fresh serde-big-array v0.5.1
71222024-11-14T05:05:10.193Z Fresh serde_repr v0.1.19
71232024-11-14T05:05:10.193Z Fresh number_prefix v0.4.0
71242024-11-14T05:05:10.193Z Fresh peg-runtime v0.8.3
71252024-11-14T05:05:10.193Z Fresh postgres-types v0.2.8
71262024-11-14T05:05:10.193Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
71272024-11-14T05:05:10.193Z Fresh indicatif v0.17.8
71282024-11-14T05:05:10.193Z Fresh tokio-tungstenite v0.24.0
71292024-11-14T05:05:10.194Z Fresh hickory-resolver v0.24.1
71302024-11-14T05:05:10.194Z Fresh derive-where v1.2.7
71312024-11-14T05:05:10.194Z Fresh whoami v1.5.2
71322024-11-14T05:05:10.194Z Fresh hashbrown v0.14.5
71332024-11-14T05:05:10.194Z Fresh qorb v0.2.0
71342024-11-14T05:05:10.194Z Fresh fs-err v2.11.0
71352024-11-14T05:05:10.194Z Fresh tokio-postgres v0.7.12
71362024-11-14T05:05:10.194Z Fresh regress v0.10.1
71372024-11-14T05:05:10.194Z Fresh unsafe-libyaml v0.2.11
71382024-11-14T05:05:10.194Z Fresh progenitor-client v0.8.0
71392024-11-14T05:05:10.194Z Fresh fastrand v2.1.1
71402024-11-14T05:05:10.194Z Fresh ident_case v1.0.1
71412024-11-14T05:05:10.194Z Fresh typify-impl v0.2.0
71422024-11-14T05:05:10.194Z Fresh serde_yaml v0.9.34+deprecated
71432024-11-14T05:05:10.194Z Fresh darling_core v0.20.10
71442024-11-14T05:05:10.194Z Fresh ipnetwork v0.20.0
71452024-11-14T05:05:10.194Z Fresh tempfile v3.13.0
71462024-11-14T05:05:10.194Z Fresh strum_macros v0.26.4
71472024-11-14T05:05:10.194Z Fresh typify-macro v0.2.0
71482024-11-14T05:05:10.194Z Fresh darling_macro v0.20.10
71492024-11-14T05:05:10.194Z Fresh strum v0.26.3
71502024-11-14T05:05:10.194Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
71512024-11-14T05:05:10.194Z Fresh instant v0.1.13
71522024-11-14T05:05:10.194Z Fresh regress v0.9.1
71532024-11-14T05:05:10.194Z Fresh typify v0.2.0
71542024-11-14T05:05:10.194Z Fresh darling v0.20.10
71552024-11-14T05:05:10.194Z Fresh newtype-uuid v1.1.3
71562024-11-14T05:05:10.194Z Fresh structmeta-derive v0.3.0
71572024-11-14T05:05:10.194Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
71582024-11-14T05:05:10.194Z Fresh backoff v0.4.0
71592024-11-14T05:05:10.194Z Fresh progenitor-impl v0.8.0
71602024-11-14T05:05:10.194Z Fresh serde_with_macros v3.11.0
71612024-11-14T05:05:10.194Z Fresh structmeta v0.3.0
71622024-11-14T05:05:10.194Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
71632024-11-14T05:05:10.194Z Fresh dropshot_endpoint v0.13.0
71642024-11-14T05:05:10.197Z Fresh progenitor-macro v0.8.0
71652024-11-14T05:05:10.197Z Fresh serde_with v3.11.0
71662024-11-14T05:05:10.197Z Fresh parse-display-derive v0.10.0
71672024-11-14T05:05:10.197Z Fresh dropshot v0.13.0
71682024-11-14T05:05:10.197Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
71692024-11-14T05:05:10.197Z Fresh macaddr v1.0.1
71702024-11-14T05:05:10.198Z Fresh wait-timeout v0.2.0
71712024-11-14T05:05:10.198Z Fresh rand_xorshift v0.3.0
71722024-11-14T05:05:10.198Z Fresh progenitor v0.8.0
71732024-11-14T05:05:10.198Z Fresh parse-display v0.10.0
71742024-11-14T05:05:10.198Z Fresh rusty-fork v0.3.0
71752024-11-14T05:05:10.198Z Fresh structmeta-derive v0.2.0
71762024-11-14T05:05:10.198Z Fresh unarray v0.1.4
71772024-11-14T05:05:10.198Z Fresh camino-tempfile v1.1.1
71782024-11-14T05:05:10.198Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
71792024-11-14T05:05:10.198Z Fresh structmeta v0.2.0
71802024-11-14T05:05:10.198Z Fresh proptest v1.5.0
71812024-11-14T05:05:10.198Z Fresh proc-macro-crate v1.3.1
71822024-11-14T05:05:10.198Z Fresh test-strategy v0.3.1
71832024-11-14T05:05:10.198Z Fresh proc-macro-error-attr v1.0.4
71842024-11-14T05:05:10.198Z Fresh num_enum_derive v0.5.11
71852024-11-14T05:05:10.198Z Fresh foreign-types-macros v0.2.3
71862024-11-14T05:05:10.198Z Fresh foreign-types-shared v0.3.1
71872024-11-14T05:05:10.199Z Fresh tabwriter v1.4.0
71882024-11-14T05:05:10.199Z Fresh proc-macro-error v1.0.4
71892024-11-14T05:05:10.199Z Fresh num_enum v0.5.11
71902024-11-14T05:05:10.199Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
71912024-11-14T05:05:10.199Z Fresh foreign-types v0.5.0
71922024-11-14T05:05:10.199Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
71932024-11-14T05:05:10.199Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
71942024-11-14T05:05:10.199Z Fresh cstr-argument v0.1.2
71952024-11-14T05:05:10.199Z Fresh pretty-hex v0.2.1
71962024-11-14T05:05:10.199Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
71972024-11-14T05:05:10.199Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
71982024-11-14T05:05:10.199Z Fresh colored v2.1.0
71992024-11-14T05:05:10.199Z Fresh smf v0.2.3
72002024-11-14T05:05:10.199Z Fresh hash32 v0.3.1
72012024-11-14T05:05:10.199Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
72022024-11-14T05:05:10.199Z Fresh cobs v0.2.3
72032024-11-14T05:05:10.199Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
72042024-11-14T05:05:10.199Z Fresh termtree v0.4.1
72052024-11-14T05:05:10.199Z Fresh crucible-workspace-hack v0.1.0
72062024-11-14T05:05:10.199Z Fresh heapless v0.8.0
72072024-11-14T05:05:10.200Z Fresh postcard v1.0.10
72082024-11-14T05:05:10.200Z Fresh predicates-tree v1.0.11
72092024-11-14T05:05:10.200Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
72102024-11-14T05:05:10.200Z Fresh smoltcp v0.11.0
72112024-11-14T05:05:10.200Z Fresh sigpipe v0.1.3
72122024-11-14T05:05:10.200Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
72132024-11-14T05:05:10.200Z Fresh zone_cfg_derive v0.3.0
72142024-11-14T05:05:10.200Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
72152024-11-14T05:05:10.200Z Fresh num-derive v0.4.2
72162024-11-14T05:05:10.200Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
72172024-11-14T05:05:10.200Z Fresh mockall_derive v0.13.0
72182024-11-14T05:05:10.200Z Fresh fragile v2.0.0
72192024-11-14T05:05:10.200Z Fresh downcast v0.11.0
72202024-11-14T05:05:10.200Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
72212024-11-14T05:05:10.201Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
72222024-11-14T05:05:10.201Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
72232024-11-14T05:05:10.201Z Fresh mockall v0.13.0
72242024-11-14T05:05:10.201Z Fresh zone v0.3.0
72252024-11-14T05:05:10.201Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
72262024-11-14T05:05:10.201Z Fresh convert_case v0.4.0
72272024-11-14T05:05:10.201Z Fresh base64 v0.21.7
72282024-11-14T05:05:10.201Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
72292024-11-14T05:05:10.201Z Fresh derive_more v0.99.18
72302024-11-14T05:05:10.201Z Fresh atomicwrites v0.4.4
72312024-11-14T05:05:10.201Z Fresh same-file v1.0.6
72322024-11-14T05:05:10.201Z Fresh itertools v0.13.0
72332024-11-14T05:05:10.201Z Fresh newline-converter v0.3.0
72342024-11-14T05:05:10.201Z Fresh xattr v1.3.1
72352024-11-14T05:05:10.201Z Fresh filetime v0.2.25
72362024-11-14T05:05:10.201Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
72372024-11-14T05:05:10.201Z Fresh walkdir v2.5.0
72382024-11-14T05:05:10.201Z Fresh expectorate v1.1.0
72392024-11-14T05:05:10.201Z Fresh tar v0.4.43
72402024-11-14T05:05:10.201Z Fresh password-hash v0.5.0
72412024-11-14T05:05:10.201Z Fresh blake2 v0.10.6
72422024-11-14T05:05:10.201Z Fresh argon2 v0.5.3
72432024-11-14T05:05:10.201Z Fresh libsw v3.3.1
72442024-11-14T05:05:10.201Z Fresh swrite v0.1.0
72452024-11-14T05:05:10.201Z Fresh indent_write v2.2.0
72462024-11-14T05:05:10.201Z Fresh linear-map v1.2.0
72472024-11-14T05:05:10.201Z Fresh cancel-safe-futures v0.1.5
72482024-11-14T05:05:10.201Z Fresh owo-colors v4.1.0
72492024-11-14T05:05:10.201Z Fresh num-rational v0.4.2
72502024-11-14T05:05:10.201Z Fresh num-complex v0.4.6
72512024-11-14T05:05:10.201Z Fresh float-ord v0.3.2
72522024-11-14T05:05:10.201Z Fresh tungstenite v0.21.0
72532024-11-14T05:05:10.201Z Fresh num v0.4.3
72542024-11-14T05:05:10.201Z Fresh tokio-tungstenite v0.21.0
72552024-11-14T05:05:10.201Z Fresh arc-swap v1.7.1
72562024-11-14T05:05:10.201Z Fresh highway v1.2.0
72572024-11-14T05:05:10.201Z Fresh semver v0.1.20
72582024-11-14T05:05:10.201Z Fresh humantime v2.1.0
72592024-11-14T05:05:10.202Z Fresh pem v3.0.4
72602024-11-14T05:05:10.202Z Fresh slog-scope v4.4.0
72612024-11-14T05:05:10.202Z Fresh rustc_version v0.1.7
72622024-11-14T05:05:10.202Z Fresh heck v0.3.3
72632024-11-14T05:05:10.202Z Fresh headers-core v0.3.0
72642024-11-14T05:05:10.205Z Fresh half v2.4.1
72652024-11-14T05:05:10.205Z Fresh slog-stdlog v4.1.1
72662024-11-14T05:05:10.205Z Fresh ciborium-io v0.2.2
72672024-11-14T05:05:10.205Z Fresh headers v0.4.0
72682024-11-14T05:05:10.205Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
72692024-11-14T05:05:10.205Z Fresh zone_cfg_derive v0.1.2
72702024-11-14T05:05:10.205Z Fresh slog-envlogger v2.2.0
72712024-11-14T05:05:10.205Z Fresh lzma-sys v0.1.20
72722024-11-14T05:05:10.206Z Fresh ciborium-ll v0.2.2
72732024-11-14T05:05:10.206Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
72742024-11-14T05:05:10.206Z Fresh base64 v0.13.1
72752024-11-14T05:05:10.206Z Fresh zone v0.1.8
72762024-11-14T05:05:10.206Z Fresh newtype_derive v0.1.6
72772024-11-14T05:05:10.206Z Fresh ron v0.7.1
72782024-11-14T05:05:10.206Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
72792024-11-14T05:05:10.206Z Fresh xz2 v0.1.7
72802024-11-14T05:05:10.206Z Fresh ciborium v0.2.2
72812024-11-14T05:05:10.206Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
72822024-11-14T05:05:10.206Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
72832024-11-14T05:05:10.206Z Fresh yasna v0.5.2
72842024-11-14T05:05:10.206Z Fresh steno v0.4.1
72852024-11-14T05:05:10.206Z Fresh rcgen v0.12.1
72862024-11-14T05:05:10.206Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
72872024-11-14T05:05:10.206Z Fresh subprocess v0.2.9
72882024-11-14T05:05:10.206Z Fresh display-error-chain v0.2.2
72892024-11-14T05:05:10.206Z Fresh keccak v0.1.5
72902024-11-14T05:05:10.206Z Fresh universal-hash v0.5.1
72912024-11-14T05:05:10.206Z Fresh opaque-debug v0.3.1
72922024-11-14T05:05:10.206Z Fresh constant_time_eq v0.3.1
72932024-11-14T05:05:10.206Z Fresh arrayvec v0.7.6
72942024-11-14T05:05:10.206Z Fresh sha3 v0.10.8
72952024-11-14T05:05:10.206Z Fresh arrayref v0.3.9
72962024-11-14T05:05:10.206Z Fresh secrecy v0.8.0
72972024-11-14T05:05:10.206Z Fresh aead v0.5.2
72982024-11-14T05:05:10.206Z Fresh poly1305 v0.8.0
72992024-11-14T05:05:10.206Z Fresh chacha20 v0.9.1
73002024-11-14T05:05:10.206Z Fresh memmap2 v0.9.5
73012024-11-14T05:05:10.206Z Fresh spin v0.5.2
73022024-11-14T05:05:10.206Z Fresh ring v0.16.20
73032024-11-14T05:05:10.206Z Fresh slog-dtrace v0.3.0
73042024-11-14T05:05:10.206Z Fresh blake3 v1.5.4
73052024-11-14T05:05:10.206Z Fresh topological-sort v0.2.2
73062024-11-14T05:05:10.206Z Fresh toolchain_find v0.4.0
73072024-11-14T05:05:10.206Z Fresh thiserror-impl-no-std v2.0.2
73082024-11-14T05:05:10.206Z Fresh omicron-zone-package v0.11.1
73092024-11-14T05:05:10.206Z Fresh maplit v1.0.2
73102024-11-14T05:05:10.206Z Fresh thiserror-no-std v2.0.2
73112024-11-14T05:05:10.207Z Fresh rustfmt-wrapper v0.2.1
73122024-11-14T05:05:10.207Z Fresh chacha20poly1305 v0.10.1
73132024-11-14T05:05:10.207Z Fresh vsss-rs v3.3.4
73142024-11-14T05:05:10.207Z Fresh gethostname v0.5.0
73152024-11-14T05:05:10.207Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
73162024-11-14T05:05:10.207Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
73172024-11-14T05:05:10.207Z Fresh termcolor v1.4.1
73182024-11-14T05:05:10.207Z Fresh tap v1.0.1
73192024-11-14T05:05:10.207Z Fresh funty v2.0.0
73202024-11-14T05:05:10.207Z Fresh wyz v0.5.1
73212024-11-14T05:05:10.207Z Fresh radium v0.7.0
73222024-11-14T05:05:10.207Z Fresh crc-catalog v2.4.0
73232024-11-14T05:05:10.207Z Fresh packed_struct_codegen v0.10.1
73242024-11-14T05:05:10.207Z Fresh bitvec v1.0.1
73252024-11-14T05:05:10.207Z Fresh crc v3.2.1
73262024-11-14T05:05:10.207Z Fresh maybe-uninit v2.0.0
73272024-11-14T05:05:10.207Z Fresh nibble_vec v0.1.0
73282024-11-14T05:05:10.207Z Fresh endian-type v0.1.2
73292024-11-14T05:05:10.207Z Fresh nodrop v0.1.14
73302024-11-14T05:05:10.207Z Fresh radix_trie v0.2.1
73312024-11-14T05:05:10.207Z Fresh smallvec v0.6.14
73322024-11-14T05:05:10.207Z Fresh packed_struct v0.10.1
73332024-11-14T05:05:10.207Z Fresh array-init v0.0.4
73342024-11-14T05:05:10.207Z Fresh bitfield v0.14.0
73352024-11-14T05:05:10.207Z Fresh hashbrown v0.12.3
73362024-11-14T05:05:10.207Z Fresh serde-hex v0.1.0
73372024-11-14T05:05:10.207Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
73382024-11-14T05:05:10.207Z Fresh indexmap v1.9.3
73392024-11-14T05:05:10.207Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
73402024-11-14T05:05:10.207Z Fresh env_logger v0.10.2
73412024-11-14T05:05:10.207Z Fresh ron v0.8.1
73422024-11-14T05:05:10.207Z Fresh dsl_auto_type v0.1.2
73432024-11-14T05:05:10.207Z Fresh hashbrown v0.13.2
73442024-11-14T05:05:10.207Z Fresh scheduled-thread-pool v0.2.7
73452024-11-14T05:05:10.207Z Fresh async-recursion v1.1.1
73462024-11-14T05:05:10.207Z Fresh diesel_table_macro_syntax v0.2.0
73472024-11-14T05:05:10.207Z Fresh crc-any v2.5.0
73482024-11-14T05:05:10.207Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
73492024-11-14T05:05:10.207Z Fresh object v0.30.4
73502024-11-14T05:05:10.208Z Fresh r2d2 v0.8.10
73512024-11-14T05:05:10.208Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
73522024-11-14T05:05:10.208Z Fresh diesel_derives v2.2.3
73532024-11-14T05:05:10.208Z Fresh bitfield-struct v0.6.2
73542024-11-14T05:05:10.208Z Fresh path-slash v0.1.5
73552024-11-14T05:05:10.208Z Fresh diff v0.1.13
73562024-11-14T05:05:10.208Z Fresh crunchy v0.2.2
73572024-11-14T05:05:10.208Z Fresh libefi-sys v0.1.0
73582024-11-14T05:05:10.208Z Fresh diesel v2.2.4
73592024-11-14T05:05:10.208Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
73602024-11-14T05:05:10.208Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
73612024-11-14T05:05:10.208Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
73622024-11-14T05:05:10.208Z Fresh const_format_proc_macros v0.2.33
73632024-11-14T05:05:10.208Z Fresh fxhash v0.2.1
73642024-11-14T05:05:10.212Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
73652024-11-14T05:05:10.212Z Fresh tiny-keccak v2.0.2
73662024-11-14T05:05:10.212Z Fresh const_format v0.2.33
73672024-11-14T05:05:10.212Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
73682024-11-14T05:05:10.212Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
73692024-11-14T05:05:10.212Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
73702024-11-14T05:05:10.212Z Fresh ascii-canvas v3.0.0
73712024-11-14T05:05:10.212Z Fresh ref-cast-impl v1.0.23
73722024-11-14T05:05:10.212Z Fresh ena v0.14.3
73732024-11-14T05:05:10.212Z Fresh regex-syntax v0.6.29
73742024-11-14T05:05:10.212Z Fresh kstat-rs v0.2.4
73752024-11-14T05:05:10.212Z Fresh lalrpop v0.19.12
73762024-11-14T05:05:10.212Z Fresh ref-cast v1.0.23
73772024-11-14T05:05:10.212Z Fresh derive_builder_core v0.20.2
73782024-11-14T05:05:10.212Z Fresh primeorder v0.13.6
73792024-11-14T05:05:10.212Z Fresh derive_builder_macro v0.20.2
73802024-11-14T05:05:10.212Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
73812024-11-14T05:05:10.212Z Fresh phf_generator v0.11.2
73822024-11-14T05:05:10.212Z Fresh strum_macros v0.24.3
73832024-11-14T05:05:10.212Z Fresh vte_generate_state_changes v0.1.2
73842024-11-14T05:05:10.212Z Fresh indoc v1.0.9
73852024-11-14T05:05:10.212Z Fresh libxml v0.3.3
73862024-11-14T05:05:10.212Z Fresh phf_codegen v0.11.2
73872024-11-14T05:05:10.212Z Fresh parking_lot_core v0.8.6
73882024-11-14T05:05:10.212Z Fresh vte v0.11.1
73892024-11-14T05:05:10.212Z Fresh polar-core v0.27.3
73902024-11-14T05:05:10.212Z Fresh derive_builder v0.20.2
73912024-11-14T05:05:10.212Z Fresh impl-trait-for-tuples v0.2.2
73922024-11-14T05:05:10.212Z Fresh oso-derive v0.27.3
73932024-11-14T05:05:10.212Z Fresh parse-zoneinfo v0.3.1
73942024-11-14T05:05:10.212Z Fresh fd-lock v4.0.2
73952024-11-14T05:05:10.212Z Fresh quick-xml v0.33.0
73962024-11-14T05:05:10.212Z Fresh cfg_aliases v0.1.1
73972024-11-14T05:05:10.212Z Fresh chrono-tz-build v0.4.0
73982024-11-14T05:05:10.212Z Fresh samael v0.0.17
73992024-11-14T05:05:10.212Z Fresh oso v0.27.3
74002024-11-14T05:05:10.213Z Fresh unicase v2.7.0
74012024-11-14T05:05:10.213Z Fresh strip-ansi-escapes v0.2.0
74022024-11-14T05:05:10.213Z Fresh parking_lot v0.11.2
74032024-11-14T05:05:10.213Z Fresh p384 v0.13.0
74042024-11-14T05:05:10.213Z Fresh nu-ansi-term v0.50.1
74052024-11-14T05:05:10.213Z Fresh reedline v0.35.0
74062024-11-14T05:05:10.213Z Fresh sled v0.34.7
74072024-11-14T05:05:10.213Z Fresh buf-list v1.0.3
74082024-11-14T05:05:10.213Z Fresh salty v0.3.0
74092024-11-14T05:05:10.213Z Fresh hickory-client v0.24.1
74102024-11-14T05:05:10.213Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
74112024-11-14T05:05:10.213Z Fresh hickory-server v0.24.1
74122024-11-14T05:05:10.213Z Fresh bb8 v0.8.5
74132024-11-14T05:05:10.213Z Fresh nanorand v0.7.0
74142024-11-14T05:05:10.213Z Fresh atty v0.2.14
74152024-11-14T05:05:10.213Z Fresh env_filter v0.1.2
74162024-11-14T05:05:10.213Z Fresh bytecount v0.6.8
74172024-11-14T05:05:10.213Z Fresh async-bb8-diesel v0.2.1
74182024-11-14T05:05:10.213Z Fresh papergrid v0.11.0
74192024-11-14T05:05:10.213Z Fresh flume v0.11.1
74202024-11-14T05:05:10.213Z Fresh env_logger v0.11.5
74212024-11-14T05:05:10.213Z Fresh nix v0.28.0
74222024-11-14T05:05:10.213Z Fresh diesel-dtrace v0.3.0
74232024-11-14T05:05:10.213Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
74242024-11-14T05:05:10.213Z Fresh tabled_derive v0.7.0
74252024-11-14T05:05:10.214Z Fresh peg-macros v0.8.4
74262024-11-14T05:05:10.214Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
74272024-11-14T05:05:10.214Z Fresh pin-project-internal v1.1.6
74282024-11-14T05:05:10.214Z Fresh sqlparser_derive v0.2.2
74292024-11-14T05:05:10.214Z Fresh unicode_categories v0.1.1
74302024-11-14T05:05:10.214Z Fresh pin-project v1.1.6
74312024-11-14T05:05:10.214Z Fresh mime_guess v2.0.5
74322024-11-14T05:05:10.214Z Fresh tabled v0.15.0
74332024-11-14T05:05:10.214Z Fresh sqlparser v0.45.0
74342024-11-14T05:05:10.214Z Fresh peg v0.8.4
74352024-11-14T05:05:10.214Z Fresh sqlformat v0.2.6
74362024-11-14T05:05:10.214Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
74372024-11-14T05:05:10.214Z Fresh memoffset v0.9.1
74382024-11-14T05:05:10.214Z Fresh rustyline v14.0.0
74392024-11-14T05:05:10.214Z Fresh chrono-tz v0.10.0
74402024-11-14T05:05:10.214Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
74412024-11-14T05:05:10.214Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
74422024-11-14T05:05:10.214Z Fresh bcs v0.1.6
74432024-11-14T05:05:10.214Z Fresh http-range v0.1.5
74442024-11-14T05:05:10.214Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
74452024-11-14T05:05:10.214Z Fresh nix v0.27.1
74462024-11-14T05:05:10.214Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
74472024-11-14T05:05:10.214Z Fresh hyper-staticfile v0.10.1
74482024-11-14T05:05:10.214Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
74492024-11-14T05:05:10.214Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
74502024-11-14T05:05:10.214Z Fresh tungstenite v0.23.0
74512024-11-14T05:05:10.214Z Fresh concurrent-queue v2.5.0
74522024-11-14T05:05:10.214Z Fresh snafu-derive v0.8.5
74532024-11-14T05:05:10.215Z Fresh simd-adler32 v0.3.7
74542024-11-14T05:05:10.215Z Fresh parking v2.2.1
74552024-11-14T05:05:10.215Z Fresh bumpalo v3.16.0
74562024-11-14T05:05:10.215Z Fresh lockfree-object-pool v0.1.6
74572024-11-14T05:05:10.215Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
74582024-11-14T05:05:10.215Z Fresh tokio-tungstenite v0.23.1
74592024-11-14T05:05:10.215Z Fresh snafu v0.8.5
74602024-11-14T05:05:10.215Z Fresh zopfli v0.8.1
74612024-11-14T05:05:10.215Z Fresh signal-hook-tokio v0.3.1
74622024-11-14T05:05:10.215Z Fresh globset v0.4.15
74632024-11-14T05:05:10.215Z Fresh olpc-cjson v0.1.4
74642024-11-14T05:05:10.218Z Fresh serde_plain v1.0.2
74652024-11-14T05:05:10.218Z Fresh cargo-platform v0.1.8
74662024-11-14T05:05:10.218Z Fresh typed-path v0.9.3
74672024-11-14T05:05:10.218Z Fresh zip v2.1.3
74682024-11-14T05:05:10.218Z Fresh parse-size v1.1.0
74692024-11-14T05:05:10.218Z Fresh cargo_metadata v0.18.1
74702024-11-14T05:05:10.218Z Fresh tough v0.19.0
74712024-11-14T05:05:10.218Z Fresh event-listener v5.3.1
74722024-11-14T05:05:10.218Z Fresh futures-lite v2.3.0
74732024-11-14T05:05:10.218Z Fresh event-listener-strategy v0.5.2
74742024-11-14T05:05:10.218Z Fresh rand_seeder v0.3.0
74752024-11-14T05:05:10.218Z Fresh csv-core v0.1.11
74762024-11-14T05:05:10.218Z Fresh libz-sys v1.1.20
74772024-11-14T05:05:10.218Z Fresh is_ci v1.2.0
74782024-11-14T05:05:10.218Z Fresh async-lock v3.4.0
74792024-11-14T05:05:10.218Z Fresh csv v1.3.0
74802024-11-14T05:05:10.218Z Fresh polyval v0.6.2
74812024-11-14T05:05:10.218Z Fresh libgit2-sys v0.17.0+1.8.1
74822024-11-14T05:05:10.218Z Fresh supports-color v3.0.1
74832024-11-14T05:05:10.218Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
74842024-11-14T05:05:10.218Z Fresh castaway v0.2.3
74852024-11-14T05:05:10.218Z Fresh polling v3.7.3
74862024-11-14T05:05:10.218Z Fresh ghash v0.5.1
74872024-11-14T05:05:10.218Z Fresh git2 v0.19.0
74882024-11-14T05:05:10.218Z Fresh async-io v2.3.4
74892024-11-14T05:05:10.218Z Fresh compact_str v0.8.0
74902024-11-14T05:05:10.218Z Fresh unicode-truncate v1.1.0
74912024-11-14T05:05:10.218Z Fresh ctr v0.9.2
74922024-11-14T05:05:10.218Z Fresh lru v0.12.5
74932024-11-14T05:05:10.218Z Fresh instability v0.3.2
74942024-11-14T05:05:10.218Z Fresh assert_matches v1.5.0
74952024-11-14T05:05:10.218Z Fresh async-task v4.7.1
74962024-11-14T05:05:10.218Z Fresh plotters-backend v0.3.7
74972024-11-14T05:05:10.218Z Fresh cassowary v0.3.0
74982024-11-14T05:05:10.218Z Fresh cfg_aliases v0.2.1
74992024-11-14T05:05:10.218Z Fresh ratatui v0.28.1
75002024-11-14T05:05:10.219Z Fresh plotters-svg v0.3.7
75012024-11-14T05:05:10.219Z Fresh aes-gcm v0.10.3
75022024-11-14T05:05:10.219Z Fresh vergen v8.3.2
75032024-11-14T05:05:10.219Z Fresh async-channel v2.3.1
75042024-11-14T05:05:10.219Z Fresh piper v0.2.4
75052024-11-14T05:05:10.219Z Fresh ssh-encoding v0.2.0
75062024-11-14T05:05:10.219Z Fresh sct v0.7.1
75072024-11-14T05:05:10.219Z Fresh rustls-webpki v0.101.7
75082024-11-14T05:05:10.219Z Fresh blowfish v0.9.1
75092024-11-14T05:05:10.219Z Fresh rtoolbox v0.0.2
75102024-11-14T05:05:10.219Z Fresh smawk v0.3.2
75112024-11-14T05:05:10.219Z Fresh cast v0.3.0
75122024-11-14T05:05:10.219Z Fresh unicode-linebreak v0.1.5
75132024-11-14T05:05:10.219Z Fresh ssh-cipher v0.2.0
75142024-11-14T05:05:10.219Z Fresh bcrypt-pbkdf v0.10.0
75152024-11-14T05:05:10.219Z Fresh criterion-plot v0.5.0
75162024-11-14T05:05:10.219Z Fresh rustls v0.21.12
75172024-11-14T05:05:10.219Z Fresh rpassword v7.3.1
75182024-11-14T05:05:10.219Z Fresh textwrap v0.16.1
75192024-11-14T05:05:10.219Z Fresh blocking v1.6.1
75202024-11-14T05:05:10.219Z Fresh tui-tree-widget v0.22.0
75212024-11-14T05:05:10.219Z Fresh plotters v0.3.7
75222024-11-14T05:05:10.219Z Fresh libsqlite3-sys v0.30.1
75232024-11-14T05:05:10.219Z Fresh async-executor v1.13.1
75242024-11-14T05:05:10.219Z Fresh async-signal v0.2.10
75252024-11-14T05:05:10.219Z Fresh hashlink v0.9.1
75262024-11-14T05:05:10.219Z Fresh password-hash v0.4.2
75272024-11-14T05:05:10.219Z Fresh tinytemplate v1.2.1
75282024-11-14T05:05:10.219Z Fresh event-listener v2.5.3
75292024-11-14T05:05:10.219Z Fresh hex-literal v0.4.1
75302024-11-14T05:05:10.219Z Fresh shell-words v1.1.0
75312024-11-14T05:05:10.219Z Fresh matches v0.1.10
75322024-11-14T05:05:10.219Z Fresh yansi v1.0.1
75332024-11-14T05:05:10.219Z Fresh fallible-streaming-iterator v0.1.9
75342024-11-14T05:05:10.219Z Fresh oorandom v11.1.4
75352024-11-14T05:05:10.219Z Fresh fallible-iterator v0.3.0
75362024-11-14T05:05:10.219Z Fresh anes v0.1.6
75372024-11-14T05:05:10.219Z Fresh idna v0.2.3
75382024-11-14T05:05:10.219Z Fresh criterion v0.5.1
75392024-11-14T05:05:10.220Z Fresh pretty_assertions v1.4.1
75402024-11-14T05:05:10.220Z Fresh rusqlite v0.32.1
75412024-11-14T05:05:10.220Z Fresh async-channel v1.9.0
75422024-11-14T05:05:10.220Z Fresh pbkdf2 v0.11.0
75432024-11-14T05:05:10.220Z Fresh async-global-executor v2.4.1
75442024-11-14T05:05:10.220Z Fresh async-process v2.3.0
75452024-11-14T05:05:10.220Z Fresh target-lexicon v0.12.16
75462024-11-14T05:05:10.220Z Fresh ssh-key v0.6.6
75472024-11-14T05:05:10.220Z Fresh tokio-rustls v0.24.1
75482024-11-14T05:05:10.220Z Fresh nix v0.29.0
75492024-11-14T05:05:10.220Z Fresh p521 v0.13.3
75502024-11-14T05:05:10.220Z Fresh p256 v0.13.2
75512024-11-14T05:05:10.220Z Fresh rustls-pemfile v1.0.4
75522024-11-14T05:05:10.220Z Fresh twox-hash v1.6.3
75532024-11-14T05:05:10.220Z Fresh enum-as-inner v0.5.1
75542024-11-14T05:05:10.220Z Fresh async-attributes v1.1.2
75552024-11-14T05:05:10.220Z Fresh kv-log-macro v1.0.7
75562024-11-14T05:05:10.220Z Fresh russh-cryptovec v0.7.3
75572024-11-14T05:05:10.220Z Fresh num_cpus v1.16.0
75582024-11-14T05:05:10.220Z Fresh md5 v0.7.0
75592024-11-14T05:05:10.220Z Fresh futures-timer v3.0.3
75602024-11-14T05:05:10.220Z Fresh async-std v1.13.0
75612024-11-14T05:05:10.220Z Fresh threadpool v1.8.1
75622024-11-14T05:05:10.220Z Fresh russh-keys v0.45.0
75632024-11-14T05:05:10.220Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
75642024-11-14T05:05:10.223Z Fresh trust-dns-proto v0.22.0
75652024-11-14T05:05:10.223Z Fresh cfg-expr v0.17.0
75662024-11-14T05:05:10.223Z Fresh doc-comment v0.3.3
75672024-11-14T05:05:10.223Z Fresh guppy-workspace-hack v0.1.0
75682024-11-14T05:05:10.223Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
75692024-11-14T05:05:10.223Z Fresh httptest v0.16.1
75702024-11-14T05:05:10.223Z Fresh fatfs v0.3.6
75712024-11-14T05:05:10.223Z Fresh num-bigint v0.4.6
75722024-11-14T05:05:10.223Z Fresh proc-macro-crate v3.2.0
75732024-11-14T05:05:10.223Z Fresh rustls-native-certs v0.7.3
75742024-11-14T05:05:10.223Z Fresh des v0.8.1
75752024-11-14T05:05:10.223Z Fresh relative-path v1.9.3
75762024-11-14T05:05:10.223Z Fresh dhcproto-macros v0.1.0
75772024-11-14T05:05:10.223Z Fresh escape8259 v0.5.3
75782024-11-14T05:05:10.223Z Fresh rstest_macros v0.23.0
75792024-11-14T05:05:10.223Z Fresh russh v0.45.0
75802024-11-14T05:05:10.224Z Fresh hyper-rustls v0.26.0
75812024-11-14T05:05:10.224Z Fresh assert_cmd v2.0.16
75822024-11-14T05:05:10.224Z Fresh target-spec v3.2.2
75832024-11-14T05:05:10.224Z Fresh libtest-mimic v0.7.3
75842024-11-14T05:05:10.224Z Fresh dhcproto v0.12.0
75852024-11-14T05:05:10.224Z Fresh target-triple v0.1.3
75862024-11-14T05:05:10.224Z Fresh async-object-pool v0.1.5
75872024-11-14T05:05:10.224Z Fresh blake2b_simd v1.0.2
75882024-11-14T05:05:10.224Z Fresh fancy-regex v0.13.0
75892024-11-14T05:05:10.224Z Fresh pathdiff v0.2.2
75902024-11-14T05:05:10.224Z Fresh assert-json-diff v2.0.2
75912024-11-14T05:05:10.224Z Fresh serde_regex v1.1.0
75922024-11-14T05:05:10.224Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
75932024-11-14T05:05:10.224Z Fresh uzers v0.12.1
75942024-11-14T05:05:10.224Z Fresh path-tree v0.8.1
75952024-11-14T05:05:10.224Z Fresh stringmetrics v2.2.2
75962024-11-14T05:05:10.224Z Fresh internet-checksum v0.2.1
75972024-11-14T05:05:10.224Z Fresh nested v0.1.1
75982024-11-14T05:05:10.224Z Fresh httpmock v0.8.0-alpha.1
75992024-11-14T05:05:10.224Z Fresh datatest-stable v0.2.9
76002024-11-14T05:05:10.224Z Fresh trybuild v1.0.101
76012024-11-14T05:05:10.224Z Fresh rust-argon2 v2.1.0
76022024-11-14T05:05:10.224Z Fresh guppy v0.17.8
76032024-11-14T05:05:10.224Z Fresh rstest v0.23.0
76042024-11-14T05:05:10.224Z Fresh partial-io v0.5.4
76052024-11-14T05:05:10.224Z Fresh similar-asserts v1.6.0
76062024-11-14T05:05:10.224Z Fresh rand_distr v0.4.3
76072024-11-14T05:05:10.224Z Fresh approx v0.5.1
76082024-11-14T05:05:10.224Z Fresh indoc v2.0.5
76092024-11-14T05:05:10.224Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
76102024-11-14T05:05:10.224Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
76112024-11-14T05:05:10.224Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
76122024-11-14T05:05:10.224Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
76132024-11-14T05:05:10.225Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
76142024-11-14T05:05:10.225Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
76152024-11-14T05:05:10.225Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
76162024-11-14T05:05:10.225Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
76172024-11-14T05:05:10.225Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
76182024-11-14T05:05:10.225Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
76192024-11-14T05:05:10.225Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
76202024-11-14T05:05:10.225Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
76212024-11-14T05:05:10.225Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
76222024-11-14T05:05:10.225Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
76232024-11-14T05:05:10.225Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
76242024-11-14T05:05:10.225Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
76252024-11-14T05:05:10.225Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
76262024-11-14T05:05:10.225Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
76272024-11-14T05:05:10.225Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
76282024-11-14T05:05:10.225Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
76292024-11-14T05:05:10.225Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
76302024-11-14T05:05:10.225Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
76312024-11-14T05:05:10.225Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
76322024-11-14T05:05:10.225Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
76332024-11-14T05:05:10.225Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
76342024-11-14T05:05:10.225Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
76352024-11-14T05:05:10.225Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
76362024-11-14T05:05:10.225Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
76372024-11-14T05:05:10.225Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
76382024-11-14T05:05:10.225Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
76392024-11-14T05:05:10.225Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
76402024-11-14T05:05:10.225Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
76412024-11-14T05:05:10.225Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
76422024-11-14T05:05:10.225Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
76432024-11-14T05:05:10.225Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
76442024-11-14T05:05:10.225Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
76452024-11-14T05:05:10.225Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
76462024-11-14T05:05:10.225Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
76472024-11-14T05:05:10.225Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
76482024-11-14T05:05:10.225Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
76492024-11-14T05:05:10.226Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
76502024-11-14T05:05:10.226Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
76512024-11-14T05:05:10.226Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
76522024-11-14T05:05:10.226Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
76532024-11-14T05:05:10.226Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
76542024-11-14T05:05:10.226Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
76552024-11-14T05:05:10.226Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
76562024-11-14T05:05:10.226Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
76572024-11-14T05:05:10.226Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
76582024-11-14T05:05:10.226Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
76592024-11-14T05:05:10.226Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
76602024-11-14T05:05:10.226Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
76612024-11-14T05:05:10.226Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
76622024-11-14T05:05:10.226Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
76632024-11-14T05:05:10.226Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
76642024-11-14T05:05:10.229Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
76652024-11-14T05:05:10.229Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
76662024-11-14T05:05:10.229Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
76672024-11-14T05:05:10.229Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
76682024-11-14T05:05:10.229Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
76692024-11-14T05:05:10.229Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
76702024-11-14T05:05:10.229Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
76712024-11-14T05:05:10.229Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
76722024-11-14T05:05:10.229Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
76732024-11-14T05:05:10.229Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
76742024-11-14T05:05:10.229Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
76752024-11-14T05:05:10.229Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
76762024-11-14T05:05:10.229Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
76772024-11-14T05:05:10.229Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
76782024-11-14T05:05:10.229Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
76792024-11-14T05:05:10.230Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
76802024-11-14T05:05:10.230Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
76812024-11-14T05:05:10.230Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
76822024-11-14T05:05:10.230Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
76832024-11-14T05:05:10.230Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
76842024-11-14T05:05:10.230Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
76852024-11-14T05:05:10.230Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
76862024-11-14T05:05:10.230Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
76872024-11-14T05:05:10.230Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
76882024-11-14T05:05:10.230Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
76892024-11-14T05:05:10.230Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
76902024-11-14T05:05:10.230Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
76912024-11-14T05:05:10.230Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
76922024-11-14T05:05:10.230Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
76932024-11-14T05:05:10.230Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
76942024-11-14T05:05:10.230Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
76952024-11-14T05:05:10.230Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
76962024-11-14T05:05:10.230Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
76972024-11-14T05:05:10.230Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
76982024-11-14T05:05:10.230Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
76992024-11-14T05:05:10.230Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
77002024-11-14T05:05:10.230Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
77012024-11-14T05:05:10.230Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
77022024-11-14T05:05:10.230Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
77032024-11-14T05:05:10.230Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
77042024-11-14T05:05:10.230Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
77052024-11-14T05:05:10.230Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
77062024-11-14T05:05:10.230Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
77072024-11-14T05:05:10.230Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
77082024-11-14T05:05:10.230Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
77092024-11-14T05:05:10.230Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
77102024-11-14T05:05:10.230Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
77112024-11-14T05:05:10.230Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
77122024-11-14T05:05:10.230Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
77132024-11-14T05:05:10.231Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
77142024-11-14T05:05:10.231Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
77152024-11-14T05:05:10.231Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
77162024-11-14T05:05:10.231Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
77172024-11-14T05:05:10.231Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
77182024-11-14T05:05:10.231Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
77192024-11-14T05:05:10.231Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.17s
77202024-11-14T05:05:10.309Z Doc-tests api_identity
77212024-11-14T05:05:10.309Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77222024-11-14T05:05:10.684Z
77232024-11-14T05:05:10.684Zrunning 0 tests
77242024-11-14T05:05:10.684Z
77252024-11-14T05:05:10.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77262024-11-14T05:05:10.687Z
77272024-11-14T05:05:10.695Z Doc-tests authz_macros
77282024-11-14T05:05:10.697Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-15d2aecbc67c8802.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-455ea6584ac04869.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77292024-11-14T05:05:10.835Z
77302024-11-14T05:05:10.835Zrunning 7 tests
77312024-11-14T05:05:10.837Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
77322024-11-14T05:05:10.837Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
77332024-11-14T05:05:10.837Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
77342024-11-14T05:05:10.837Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
77352024-11-14T05:05:10.837Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
77362024-11-14T05:05:10.838Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
77372024-11-14T05:05:10.838Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
77382024-11-14T05:05:10.838Z
77392024-11-14T05:05:10.838Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
77402024-11-14T05:05:10.838Z
77412024-11-14T05:05:10.845Z Doc-tests bootstore
77422024-11-14T05:05:10.849Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77432024-11-14T05:05:11.713Z
77442024-11-14T05:05:11.713Zrunning 0 tests
77452024-11-14T05:05:11.713Z
77462024-11-14T05:05:11.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77472024-11-14T05:05:11.713Z
77482024-11-14T05:05:11.740Z Doc-tests bootstrap_agent_api
77492024-11-14T05:05:11.743Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77502024-11-14T05:05:12.144Z
77512024-11-14T05:05:12.144Zrunning 2 tests
77522024-11-14T05:05:12.146Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
77532024-11-14T05:05:12.146Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
77542024-11-14T05:05:12.147Z
77552024-11-14T05:05:12.147Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77562024-11-14T05:05:12.147Z
77572024-11-14T05:05:12.166Z Doc-tests bootstrap_agent_client
77582024-11-14T05:05:12.168Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-cea67de69c86a7aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77592024-11-14T05:05:13.045Z
77602024-11-14T05:05:13.045Zrunning 0 tests
77612024-11-14T05:05:13.045Z
77622024-11-14T05:05:13.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77632024-11-14T05:05:13.045Z
77642024-11-14T05:05:13.073Z Doc-tests clickhouse_admin_api
77652024-11-14T05:05:13.076Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77662024-11-14T05:05:13.331Z
77672024-11-14T05:05:13.331Zrunning 4 tests
77682024-11-14T05:05:13.334Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 34) ... ignored
77692024-11-14T05:05:13.334Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 40) ... ignored
77702024-11-14T05:05:13.334Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 103) ... ignored
77712024-11-14T05:05:13.335Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 109) ... ignored
77722024-11-14T05:05:13.335Z
77732024-11-14T05:05:13.335Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
77742024-11-14T05:05:13.335Z
77752024-11-14T05:05:13.350Z Doc-tests clickhouse_admin_keeper_client
77762024-11-14T05:05:13.352Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77772024-11-14T05:05:13.848Z
77782024-11-14T05:05:13.848Zrunning 0 tests
77792024-11-14T05:05:13.848Z
77802024-11-14T05:05:13.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77812024-11-14T05:05:13.848Z
77822024-11-14T05:05:13.875Z Doc-tests clickhouse_admin_server_client
77832024-11-14T05:05:13.879Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77842024-11-14T05:05:14.302Z
77852024-11-14T05:05:14.302Zrunning 0 tests
77862024-11-14T05:05:14.302Z
77872024-11-14T05:05:14.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77882024-11-14T05:05:14.302Z
77892024-11-14T05:05:14.325Z Doc-tests clickhouse_admin_test_utils
77902024-11-14T05:05:14.327Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-9798e8e7609cdab8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-82b5b975383b30ae.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77912024-11-14T05:05:14.564Z
77922024-11-14T05:05:14.564Zrunning 0 tests
77932024-11-14T05:05:14.564Z
77942024-11-14T05:05:14.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77952024-11-14T05:05:14.564Z
77962024-11-14T05:05:14.583Z Doc-tests clickhouse_admin_types
77972024-11-14T05:05:14.586Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77982024-11-14T05:05:15.122Z
77992024-11-14T05:05:15.122Zrunning 0 tests
78002024-11-14T05:05:15.122Z
78012024-11-14T05:05:15.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78022024-11-14T05:05:15.122Z
78032024-11-14T05:05:15.147Z Doc-tests cockroach_admin_api
78042024-11-14T05:05:15.149Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78052024-11-14T05:05:15.352Z
78062024-11-14T05:05:15.352Zrunning 2 tests
78072024-11-14T05:05:15.356Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
78082024-11-14T05:05:15.356Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
78092024-11-14T05:05:15.356Z
78102024-11-14T05:05:15.356Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
78112024-11-14T05:05:15.356Z
78122024-11-14T05:05:15.366Z Doc-tests cockroach_admin_client
78132024-11-14T05:05:15.368Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78142024-11-14T05:05:15.647Z
78152024-11-14T05:05:15.647Zrunning 0 tests
78162024-11-14T05:05:15.648Z
78172024-11-14T05:05:15.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78182024-11-14T05:05:15.648Z
78192024-11-14T05:05:15.664Z Doc-tests cockroach_admin_types
78202024-11-14T05:05:15.667Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78212024-11-14T05:05:15.809Z
78222024-11-14T05:05:15.809Zrunning 0 tests
78232024-11-14T05:05:15.809Z
78242024-11-14T05:05:15.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78252024-11-14T05:05:15.810Z
78262024-11-14T05:05:15.819Z Doc-tests db_macros
78272024-11-14T05:05:15.821Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-7aa6238a60e1af4e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-455ea6584ac04869.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78282024-11-14T05:05:16.064Z
78292024-11-14T05:05:16.064Zrunning 3 tests
78302024-11-14T05:05:16.066Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
78312024-11-14T05:05:16.066Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
78322024-11-14T05:05:16.066Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
78332024-11-14T05:05:16.066Z
78342024-11-14T05:05:16.066Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
78352024-11-14T05:05:16.066Z
78362024-11-14T05:05:16.078Z Doc-tests dns_server
78372024-11-14T05:05:16.080Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-6ddf7adcc2afafb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5f7be827a6290e5d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78382024-11-14T05:05:16.457Z
78392024-11-14T05:05:16.457Zrunning 0 tests
78402024-11-14T05:05:16.457Z
78412024-11-14T05:05:16.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78422024-11-14T05:05:16.457Z
78432024-11-14T05:05:16.478Z Doc-tests dns_server_api
78442024-11-14T05:05:16.480Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78452024-11-14T05:05:16.718Z
78462024-11-14T05:05:16.719Zrunning 2 tests
78472024-11-14T05:05:16.721Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
78482024-11-14T05:05:16.721Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
78492024-11-14T05:05:16.721Z
78502024-11-14T05:05:16.721Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
78512024-11-14T05:05:16.721Z
78522024-11-14T05:05:16.737Z Doc-tests dns_service_client
78532024-11-14T05:05:16.740Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78542024-11-14T05:05:17.033Z
78552024-11-14T05:05:17.033Zrunning 0 tests
78562024-11-14T05:05:17.033Z
78572024-11-14T05:05:17.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78582024-11-14T05:05:17.033Z
78592024-11-14T05:05:17.054Z Doc-tests dpd_client
78602024-11-14T05:05:17.056Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78612024-11-14T05:05:18.227Z
78622024-11-14T05:05:18.227Zrunning 0 tests
78632024-11-14T05:05:18.227Z
78642024-11-14T05:05:18.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78652024-11-14T05:05:18.228Z
78662024-11-14T05:05:18.263Z Doc-tests end_to_end_tests
78672024-11-14T05:05:18.265Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2faf983a7efb397a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-c9d36ebbb6724309.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ba8c6c4d419db3eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78682024-11-14T05:05:18.759Z
78692024-11-14T05:05:18.759Zrunning 0 tests
78702024-11-14T05:05:18.759Z
78712024-11-14T05:05:18.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78722024-11-14T05:05:18.759Z
78732024-11-14T05:05:18.782Z Doc-tests gateway_api
78742024-11-14T05:05:18.784Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78752024-11-14T05:05:19.168Z
78762024-11-14T05:05:19.168Zrunning 2 tests
78772024-11-14T05:05:19.171Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
78782024-11-14T05:05:19.171Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
78792024-11-14T05:05:19.171Z
78802024-11-14T05:05:19.171Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
78812024-11-14T05:05:19.171Z
78822024-11-14T05:05:19.191Z Doc-tests gateway_client
78832024-11-14T05:05:19.193Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78842024-11-14T05:05:20.168Z
78852024-11-14T05:05:20.168Zrunning 0 tests
78862024-11-14T05:05:20.168Z
78872024-11-14T05:05:20.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78882024-11-14T05:05:20.168Z
78892024-11-14T05:05:20.196Z Doc-tests gateway_test_utils
78902024-11-14T05:05:20.198Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78912024-11-14T05:05:20.922Z
78922024-11-14T05:05:20.922Zrunning 0 tests
78932024-11-14T05:05:20.922Z
78942024-11-14T05:05:20.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78952024-11-14T05:05:20.922Z
78962024-11-14T05:05:20.950Z Doc-tests gateway_types
78972024-11-14T05:05:20.953Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78982024-11-14T05:05:21.563Z
78992024-11-14T05:05:21.563Zrunning 0 tests
79002024-11-14T05:05:21.563Z
79012024-11-14T05:05:21.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79022024-11-14T05:05:21.563Z
79032024-11-14T05:05:21.598Z Doc-tests illumos_utils
79042024-11-14T05:05:21.601Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1777f1267e6ac8f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-08273e721e34c7e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c9a67c140f1de48f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5aa5780047ab238b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
79052024-11-14T05:05:23.374Z
79062024-11-14T05:05:23.374Zrunning 0 tests
79072024-11-14T05:05:23.374Z
79082024-11-14T05:05:23.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79092024-11-14T05:05:23.374Z
79102024-11-14T05:05:23.427Z Doc-tests installinator
79112024-11-14T05:05:23.430Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1eefb7179c83f2b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-84c5775a93bf1cb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
79122024-11-14T05:05:24.223Z
79132024-11-14T05:05:24.224Zrunning 0 tests
79142024-11-14T05:05:24.224Z
79152024-11-14T05:05:24.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79162024-11-14T05:05:24.224Z
79172024-11-14T05:05:24.250Z Doc-tests installinator_api
79182024-11-14T05:05:24.253Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79192024-11-14T05:05:24.549Z
79202024-11-14T05:05:24.549Zrunning 2 tests
79212024-11-14T05:05:24.552Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
79222024-11-14T05:05:24.552Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
79232024-11-14T05:05:24.552Z
79242024-11-14T05:05:24.552Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79252024-11-14T05:05:24.552Z
79262024-11-14T05:05:24.572Z Doc-tests installinator_client
79272024-11-14T05:05:24.574Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79282024-11-14T05:05:25.409Z
79292024-11-14T05:05:25.409Zrunning 0 tests
79302024-11-14T05:05:25.409Z
79312024-11-14T05:05:25.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79322024-11-14T05:05:25.409Z
79332024-11-14T05:05:25.438Z Doc-tests installinator_common
79342024-11-14T05:05:25.440Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79352024-11-14T05:05:25.843Z
79362024-11-14T05:05:25.843Zrunning 0 tests
79372024-11-14T05:05:25.843Z
79382024-11-14T05:05:25.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79392024-11-14T05:05:25.843Z
79402024-11-14T05:05:25.866Z Doc-tests internal_dns_resolver
79412024-11-14T05:05:25.869Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79422024-11-14T05:05:26.145Z
79432024-11-14T05:05:26.145Zrunning 0 tests
79442024-11-14T05:05:26.145Z
79452024-11-14T05:05:26.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79462024-11-14T05:05:26.145Z
79472024-11-14T05:05:26.165Z Doc-tests internal_dns_types
79482024-11-14T05:05:26.167Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79492024-11-14T05:05:26.488Z
79502024-11-14T05:05:26.488Zrunning 0 tests
79512024-11-14T05:05:26.488Z
79522024-11-14T05:05:26.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79532024-11-14T05:05:26.488Z
79542024-11-14T05:05:26.511Z Doc-tests ipcc
79552024-11-14T05:05:26.516Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79562024-11-14T05:05:26.771Z
79572024-11-14T05:05:26.771Zrunning 0 tests
79582024-11-14T05:05:26.771Z
79592024-11-14T05:05:26.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79602024-11-14T05:05:26.771Z
79612024-11-14T05:05:26.791Z Doc-tests key_manager
79622024-11-14T05:05:26.793Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79632024-11-14T05:05:27.058Z
79642024-11-14T05:05:27.058Zrunning 0 tests
79652024-11-14T05:05:27.058Z
79662024-11-14T05:05:27.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79672024-11-14T05:05:27.058Z
79682024-11-14T05:05:27.078Z Doc-tests live_tests_macros
79692024-11-14T05:05:27.081Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-38b140d56cbe85a0.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79702024-11-14T05:05:27.155Z
79712024-11-14T05:05:27.155Zrunning 1 test
79722024-11-14T05:05:27.157Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
79732024-11-14T05:05:27.157Z
79742024-11-14T05:05:27.157Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
79752024-11-14T05:05:27.157Z
79762024-11-14T05:05:27.163Z Doc-tests nexus_auth
79772024-11-14T05:05:27.166Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-15d2aecbc67c8802.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40c71cc26466f5b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b834122b119440d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
79782024-11-14T05:05:28.478Z
79792024-11-14T05:05:28.478Zrunning 0 tests
79802024-11-14T05:05:28.478Z
79812024-11-14T05:05:28.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79822024-11-14T05:05:28.478Z
79832024-11-14T05:05:28.512Z Doc-tests nexus_client
79842024-11-14T05:05:28.515Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79852024-11-14T05:05:30.611Z
79862024-11-14T05:05:30.611Zrunning 0 tests
79872024-11-14T05:05:30.611Z
79882024-11-14T05:05:30.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79892024-11-14T05:05:30.611Z
79902024-11-14T05:05:30.658Z Doc-tests nexus_config
79912024-11-14T05:05:30.660Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79922024-11-14T05:05:31.231Z
79932024-11-14T05:05:31.231Zrunning 0 tests
79942024-11-14T05:05:31.231Z
79952024-11-14T05:05:31.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79962024-11-14T05:05:31.231Z
79972024-11-14T05:05:31.256Z Doc-tests nexus_db_fixed_data
79982024-11-14T05:05:31.259Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-40c71cc26466f5b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
79992024-11-14T05:05:31.772Z
80002024-11-14T05:05:31.772Zrunning 0 tests
80012024-11-14T05:05:31.773Z
80022024-11-14T05:05:31.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80032024-11-14T05:05:31.773Z
80042024-11-14T05:05:31.795Z Doc-tests nexus_db_model
80052024-11-14T05:05:31.798Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7aa6238a60e1af4e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80062024-11-14T05:05:45.622Z
80072024-11-14T05:05:45.623Zrunning 2 tests
80082024-11-14T05:05:48.268Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
80092024-11-14T05:06:25.139Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
80102024-11-14T05:06:25.139Z
80112024-11-14T05:06:25.142Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 39.51s
80122024-11-14T05:06:25.143Z
80132024-11-14T05:06:25.344Z Doc-tests nexus_db_queries
80142024-11-14T05:06:25.351Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-7aa6238a60e1af4e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-933fce0d83781154.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac6ead38fb06f13b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40c71cc26466f5b4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-7b834122b119440d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80152024-11-14T05:06:28.024Z
80162024-11-14T05:06:28.024Zrunning 1 test
80172024-11-14T05:06:31.179Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
80182024-11-14T05:06:31.179Z
80192024-11-14T05:06:31.179Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.16s
80202024-11-14T05:06:31.179Z
80212024-11-14T05:06:31.250Z Doc-tests nexus_defaults
80222024-11-14T05:06:31.254Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-8ef5bdd1082f9c36.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80232024-11-14T05:06:31.488Z
80242024-11-14T05:06:31.488Zrunning 0 tests
80252024-11-14T05:06:31.488Z
80262024-11-14T05:06:31.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80272024-11-14T05:06:31.488Z
80282024-11-14T05:06:31.506Z Doc-tests nexus_external_api
80292024-11-14T05:06:31.508Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80302024-11-14T05:06:32.062Z
80312024-11-14T05:06:32.062Zrunning 2 tests
80322024-11-14T05:06:32.064Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
80332024-11-14T05:06:32.064Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
80342024-11-14T05:06:32.064Z
80352024-11-14T05:06:32.064Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80362024-11-14T05:06:32.064Z
80372024-11-14T05:06:32.090Z Doc-tests nexus_internal_api
80382024-11-14T05:06:32.093Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80392024-11-14T05:06:32.531Z
80402024-11-14T05:06:32.531Zrunning 2 tests
80412024-11-14T05:06:32.534Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
80422024-11-14T05:06:32.534Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
80432024-11-14T05:06:32.534Z
80442024-11-14T05:06:32.534Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80452024-11-14T05:06:32.534Z
80462024-11-14T05:06:32.558Z Doc-tests nexus_inventory
80472024-11-14T05:06:32.562Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80482024-11-14T05:06:32.953Z
80492024-11-14T05:06:32.953Zrunning 0 tests
80502024-11-14T05:06:32.953Z
80512024-11-14T05:06:32.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522024-11-14T05:06:32.956Z
80532024-11-14T05:06:32.979Z Doc-tests nexus_macros_common
80542024-11-14T05:06:32.982Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-455ea6584ac04869.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80552024-11-14T05:06:33.053Z
80562024-11-14T05:06:33.053Zrunning 0 tests
80572024-11-14T05:06:33.053Z
80582024-11-14T05:06:33.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80592024-11-14T05:06:33.053Z
80602024-11-14T05:06:33.060Z Doc-tests nexus_metrics_producer_gc
80612024-11-14T05:06:33.065Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-464acf4df0cb59ca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80622024-11-14T05:06:33.509Z
80632024-11-14T05:06:33.509Zrunning 0 tests
80642024-11-14T05:06:33.509Z
80652024-11-14T05:06:33.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80662024-11-14T05:06:33.509Z
80672024-11-14T05:06:33.538Z Doc-tests nexus_networking
80682024-11-14T05:06:33.540Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-6961bb14eaa0b2c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80692024-11-14T05:06:34.006Z
80702024-11-14T05:06:34.006Zrunning 0 tests
80712024-11-14T05:06:34.006Z
80722024-11-14T05:06:34.006Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732024-11-14T05:06:34.006Z
80742024-11-14T05:06:34.034Z Doc-tests nexus_reconfigurator_execution
80752024-11-14T05:06:34.047Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ab9368409b755730.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80762024-11-14T05:06:34.566Z
80772024-11-14T05:06:34.566Zrunning 0 tests
80782024-11-14T05:06:34.566Z
80792024-11-14T05:06:34.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80802024-11-14T05:06:34.566Z
80812024-11-14T05:06:34.574Z Doc-tests nexus_reconfigurator_planning
80822024-11-14T05:06:34.578Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80832024-11-14T05:06:35.084Z
80842024-11-14T05:06:35.084Zrunning 0 tests
80852024-11-14T05:06:35.084Z
80862024-11-14T05:06:35.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80872024-11-14T05:06:35.084Z
80882024-11-14T05:06:35.112Z Doc-tests nexus_reconfigurator_preparation
80892024-11-14T05:06:35.114Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80902024-11-14T05:06:35.539Z
80912024-11-14T05:06:35.539Zrunning 0 tests
80922024-11-14T05:06:35.539Z
80932024-11-14T05:06:35.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942024-11-14T05:06:35.539Z
80952024-11-14T05:06:35.568Z Doc-tests nexus_saga_recovery
80962024-11-14T05:06:35.571Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80972024-11-14T05:06:35.964Z
80982024-11-14T05:06:35.964Zrunning 0 tests
80992024-11-14T05:06:35.965Z
81002024-11-14T05:06:35.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81012024-11-14T05:06:35.966Z
81022024-11-14T05:06:35.986Z Doc-tests nexus_sled_agent_shared
81032024-11-14T05:06:35.990Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-e51d617b97371a34.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81042024-11-14T05:06:36.401Z
81052024-11-14T05:06:36.401Zrunning 0 tests
81062024-11-14T05:06:36.401Z
81072024-11-14T05:06:36.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082024-11-14T05:06:36.401Z
81092024-11-14T05:06:36.425Z Doc-tests nexus_test_interface
81102024-11-14T05:06:36.428Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81112024-11-14T05:06:36.752Z
81122024-11-14T05:06:36.752Zrunning 0 tests
81132024-11-14T05:06:36.752Z
81142024-11-14T05:06:36.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81152024-11-14T05:06:36.752Z
81162024-11-14T05:06:36.774Z Doc-tests nexus_test_utils
81172024-11-14T05:06:36.777Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
81182024-11-14T05:06:37.846Z
81192024-11-14T05:06:37.846Zrunning 0 tests
81202024-11-14T05:06:37.846Z
81212024-11-14T05:06:37.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81222024-11-14T05:06:37.846Z
81232024-11-14T05:06:37.883Z Doc-tests nexus_test_utils_macros
81242024-11-14T05:06:37.886Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81252024-11-14T05:06:37.963Z
81262024-11-14T05:06:37.963Zrunning 1 test
81272024-11-14T05:06:37.967Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
81282024-11-14T05:06:37.967Z
81292024-11-14T05:06:37.967Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302024-11-14T05:06:37.967Z
81312024-11-14T05:06:37.972Z Doc-tests nexus_types
81322024-11-14T05:06:37.976Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ab9368409b755730.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81332024-11-14T05:06:40.927Z
81342024-11-14T05:06:40.927Zrunning 0 tests
81352024-11-14T05:06:40.927Z
81362024-11-14T05:06:40.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81372024-11-14T05:06:40.927Z
81382024-11-14T05:06:40.994Z Doc-tests omicron_certificates
81392024-11-14T05:06:40.996Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fc17366cfcdb24bd.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81402024-11-14T05:06:41.288Z
81412024-11-14T05:06:41.288Zrunning 0 tests
81422024-11-14T05:06:41.288Z
81432024-11-14T05:06:41.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81442024-11-14T05:06:41.288Z
81452024-11-14T05:06:41.306Z Doc-tests omicron_clickhouse_admin
81462024-11-14T05:06:41.309Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-82b5b975383b30ae.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0c078d4d138a802e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f699134a42fc4b9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81472024-11-14T05:06:41.625Z
81482024-11-14T05:06:41.625Zrunning 0 tests
81492024-11-14T05:06:41.625Z
81502024-11-14T05:06:41.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512024-11-14T05:06:41.625Z
81522024-11-14T05:06:41.647Z Doc-tests omicron_cockroach_admin
81532024-11-14T05:06:41.649Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-992927ac5d6f3291.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9fe2862ecf31e11a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81542024-11-14T05:06:41.964Z
81552024-11-14T05:06:41.964Zrunning 0 tests
81562024-11-14T05:06:41.964Z
81572024-11-14T05:06:41.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81582024-11-14T05:06:41.964Z
81592024-11-14T05:06:41.985Z Doc-tests omicron_common
81602024-11-14T05:06:41.988Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-231ed92ca3a31839.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3cad2a9c7c940aab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
81612024-11-14T05:06:44.059Z
81622024-11-14T05:06:44.059Zrunning 2 tests
81632024-11-14T05:06:44.062Ztest common/src/lib.rs - FileKv (line 40) ... ignored
81642024-11-14T05:06:49.025Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
81652024-11-14T05:06:49.026Z
81662024-11-14T05:06:49.030Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.97s
81672024-11-14T05:06:49.030Z
81682024-11-14T05:06:49.077Z Doc-tests omicron_ddm_admin_client
81692024-11-14T05:06:49.079Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-c9109bee4bafecac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81702024-11-14T05:06:49.363Z
81712024-11-14T05:06:49.363Zrunning 0 tests
81722024-11-14T05:06:49.363Z
81732024-11-14T05:06:49.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81742024-11-14T05:06:49.363Z
81752024-11-14T05:06:49.383Z Doc-tests omicron_dev_lib
81762024-11-14T05:06:49.387Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-db0c7283b0835568.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81772024-11-14T05:06:49.629Z
81782024-11-14T05:06:49.629Zrunning 0 tests
81792024-11-14T05:06:49.629Z
81802024-11-14T05:06:49.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81812024-11-14T05:06:49.629Z
81822024-11-14T05:06:49.648Z Doc-tests omicron_gateway
81832024-11-14T05:06:49.650Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-f4772e3430775809.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-bc51895c9141c1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b8d52deeebe82ddc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-df5dc25ba7879434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8da6879dfc99bfca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81842024-11-14T05:06:50.373Z
81852024-11-14T05:06:50.373Zrunning 0 tests
81862024-11-14T05:06:50.373Z
81872024-11-14T05:06:50.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81882024-11-14T05:06:50.374Z
81892024-11-14T05:06:50.407Z Doc-tests omicron_ls_apis
81902024-11-14T05:06:50.411Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e34a0125efc57f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81912024-11-14T05:06:50.602Z
81922024-11-14T05:06:50.602Zrunning 1 test
81932024-11-14T05:06:50.608Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
81942024-11-14T05:06:50.608Z
81952024-11-14T05:06:50.608Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81962024-11-14T05:06:50.608Z
81972024-11-14T05:06:50.613Z Doc-tests omicron_nexus
81982024-11-14T05:06:50.627Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-464acf4df0cb59ca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-d9d49cb27a77e313.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7ba9249e3072da01.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-7c7ad125da054b9e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3f35d7b8887e86dd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c814d60a77e69750.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ed92c8bf551b7a94.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-eb62e8393c735ae9.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac6ead38fb06f13b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ed826b71e47ac709.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-391bcd1bef4ee753.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-3676651a45997332.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f08d01c6d9f22caa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-452e470084c030ea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-35902bda654ba706.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-49ed5067afa9be44.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-349b6f772816822b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7b1da9082a72942a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b1ef9c57141a6ee.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7c1ad99c5e278b11.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bae3cdc2b25f0258.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0a4cc7a246006775.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46207561f081111b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b30970bc1cec3db3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ade214701d568573.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-dfe11ba8565dc762.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-54c9dd9f9eac97f3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-674f7ed4df0302fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-22e5b7d0b892e4d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81992024-11-14T05:06:53.462Z
82002024-11-14T05:06:53.462Zrunning 5 tests
82012024-11-14T05:06:53.465Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored
82022024-11-14T05:06:57.895Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 855) ... ok
82032024-11-14T05:06:57.926Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 833) ... ok
82042024-11-14T05:06:57.926Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 897) ... ok
82052024-11-14T05:06:57.927Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 927) ... ok
82062024-11-14T05:06:57.927Z
82072024-11-14T05:06:57.927Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.44s
82082024-11-14T05:06:57.927Z
82092024-11-14T05:06:57.975Z Doc-tests omicron_package
82102024-11-14T05:06:57.980Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-ebe4e3dd6c045814.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cd3996cfe271809d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82112024-11-14T05:06:58.237Z
82122024-11-14T05:06:58.237Zrunning 0 tests
82132024-11-14T05:06:58.237Z
82142024-11-14T05:06:58.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82152024-11-14T05:06:58.237Z
82162024-11-14T05:06:58.252Z Doc-tests omicron_passwords
82172024-11-14T05:06:58.256Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d8f7b1b51375db4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82182024-11-14T05:06:58.374Z
82192024-11-14T05:06:58.374Zrunning 0 tests
82202024-11-14T05:06:58.374Z
82212024-11-14T05:06:58.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82222024-11-14T05:06:58.374Z
82232024-11-14T05:06:58.383Z Doc-tests omicron_rpaths
82242024-11-14T05:06:58.386Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-ff7c3960ff4be02c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82252024-11-14T05:06:58.483Z
82262024-11-14T05:06:58.483Zrunning 0 tests
82272024-11-14T05:06:58.487Z
82282024-11-14T05:06:58.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82292024-11-14T05:06:58.488Z
82302024-11-14T05:06:58.520Z Doc-tests omicron_sled_agent
82312024-11-14T05:06:58.520Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a72462ac22202ea5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8814fd814e78cdc0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5c7d6d5e54bb94e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9d8294672f8eb439.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-805019526317f961.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-8ef5bdd1082f9c36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b18952ff252ca392.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6c3eed9e14251cb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-baf188f31c6c53be.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5599e4247b22a877.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-81f1ae78558514de.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
82322024-11-14T05:07:00.548Z
82332024-11-14T05:07:00.548Zrunning 0 tests
82342024-11-14T05:07:00.548Z
82352024-11-14T05:07:00.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82362024-11-14T05:07:00.548Z
82372024-11-14T05:07:00.595Z Doc-tests omicron_test_utils
82382024-11-14T05:07:00.602Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b64034d5c504771a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-872c3cbac2363e18.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4362e14f40e071f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9846f96c2c62571a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
82392024-11-14T05:07:00.938Z
82402024-11-14T05:07:00.938Zrunning 0 tests
82412024-11-14T05:07:00.938Z
82422024-11-14T05:07:00.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82432024-11-14T05:07:00.938Z
82442024-11-14T05:07:00.961Z Doc-tests omicron_uuid_kinds
82452024-11-14T05:07:00.978Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-ab9368409b755730.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human`
82462024-11-14T05:07:01.067Z
82472024-11-14T05:07:01.067Zrunning 0 tests
82482024-11-14T05:07:01.067Z
82492024-11-14T05:07:01.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82502024-11-14T05:07:01.067Z
82512024-11-14T05:07:01.075Z Doc-tests omicron_workspace_hack
82522024-11-14T05:07:01.083Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d767648c83cb8abe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-11e1870370bff440.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3daf550dc8d29bb8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-153b282409e58ae3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cfd47e4af8ce8015.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-280e0dad12da35ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d0c6aa073bfe7fb2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-22102c5bb215ebdb.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fc94331f3242735a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8509be45271d5b7d.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad44f387882ee09e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9d74e933e701bf87.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-27cb6e30adf30b5f.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82532024-11-14T05:07:01.158Z
82542024-11-14T05:07:01.159Zrunning 0 tests
82552024-11-14T05:07:01.159Z
82562024-11-14T05:07:01.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82572024-11-14T05:07:01.159Z
82582024-11-14T05:07:01.159Z Doc-tests openapi_manager
82592024-11-14T05:07:01.159Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0dc94581aa09905f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ff3a685559834428.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b69ff42d79690e72.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-9b4729116fb19b6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-65a5e40f26711f10.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e03b4c9a1b6e5f66.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ca251bb941b64b39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-64f17f096e8afe67.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82602024-11-14T05:07:04.495Z
82612024-11-14T05:07:04.495Zrunning 0 tests
82622024-11-14T05:07:04.495Z
82632024-11-14T05:07:04.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82642024-11-14T05:07:04.496Z
82652024-11-14T05:07:04.561Z Doc-tests openapi_manager_types
82662024-11-14T05:07:04.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-5920e6924640bfb7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82672024-11-14T05:07:04.561Z
82682024-11-14T05:07:04.561Zrunning 0 tests
82692024-11-14T05:07:04.561Z
82702024-11-14T05:07:04.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82712024-11-14T05:07:04.561Z
82722024-11-14T05:07:04.561Z Doc-tests oxide_client
82732024-11-14T05:07:04.561Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d532acdfdc22c9a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82742024-11-14T05:07:07.085Z
82752024-11-14T05:07:07.085Zrunning 208 tests
82762024-11-14T05:07:07.088Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
82772024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
82782024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
82792024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
82802024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
82812024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
82822024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
82832024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
82842024-11-14T05:07:07.089Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
82852024-11-14T05:07:07.090Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
82862024-11-14T05:07:07.090Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
82872024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
82882024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
82892024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
82902024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
82912024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
82922024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
82932024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
82942024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
82952024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
82962024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
82972024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
82982024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
82992024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
83002024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
83012024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
83022024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
83032024-11-14T05:07:07.091Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
83042024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
83052024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
83062024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
83072024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
83082024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
83092024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
83102024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
83112024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
83122024-11-14T05:07:07.092Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
83132024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
83142024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
83152024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
83162024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
83172024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
83182024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
83192024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
83202024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
83212024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
83222024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
83232024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
83242024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
83252024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
83262024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
83272024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
83282024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
83292024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
83302024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
83312024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
83322024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
83332024-11-14T05:07:07.093Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
83342024-11-14T05:07:07.094Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
83352024-11-14T05:07:07.094Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
83362024-11-14T05:07:07.094Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
83372024-11-14T05:07:07.094Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
83382024-11-14T05:07:07.094Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
83392024-11-14T05:07:07.094Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
83402024-11-14T05:07:07.094Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
83412024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
83422024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
83432024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
83442024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
83452024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
83462024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
83472024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
83482024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
83492024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
83502024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
83512024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
83522024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
83532024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
83542024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
83552024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
83562024-11-14T05:07:07.098Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
83572024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
83582024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
83592024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
83602024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
83612024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
83622024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
83632024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
83642024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
83652024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
83662024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
83672024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
83682024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
83692024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
83702024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
83712024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
83722024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
83732024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
83742024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
83752024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
83762024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
83772024-11-14T05:07:07.099Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
83782024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
83792024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
83802024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
83812024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
83822024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
83832024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
83842024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
83852024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
83862024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
83872024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
83882024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
83892024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
83902024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
83912024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
83922024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
83932024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
83942024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
83952024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
83962024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
83972024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
83982024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
83992024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
84002024-11-14T05:07:07.101Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
84012024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
84022024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
84032024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
84042024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
84052024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
84062024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
84072024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
84082024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
84092024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
84102024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
84112024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
84122024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
84132024-11-14T05:07:07.102Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
84142024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
84152024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
84162024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
84172024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
84182024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
84192024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
84202024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
84212024-11-14T05:07:07.103Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
84222024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
84232024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
84242024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
84252024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
84262024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
84272024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
84282024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
84292024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
84302024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
84312024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
84322024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
84332024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
84342024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
84352024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
84362024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
84372024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
84382024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
84392024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
84402024-11-14T05:07:07.104Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
84412024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
84422024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
84432024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
84442024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
84452024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
84462024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
84472024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
84482024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
84492024-11-14T05:07:07.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
84502024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
84512024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
84522024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
84532024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
84542024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
84552024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
84562024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
84572024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
84582024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
84592024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
84602024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
84612024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
84622024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
84632024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
84642024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
84652024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
84662024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
84672024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
84682024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
84692024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
84702024-11-14T05:07:07.109Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
84712024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
84722024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
84732024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
84742024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
84752024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
84762024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
84772024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
84782024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
84792024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
84802024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
84812024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
84822024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
84832024-11-14T05:07:07.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
84842024-11-14T05:07:07.110Z
84852024-11-14T05:07:07.110Ztest result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s
84862024-11-14T05:07:07.110Z
84872024-11-14T05:07:07.184Z Doc-tests oximeter
84882024-11-14T05:07:07.188Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4e8fca0650e73767.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-03218114f809ecd0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84892024-11-14T05:07:07.454Z
84902024-11-14T05:07:07.454Zrunning 2 tests
84912024-11-14T05:07:07.457Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
84922024-11-14T05:07:08.644Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
84932024-11-14T05:07:08.644Z
84942024-11-14T05:07:08.644Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.19s
84952024-11-14T05:07:08.644Z
84962024-11-14T05:07:08.671Z Doc-tests oximeter_api
84972024-11-14T05:07:08.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84982024-11-14T05:07:08.946Z
84992024-11-14T05:07:08.946Zrunning 2 tests
85002024-11-14T05:07:08.950Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 24) ... ignored
85012024-11-14T05:07:08.950Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 30) ... ignored
85022024-11-14T05:07:08.950Z
85032024-11-14T05:07:08.950Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
85042024-11-14T05:07:08.950Z
85052024-11-14T05:07:08.966Z Doc-tests oximeter_client
85062024-11-14T05:07:08.969Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85072024-11-14T05:07:09.298Z
85082024-11-14T05:07:09.299Zrunning 0 tests
85092024-11-14T05:07:09.299Z
85102024-11-14T05:07:09.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85112024-11-14T05:07:09.299Z
85122024-11-14T05:07:09.319Z Doc-tests oximeter_collector
85132024-11-14T05:07:09.326Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4a5e89be918fb017.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c88e2c3211b1b2c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d87f4dcd8b6bba4a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cf338a5113ad9839.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3af07c28fc8645a5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85142024-11-14T05:07:09.874Z
85152024-11-14T05:07:09.874Zrunning 0 tests
85162024-11-14T05:07:09.874Z
85172024-11-14T05:07:09.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85182024-11-14T05:07:09.874Z
85192024-11-14T05:07:09.909Z Doc-tests oximeter_db
85202024-11-14T05:07:09.913Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bcce0ea6d726727a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
85212024-11-14T05:07:11.072Z
85222024-11-14T05:07:11.072Zrunning 1 test
85232024-11-14T05:07:11.075Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
85242024-11-14T05:07:11.075Z
85252024-11-14T05:07:11.075Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85262024-11-14T05:07:11.075Z
85272024-11-14T05:07:11.116Z Doc-tests oximeter_instruments
85282024-11-14T05:07:11.119Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-b4f722f92930897b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
85292024-11-14T05:07:11.547Z
85302024-11-14T05:07:11.547Zrunning 0 tests
85312024-11-14T05:07:11.547Z
85322024-11-14T05:07:11.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85332024-11-14T05:07:11.547Z
85342024-11-14T05:07:11.574Z Doc-tests oximeter_macro_impl
85352024-11-14T05:07:11.577Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-5862d1e4cc3cd294.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85362024-11-14T05:07:11.667Z
85372024-11-14T05:07:11.667Zrunning 0 tests
85382024-11-14T05:07:11.667Z
85392024-11-14T05:07:11.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85402024-11-14T05:07:11.667Z
85412024-11-14T05:07:11.674Z Doc-tests oximeter_producer
85422024-11-14T05:07:11.679Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-82ca158940f0a7ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-17a2a8c5e3ae3df6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-05f73bda41e41037.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85432024-11-14T05:07:12.084Z
85442024-11-14T05:07:12.084Zrunning 0 tests
85452024-11-14T05:07:12.084Z
85462024-11-14T05:07:12.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85472024-11-14T05:07:12.084Z
85482024-11-14T05:07:12.113Z Doc-tests oximeter_schema
85492024-11-14T05:07:12.116Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4e8fca0650e73767.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85502024-11-14T05:07:12.444Z
85512024-11-14T05:07:12.444Zrunning 0 tests
85522024-11-14T05:07:12.444Z
85532024-11-14T05:07:12.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85542024-11-14T05:07:12.445Z
85552024-11-14T05:07:12.465Z Doc-tests oximeter_test_utils
85562024-11-14T05:07:12.469Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cc7d907acc936111.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-131c50bd895d9dcc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3b43161f1cb6cbc6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85572024-11-14T05:07:12.820Z
85582024-11-14T05:07:12.820Zrunning 0 tests
85592024-11-14T05:07:12.821Z
85602024-11-14T05:07:12.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85612024-11-14T05:07:12.821Z
85622024-11-14T05:07:12.847Z Doc-tests oximeter_timeseries_macro
85632024-11-14T05:07:12.850Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-5862d1e4cc3cd294.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-75a79fb8456a8704.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-03218114f809ecd0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-064adf5203ed7891.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85642024-11-14T05:07:13.091Z
85652024-11-14T05:07:13.091Zrunning 0 tests
85662024-11-14T05:07:13.091Z
85672024-11-14T05:07:13.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85682024-11-14T05:07:13.091Z
85692024-11-14T05:07:13.109Z Doc-tests oximeter_types
85702024-11-14T05:07:13.113Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-20212db77650b909.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3124fb0c171b1c59.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-c158cf6783e6b4cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c59cb79626c91b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85712024-11-14T05:07:13.742Z
85722024-11-14T05:07:13.742Zrunning 11 tests
85732024-11-14T05:07:14.443Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
85742024-11-14T05:07:22.003Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
85752024-11-14T05:07:22.055Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
85762024-11-14T05:07:22.106Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
85772024-11-14T05:07:22.191Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
85782024-11-14T05:07:22.229Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
85792024-11-14T05:07:22.229Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
85802024-11-14T05:07:22.496Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
85812024-11-14T05:07:25.304Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
85822024-11-14T05:07:25.393Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
85832024-11-14T05:07:29.943Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
85842024-11-14T05:07:29.943Z
85852024-11-14T05:07:29.946Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.20s
85862024-11-14T05:07:29.946Z
85872024-11-14T05:07:29.977Z Doc-tests oxlog
85882024-11-14T05:07:29.979Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5aa5780047ab238b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85892024-11-14T05:07:30.063Z
85902024-11-14T05:07:30.063Zrunning 0 tests
85912024-11-14T05:07:30.063Z
85922024-11-14T05:07:30.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85932024-11-14T05:07:30.063Z
85942024-11-14T05:07:30.071Z Doc-tests oxql_types
85952024-11-14T05:07:30.074Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fbe98758964c5347.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3426802202959c1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85962024-11-14T05:07:30.445Z
85972024-11-14T05:07:30.445Zrunning 0 tests
85982024-11-14T05:07:30.445Z
85992024-11-14T05:07:30.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86002024-11-14T05:07:30.445Z
86012024-11-14T05:07:30.469Z Doc-tests repo_depot_api
86022024-11-14T05:07:30.472Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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 dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-4502b50b89511370.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86032024-11-14T05:07:30.729Z
86042024-11-14T05:07:30.729Zrunning 2 tests
86052024-11-14T05:07:30.731Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
86062024-11-14T05:07:30.731Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
86072024-11-14T05:07:30.731Z
86082024-11-14T05:07:30.731Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
86092024-11-14T05:07:30.731Z
86102024-11-14T05:07:30.750Z Doc-tests repo_depot_client
86112024-11-14T05:07:30.752Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-5ae7df2e74a3af75.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86122024-11-14T05:07:30.957Z
86132024-11-14T05:07:30.957Zrunning 0 tests
86142024-11-14T05:07:30.957Z
86152024-11-14T05:07:30.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86162024-11-14T05:07:30.957Z
86172024-11-14T05:07:30.973Z Doc-tests sled_agent_api
86182024-11-14T05:07:30.976Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-003299fc1b5e3b9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86192024-11-14T05:07:31.384Z
86202024-11-14T05:07:31.384Zrunning 2 tests
86212024-11-14T05:07:31.387Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 66) ... ignored
86222024-11-14T05:07:31.387Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 72) ... ignored
86232024-11-14T05:07:31.387Z
86242024-11-14T05:07:31.387Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
86252024-11-14T05:07:31.387Z
86262024-11-14T05:07:31.410Z Doc-tests sled_agent_client
86272024-11-14T05:07:31.414Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-294852706b1622a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86282024-11-14T05:07:33.349Z
86292024-11-14T05:07:33.349Zrunning 0 tests
86302024-11-14T05:07:33.349Z
86312024-11-14T05:07:33.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86322024-11-14T05:07:33.349Z
86332024-11-14T05:07:33.393Z Doc-tests sled_agent_types
86342024-11-14T05:07:33.396Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-559fee302552a5ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9d863be727ceb738.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e0c77bcfb07af3d2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86352024-11-14T05:07:34.180Z
86362024-11-14T05:07:34.180Zrunning 0 tests
86372024-11-14T05:07:34.180Z
86382024-11-14T05:07:34.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86392024-11-14T05:07:34.180Z
86402024-11-14T05:07:34.213Z Doc-tests sled_hardware
86412024-11-14T05:07:34.221Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ee1ab4c70d850ef9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f2a47b8fa7547b75.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86422024-11-14T05:07:34.609Z
86432024-11-14T05:07:34.609Zrunning 0 tests
86442024-11-14T05:07:34.609Z
86452024-11-14T05:07:34.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86462024-11-14T05:07:34.609Z
86472024-11-14T05:07:34.634Z Doc-tests sled_hardware_types
86482024-11-14T05:07:34.638Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-e51d617b97371a34.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86492024-11-14T05:07:34.929Z
86502024-11-14T05:07:34.929Zrunning 0 tests
86512024-11-14T05:07:34.929Z
86522024-11-14T05:07:34.929Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86532024-11-14T05:07:34.929Z
86542024-11-14T05:07:34.951Z Doc-tests sled_storage
86552024-11-14T05:07:34.953Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb691afa422c267e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b8b5726de9337425.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b02284be6ecd77ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
86562024-11-14T05:07:35.388Z
86572024-11-14T05:07:35.388Zrunning 0 tests
86582024-11-14T05:07:35.388Z
86592024-11-14T05:07:35.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86602024-11-14T05:07:35.388Z
86612024-11-14T05:07:35.414Z Doc-tests sp_sim
86622024-11-14T05:07:35.416Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b314cd7f696447f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d6a09c122300c5c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86632024-11-14T05:07:35.906Z
86642024-11-14T05:07:35.906Zrunning 0 tests
86652024-11-14T05:07:35.906Z
86662024-11-14T05:07:35.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86672024-11-14T05:07:35.906Z
86682024-11-14T05:07:35.933Z Doc-tests tufaceous
86692024-11-14T05:07:35.935Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-438089010e5f95bc.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86702024-11-14T05:07:36.262Z
86712024-11-14T05:07:36.262Zrunning 0 tests
86722024-11-14T05:07:36.262Z
86732024-11-14T05:07:36.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86742024-11-14T05:07:36.262Z
86752024-11-14T05:07:36.285Z Doc-tests tufaceous_lib
86762024-11-14T05:07:36.287Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-bde352daa1e0ab9b.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ea95fefb52b49138.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86772024-11-14T05:07:36.756Z
86782024-11-14T05:07:36.756Zrunning 0 tests
86792024-11-14T05:07:36.756Z
86802024-11-14T05:07:36.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86812024-11-14T05:07:36.756Z
86822024-11-14T05:07:36.781Z Doc-tests typed_rng
86832024-11-14T05:07:36.784Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-ab9368409b755730.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a044d5f5858bd56c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86842024-11-14T05:07:36.874Z
86852024-11-14T05:07:36.874Zrunning 0 tests
86862024-11-14T05:07:36.874Z
86872024-11-14T05:07:36.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86882024-11-14T05:07:36.874Z
86892024-11-14T05:07:36.882Z Doc-tests update_common
86902024-11-14T05:07:36.884Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86912024-11-14T05:07:37.233Z
86922024-11-14T05:07:37.233Zrunning 0 tests
86932024-11-14T05:07:37.233Z
86942024-11-14T05:07:37.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86952024-11-14T05:07:37.233Z
86962024-11-14T05:07:37.256Z Doc-tests update_engine
86972024-11-14T05:07:37.259Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ae3cec0fe43b44de.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-199ff00d8cd43517.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aca7ed34a108a7b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86982024-11-14T05:07:37.748Z
86992024-11-14T05:07:37.748Zrunning 4 tests
87002024-11-14T05:07:37.751Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
87012024-11-14T05:07:37.751Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
87022024-11-14T05:07:37.751Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
87032024-11-14T05:07:38.501Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
87042024-11-14T05:07:38.501Z
87052024-11-14T05:07:38.501Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.75s
87062024-11-14T05:07:38.501Z
87072024-11-14T05:07:38.519Z Doc-tests wicket
87082024-11-14T05:07:38.523Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7b51d40d91e0d99e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9fc98ca3a4090ebb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0b03c8be747422eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-991a477f22f47871.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b5dfc8d043b4f16.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87092024-11-14T05:07:39.588Z
87102024-11-14T05:07:39.588Zrunning 0 tests
87112024-11-14T05:07:39.588Z
87122024-11-14T05:07:39.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87132024-11-14T05:07:39.588Z
87142024-11-14T05:07:39.625Z Doc-tests wicket_common
87152024-11-14T05:07:39.627Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87162024-11-14T05:07:40.237Z
87172024-11-14T05:07:40.237Zrunning 0 tests
87182024-11-14T05:07:40.237Z
87192024-11-14T05:07:40.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87202024-11-14T05:07:40.237Z
87212024-11-14T05:07:40.266Z Doc-tests wicket_dbg
87222024-11-14T05:07:40.268Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0153ab8bbcdbd3db.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87232024-11-14T05:07:40.697Z
87242024-11-14T05:07:40.697Zrunning 0 tests
87252024-11-14T05:07:40.697Z
87262024-11-14T05:07:40.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87272024-11-14T05:07:40.697Z
87282024-11-14T05:07:40.722Z Doc-tests wicketd
87292024-11-14T05:07:40.726Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-cea67de69c86a7aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b0ea4a7159a41bb5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8f3db5af18e8ba7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5fa11a8cc74a2116.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6017fbe5bc569ec0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15df8250e6594a5e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-418fc494b3b33555.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-efdfc1810bb1bf37.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-781c1ee142155a49.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f508eb19875d589b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a5e7d89dc8d3bf84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1eefb7179c83f2b6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-c3a0abafac2e0517.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-26930638fe27ff47.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-79c9b25b089f49f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-4564f997cd80f525.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0e3deb056e9d00e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-dff7bdc21d79d877.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a59fd03000642c98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-29866baf45eaf830.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-fade29d57381db29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fe1c4c158a2bcfde.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b9fdeff246bf82e9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-caf03fabfccd35a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c1ce127bcde70398.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b9e57de536f0028e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e39c377ce497d684.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-252b65e5d0acacf9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e84e91cfd97f878d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ad8afeaa7ef196e9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87302024-11-14T05:07:41.441Z
87312024-11-14T05:07:41.441Zrunning 0 tests
87322024-11-14T05:07:41.441Z
87332024-11-14T05:07:41.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87342024-11-14T05:07:41.441Z
87352024-11-14T05:07:41.473Z Doc-tests wicketd_api
87362024-11-14T05:07:41.476Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-cea67de69c86a7aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a6f351a843f45c1e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-28a75b1faa6ce1b4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9aab90fbd2e03d5c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87372024-11-14T05:07:41.913Z
87382024-11-14T05:07:41.913Zrunning 2 tests
87392024-11-14T05:07:41.916Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
87402024-11-14T05:07:41.916Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
87412024-11-14T05:07:41.916Z
87422024-11-14T05:07:41.916Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
87432024-11-14T05:07:41.916Z
87442024-11-14T05:07:41.939Z Doc-tests wicketd_client
87452024-11-14T05:07:41.942Z Running `/home/build/.rustup/toolchains/1.81.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/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-07ebaf0eb0f1113e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-83837524e0aa0f08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-62234524321901c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0f685993b8eea1ca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-643079f31bf71cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-fc04c185f52f1158.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-120b09564e6f4682.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4d5c779722a687df.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1eca46734141f8a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87462024-11-14T05:07:43.599Z
87472024-11-14T05:07:43.599Zrunning 0 tests
87482024-11-14T05:07:43.599Z
87492024-11-14T05:07:43.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87502024-11-14T05:07:43.599Z
87512024-11-14T05:07:43.641Z Doc-tests xtask_downloader
87522024-11-14T05:07:43.644Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-96475fdd3b4389de.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-7da40a2e41206c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-cc65b2f3440642f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87532024-11-14T05:07:43.841Z
87542024-11-14T05:07:43.841Zrunning 1 test
87552024-11-14T05:07:43.843Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
87562024-11-14T05:07:43.844Z
87572024-11-14T05:07:43.844Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
87582024-11-14T05:07:43.844Z
87592024-11-14T05:07:43.856Z Doc-tests zone_setup
87602024-11-14T05:07:43.859Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f678d5619e771335/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/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-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-14e4af59874e5204.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7e55b364b13bdd1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e51d617b97371a34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-edd3a528b33079f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8897ee5341622e58.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5862d1e4cc3cd294.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-fbaf5ba1c0304895.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d59f63dad42e72d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1f75cef0b6b15e85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4c47fef4ceaaf41e.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7c6ef7f3c32be295.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87612024-11-14T05:07:44.137Z
87622024-11-14T05:07:44.137Zrunning 0 tests
87632024-11-14T05:07:44.137Z
87642024-11-14T05:07:44.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87652024-11-14T05:07:44.137Z
87662024-11-14T05:07:44.234Z
87672024-11-14T05:07:44.234Zreal 2:36.236009458
87682024-11-14T05:07:44.235Zuser 2:33.467136513
87692024-11-14T05:07:44.235Zsys 55.844385506
87702024-11-14T05:07:44.235Ztrap 0.028871637
87712024-11-14T05:07:44.235Ztflt 1.171673999
87722024-11-14T05:07:44.235Zdflt 8.780475312
87732024-11-14T05:07:44.237Zkflt 0.026280794
87742024-11-14T05:07:44.237Zlock 3:25.660472851
87752024-11-14T05:07:44.237Zslp 17:43.921009643
87762024-11-14T05:07:44.237Zlat 3.449301273
87772024-11-14T05:07:44.237Zstop 8.033865619
87782024-11-14T05:07:44.237Z+ [[ illumos == \i\l\l\u\m\o\s ]]
87792024-11-14T05:07:44.237Z+ banner live-test
87802024-11-14T05:07:44.240Z
87812024-11-14T05:07:44.240Z # # # # ###### ##### ###### #### #####
87822024-11-14T05:07:44.240Z # # # # # # # # #
87832024-11-14T05:07:44.240Z # # # # ##### ##### # ##### #### #
87842024-11-14T05:07:44.240Z # # # # # # # # #
87852024-11-14T05:07:44.240Z # # # # # # # # # #
87862024-11-14T05:07:44.241Z ###### # ## ###### # ###### #### #
87872024-11-14T05:07:44.241Z
87882024-11-14T05:07:44.241Z+ ptime -m cargo xtask live-tests
87892024-11-14T05:07:44.966Z Compiling serde v1.0.215
87902024-11-14T05:07:44.970Z Compiling serde_json v1.0.132
87912024-11-14T05:07:44.970Z Compiling rustix v0.38.37
87922024-11-14T05:07:44.970Z Compiling libc v0.2.162
87932024-11-14T05:07:44.970Z Compiling syn v2.0.87
87942024-11-14T05:07:44.970Z Compiling bitflags v2.6.0
87952024-11-14T05:07:45.484Z Compiling usdt-impl v0.5.0
87962024-11-14T05:07:45.516Z Compiling syn v1.0.109
87972024-11-14T05:07:45.536Z Compiling log v0.4.22
87982024-11-14T05:07:45.716Z Compiling hashbrown v0.15.0
87992024-11-14T05:07:45.751Z Compiling fs-err v2.11.0
88002024-11-14T05:07:45.940Z Compiling anyhow v1.0.93
88012024-11-14T05:07:46.086Z Compiling once_cell v1.20.2
88022024-11-14T05:07:46.755Z Compiling thread-id v4.2.2
88032024-11-14T05:07:46.929Z Compiling indexmap v2.6.0
88042024-11-14T05:07:47.876Z Compiling terminal_size v0.4.0
88052024-11-14T05:07:47.876Z Compiling tempfile v3.13.0
88062024-11-14T05:07:48.080Z Compiling clap_builder v4.5.20
88072024-11-14T05:07:48.682Z Compiling proc-macro-error v1.0.4
88082024-11-14T05:07:50.332Z Compiling tabled_derive v0.7.0
88092024-11-14T05:07:52.177Z Compiling tabled v0.15.0
88102024-11-14T05:07:53.242Z Compiling serde_derive v1.0.215
88112024-11-14T05:07:53.242Z Compiling thiserror-impl v1.0.69
88122024-11-14T05:07:53.245Z Compiling zerocopy-derive v0.7.35
88132024-11-14T05:07:53.245Z Compiling scroll_derive v0.12.0
88142024-11-14T05:07:53.245Z Compiling clap_derive v4.5.18
88152024-11-14T05:07:54.590Z Compiling scroll v0.12.0
88162024-11-14T05:07:55.199Z Compiling goblin v0.8.2
88172024-11-14T05:07:55.273Z Compiling zerocopy v0.7.35
88182024-11-14T05:07:56.103Z Compiling thiserror v1.0.69
88192024-11-14T05:07:56.236Z Compiling pest v2.7.14
88202024-11-14T05:07:57.432Z Compiling clap v4.5.20
88212024-11-14T05:07:58.537Z Compiling pest_meta v2.7.14
88222024-11-14T05:07:59.507Z Compiling pest_generator v2.7.14
88232024-11-14T05:08:01.232Z Compiling pest_derive v2.7.14
88242024-11-14T05:08:02.049Z Compiling dtrace-parser v0.2.0
88252024-11-14T05:08:03.881Z Compiling serde_tokenstream v0.2.2
88262024-11-14T05:08:04.046Z Compiling toml_datetime v0.6.8
88272024-11-14T05:08:04.049Z Compiling serde_spanned v0.6.8
88282024-11-14T05:08:04.049Z Compiling camino v1.1.9
88292024-11-14T05:08:04.161Z Compiling cargo-platform v0.1.8
88302024-11-14T05:08:04.283Z Compiling semver v1.0.23
88312024-11-14T05:08:04.467Z Compiling toml_edit v0.22.22
88322024-11-14T05:08:04.503Z Compiling macaddr v1.0.1
88332024-11-14T05:08:04.719Z Compiling camino-tempfile v1.1.1
88342024-11-14T05:08:05.450Z Compiling dof v0.3.0
88352024-11-14T05:08:05.616Z Compiling cargo_metadata v0.18.1
88362024-11-14T05:08:07.310Z Compiling toml v0.8.19
88372024-11-14T05:08:07.348Z Compiling usdt-attr-macro v0.5.0
88382024-11-14T05:08:07.351Z Compiling usdt-macro v0.5.0
88392024-11-14T05:08:08.138Z Compiling cargo_toml v0.20.5
88402024-11-14T05:08:08.949Z Compiling usdt v0.5.0
88412024-11-14T05:08:11.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
88422024-11-14T05:08:15.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.56s
88432024-11-14T05:08:15.925Z Running `target/debug/xtask live-tests`
88442024-11-14T05:08:15.954Zusing temporary directory: /var/tmp/omicron_tmp/.tmpH4q4Fa
88452024-11-14T05:08:15.954Zwill create archive file: /var/tmp/omicron_tmp/.tmpH4q4Fa/live-tests-archive/omicron-live-tests.tar.zst
88462024-11-14T05:08:15.955Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
88472024-11-14T05:08:15.955Z
88482024-11-14T05:08:15.957Zrunning: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpH4q4Fa/live-tests-archive/omicron-live-tests.tar.zst"
88492024-11-14T05:08:18.005Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
88502024-11-14T05:08:18.118Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
88512024-11-14T05:08:18.131Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
88522024-11-14T05:08:18.134Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
88532024-11-14T05:08:18.157Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
88542024-11-14T05:08:18.174Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
88552024-11-14T05:08:18.174Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
88562024-11-14T05:08:19.214Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
88572024-11-14T05:08:21.130Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
88582024-11-14T05:08:21.649Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
88592024-11-14T05:08:22.820Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
88602024-11-14T05:08:22.823Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
88612024-11-14T05:08:35.517Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
88622024-11-14T05:08:35.517Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
88632024-11-14T05:08:35.520Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
88642024-11-14T05:08:36.469Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
88652024-11-14T05:09:28.891Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
88662024-11-14T05:09:29.470Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
88672024-11-14T05:10:00.611Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
88682024-11-14T05:10:05.640Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
88692024-11-14T05:10:28.925Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s
88702024-11-14T05:10:29.125Zinfo: experimental features enabled: setup-scripts
88712024-11-14T05:10:29.133Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpH4q4Fa/live-tests-archive/omicron-live-tests.tar.zst
88722024-11-14T05:10:29.813Z Archived 46 files to /var/tmp/omicron_tmp/.tmpH4q4Fa/live-tests-archive/omicron-live-tests.tar.zst in 0.68s
88732024-11-14T05:10:29.862Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpH4q4Fa/live-tests-archive\""
88742024-11-14T05:10:29.875Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpH4q4Fa" "live-tests-archive"
88752024-11-14T05:10:29.952Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
88762024-11-14T05:10:29.952Zcreated:
88772024-11-14T05:10:29.952ZTo use this:
88782024-11-14T05:10:29.952Z
88792024-11-14T05:10:29.952Z1. Copy the tarball to the switch zone in a deployed Omicron system.
88802024-11-14T05:10:29.952Z
88812024-11-14T05:10:29.955Z e.g., scp \
88822024-11-14T05:10:29.955Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
88832024-11-14T05:10:29.955Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
88842024-11-14T05:10:29.955Z
88852024-11-14T05:10:29.955Z2. Copy the `cargo-nextest` binary to the same place.
88862024-11-14T05:10:29.955Z
88872024-11-14T05:10:29.955Z e.g., scp \
88882024-11-14T05:10:29.955Z $(which cargo-nextest) \
88892024-11-14T05:10:29.955Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
88902024-11-14T05:10:29.955Z
88912024-11-14T05:10:29.956Z3. From the switch zone on that system, unpack the tarball with:
88922024-11-14T05:10:29.956Z
88932024-11-14T05:10:29.956Z tar xzf live-tests-archive.tgz
88942024-11-14T05:10:29.956Z
88952024-11-14T05:10:29.956Z4. From the switch zone on that system, run tests with:
88962024-11-14T05:10:29.956Z
88972024-11-14T05:10:29.956Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
88982024-11-14T05:10:29.956Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
88992024-11-14T05:10:29.956Z --workspace-remap live-tests-archive
89002024-11-14T05:10:29.956Z
89012024-11-14T05:10:29.956Z
89022024-11-14T05:10:29.956Zreal 2:45.688757779
89032024-11-14T05:10:29.956Zuser 5:54.698991729
89042024-11-14T05:10:29.956Zsys 1:23.370536850
89052024-11-14T05:10:29.956Ztrap 0.107960967
89062024-11-14T05:10:29.956Ztflt 0.685256959
89072024-11-14T05:10:29.956Zdflt 3.200506813
89082024-11-14T05:10:29.956Zkflt 0.000835400
89092024-11-14T05:10:29.956Zlock 16:59.637736977
89102024-11-14T05:10:29.956Zslp 23:24.292923438
89112024-11-14T05:10:29.956Zlat 5.903567884
89122024-11-14T05:10:29.956Zstop 16.780164231
89132024-11-14T05:10:29.957Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
89142024-11-14T05:10:29.959Z+ unset TMPDIR
89152024-11-14T05:10:29.959Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
89162024-11-14T05:10:29.959Zfiles in /var/tmp/omicron_tmp (none expected on success):
89172024-11-14T05:10:29.959Z+ find /var/tmp/omicron_tmp -ls
89182024-11-14T05:10:29.962Z164397 11 drwxr-xr-x 2 build build 2 Nov 14 05:10 /var/tmp/omicron_tmp
89192024-11-14T05:10:29.964Z+ rmdir /var/tmp/omicron_tmp
89202024-11-14T05:10:30.608Zprocess exited: duration 6759485 ms, exit code 0
 
89212024-11-14T05:10:30.621Zfound 1 output files
89222024-11-14T05:10:30.622Zuploading: /work/crate-build-timings.json (586540 bytes)
89232024-11-14T05:10:31.651Zuploaded: /work/crate-build-timings.json